-
给定一块宽度为W的矩形板,矩形板的高度不受限制。现需要从板上分别切割出n个高度为hi,宽度为wi的矩形零件。切割的规则是零件的高度方向与矩形板的高度方向保持一致...
给定一块宽度为W的矩形板,矩形板的高度不受限制。现需要从板上分别切割出n个高度为hi,宽度为wi的矩形零件。切割的规则是零件的高度方向与矩形板的高度方向保持一致。要求求出一种切割法使得所使用的矩形板的高度h最小.用递归及分治法解此问题-given a width of the rectangular plate W, the height of rectangular plate unrestricted. Board is required from the respective cut out n height of the hi, wi width of the rectangular parts. Cutting parts to the rules of the height of the rectangular plate with a high degree of consistent direction. Asked obtained a law made by cutting the use of the rectangular plate height h minimum. Using recursive and partition Solving this problem
- 2022-10-31 04:20:03下载
- 积分:1
-
Adaptive step Changlong Grid
自适应步长龙格-库塔法,并给出解含有贝塞尔函数的四阶方程组例子。-Adaptive step Changlong Grid- Kutta method, and gives solutions containing the fourth-order Bessel function equations example.
- 2022-05-08 09:06:19下载
- 积分:1
-
支持向量机中 pic16f876a 的代码
此代码是为了控制 igbt 在 inverter.the 代码中创建的 c + + 中,和工作完善。它适用于逆变器
- 2022-10-12 23:15:03下载
- 积分:1
-
用C++编写的时钟程序
里面包括具体的clock源文件(clock.cpp)和头文件(clock.h),以及main程序(main.cpp)。用到的主要算法是用类把时钟封装起来。这个程序对于初学者来说很有用,是本人亲自写的小程序,和大家分享一下,希望有用。
- 2022-08-13 05:27:42下载
- 积分:1
-
浮点转换器,可以对十进制定点数、浮点BCD码和二进制浮点操作数之间进行相互转换。...
浮点转换器,可以对十进制定点数、浮点BCD码和二进制浮点操作数之间进行相互转换。-float converters, and can set the decimal points. BCD floating-point and binary floating-point operation between several mutual conversion.
- 2023-06-13 08:20:04下载
- 积分:1
-
RSA编程实验
本源码实现了RSA算法。其中用libtomcrypt第三方库实现,包括加解密。不需要自己编写加解密算法代码,只要调用第三方库中国的代码即可实现,为你省去了很多时间和精力
- 2022-09-10 23:40:03下载
- 积分:1
-
有向加权图的建立、显示和寻找最短路径
有向加权图的建立、显示和寻找最短路径- Has to the weighting chart establishment, demonstrated and
seeks the most short-path
- 2022-12-17 06:50:03下载
- 积分:1
-
交通灯动态物体识别
该代码通过摄像头对动态的物体进行识别,发现有违章的或者闯红绿灯的返回信息,并在窗口处显示出来,如果没有违章的物体则不显示出来。
- 2023-07-03 02:05:05下载
- 积分:1
-
Matlab二维非稳态导热计算平板
本程序通过两种算法对二维非稳态导热进行计算,第一种为逐点迭代求解,第二种为逐行迭代TDMA求解。大家可以根据自己的需求在No1 No2处进行切换。新人第一次发程序,求各路大神能多多指点!谢谢!
- 2022-02-07 04:18:02下载
- 积分:1
-
数值算法 曲线拟和
数值算法 曲线拟和-curve-fitting algorithm and
- 2022-02-02 17:50:12下载
- 积分:1