资源列表
[人工智能/神经网络/遗传算法] CurveFit
说明:嵌入式多项式最小二乘曲线拟合C算法实现,在LPC2200上长期运行成功,算法结果正确-Embedded C polynomial least-squares curve fitting algorithm, the LPC2200 on a long-running success, the algorithm result is correct<lijiping> 在 2025-12-05 上传 | 大小:2kb | 下载:0
[人工智能/神经网络/遗传算法] PNN
说明:嵌入式概率神经网络C算法实现,在LPC2200上长期运行成功,算法结果正确-Embedded C probabilistic neural network algorithm, the LPC2200 on a long-running success, the algorithm result is correct<lijiping> 在 2025-12-05 上传 | 大小:2kb | 下载:0
[matlab例程] MSCI703_project
说明:this journal is created by Sachin Jayaswal Student ID: 20186226 Department of Management Sciences University of Waterloo. it s describe how performances of tabu search and simulated annealing solve the TSP. this journal includes tabu search and S<destra> 在 2025-12-05 上传 | 大小:73kb | 下载:0
[数据结构常用算法] binary_search
说明:二分查找算法:算然很简单但是要写好不容易,请指正-Binary search algorithm: operator ran a very simple but not easy to write, please correct me<luwei> 在 2025-12-05 上传 | 大小:157kb | 下载:0
[matlab例程] matlabbubblesort
说明:基于matlab冒泡法排序的实现,Matlab排序函数,在Matlab中排序某个向量(一维)时,可以使用sort.-Bubble Sort<王京> 在 2025-12-05 上传 | 大小:1kb | 下载:0
[压缩解压] lzw
说明:源代码通过建立一个字符串表,用较短的代码来表示较长的字符串来实现压缩. 提取原始文本文件数据中的不同字符,基于这些字符创建一个编译表,然后用编译表中的字符的索引来替代原始文本文件数据中的相应字符,减少原始数据大小。我们这里的编译表不是事先创建好的,而是根据原始文件数据动态创建的,解码时可以从已编码的数据中还原出原来的编译表.-The source code through the establishment of a string table, with a shorter code to re<udee> 在 2025-12-05 上传 | 大小:6kb | 下载:0