-
一个快速算法的例子,有和一般算法的比较
一个快速算法的例子,有和一般算法的比较--A example about fast algorithm , it has been comparied with common algorithms
- 2022-03-18 07:42:54下载
- 积分:1
-
cython写的DTMF解码器(python直接使用,效率和c接近)
cython写的DTMF解码器(python直接使用,效率和c接近)
- 2022-01-27 10:28:11下载
- 积分:1
-
FPGA控制VGA的程序
用FPGA控制VGA的Verilog程序,内附详细注释,已在CRT显示器上验证通过
- 2022-04-17 05:19:55下载
- 积分:1
-
用tc来计算pi的精确计算
用tc来计算pi的精确计算-used to calculate the precise calculation of pi
- 2022-03-18 11:52:47下载
- 积分:1
-
霍夫曼(Huffman)编解码程序
main.m 为执行的脚本文件,打开main.m程序直接运行即可得到结果;(2)huffman.m是其中的霍夫曼编码需要调用的子程序;(3)按路径读入文件名为abc.txt的文件,测试时可随意输入一串英文字符,为了方便,已经输入了 wearethefamily的英文字符,使用时将abc.txt文件放于D盘下。
- 2022-03-19 01:43:40下载
- 积分:1
-
随机搜索法
应用背景下面是我对纪律的随机搜索方法实现:优化方法关键技术无约束优化
- 2022-07-25 08:39:30下载
- 积分:1
-
给定一块宽度为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
-
Sorting algorithm, using merge sort of thought, and then speed up the time to so...
排序算法,运用归并排序的思想,再加快时间内解决排序问题,并显示在单文档上。-Sorting algorithm, using merge sort of thought, and then speed up the time to solve the scheduling problem, and show in a single document.
- 2022-06-22 01:06:16下载
- 积分:1
-
FFT algorithm can achieve a classic inverse rank algorithm
本程序可以用来实现FFT的经典算法,虽然现在已经有好多人开发了很多实现逆序的方法,但这种算法易懂好理解,让大家共享-FFT algorithm can achieve a classic inverse rank algorithm
- 2023-03-27 13:20:03下载
- 积分:1
-
这是C#的查找算法,,一个很好的算法,折半查找,在查找过程中能节约很多时间...
这是C#的查找算法,,一个很好的算法,折半查找,在查找过程中能节约很多时间-This is C# the search algorithm, a good algorithm, binary search, the search process can save a lot of time
- 2022-11-12 18:35:03下载
- 积分:1