资源列表
[matlab例程] Opt_Golden
说明:黄金搜索算法求在区间[a,b]上的最优化解-Search Algorithm for Finding Gold in the interval [a, b] on the Optimum Solution<华> 在 2025-07-04 上传 | 大小:1kb | 下载:0
[matlab例程] Fruit-Grading
说明:This code is for Fruit Grading. It takes the Fruit image and delect its damage parts and then grade it<Sukumar> 在 2025-07-04 上传 | 大小:320kb | 下载:0
[matlab例程] Opt_Steepest
说明: 用最速下降法求最优化解 输入:f为函数名 grad为梯度函数 x0为解的初值 TolX,TolFun分别为变量和函数的误差阈值 dist0为初始步长 MaxIter为最大迭代次数 输出: xo为取最小值的点 fo为最小的函数值 f0 = f(x(0- Steepest Descent Method with Optimum Solution input: f as a function name grad is gradient function x0 fo<华> 在 2025-07-04 上传 | 大小:1kb | 下载:0
[matlab例程] dark-channel
说明:关于dark channel在去雾算法应用的方法介绍-the introduction of the use of dark channel in dehaze algorithm<brown> 在 2025-07-04 上传 | 大小:812kb | 下载:0
[matlab例程] Simulink-de-OFDM-fangzhen
说明:ofdm系统的simlink的仿真模块图,方便该方面学者来研究学习。-ofdm system simulation block diagram simlink convenient to study the aspects of academic study.<王超> 在 2025-07-04 上传 | 大小:104kb | 下载:0
[数据结构常用算法] cSharp-data-structure
说明:将数据结构与C#语言和.NET框架结合是本书的一大特点。本书所有的数据结构和算法都是用C#语言进行描述,并在相应章节的末尾介绍了在.NET框架中常用的数据结构和算法。用C#在.NET平台开发的技术人员可以从本书中获得许多有益的知识和技术。-Data structures and C# language and. NET fr a mework with a major feature of this book. Book all the data structures and algorithm<小飞> 在 2025-07-04 上传 | 大小:1.29mb | 下载:0
[压缩解压] include
说明:哈夫曼编码的应用很广泛,利用哈夫曼树求得的用于通信的二进制编码称为哈夫曼编码。树中从根到每个叶子都有一条路径,对路径上的各分支约定:指向左子树的分支表示“0”码,指向右子树的分支表示“1”码,取每条路径上的“0”或“1”的序列作为和各个对应的字符的编码,这就是哈夫曼编码。-Huffman coding application is comprehensive, the use of Huffman tree obtained is called binary code used for comm<王一> 在 2025-07-04 上传 | 大小:17kb | 下载:0