资源列表
[数值算法/人工智能] Genetic-Algorithm
说明:遗传算法,二进制编码,单点交叉,随即变异-Genetic Algorithm. The single-point crossover and the random variation were used<小七> 在 2025-07-20 上传 | 大小:1kb | 下载:0
[人工智能/神经网络/遗传算法] my_radar_signal
说明:使用支持向量聚类算法进行雷达辐射源信号分解。使用libsvm工具箱。需要运行前安装libsvm工具箱,可以从matlab相关的论坛上下载。-Using support vector clustering algorithm to solve the radar emitter signal decomposition problem.you need to install Libsvm toolbox before run the program, you can download it f<Bill> 在 2025-07-20 上传 | 大小:1kb | 下载:0
[matlab例程] golden-selection
说明:matlab实现黄金分割法求非线性函数的极值问题,含实例-MATLAB Golden Section min<陶丽> 在 2025-07-20 上传 | 大小:3kb | 下载:0
[数据结构常用算法] IsReverse
说明:2. 链栈的应用:编写函数,判断给定的字符串是否回文。如字符串“abcba”、“abccba”均为中心对称,字符串“abcdba”不中心对称,我们将中心对称的字符串称为回文。-2. Chain stack applications: Write a function to determine whether a given string palindrome. If the string " abcba" , " abccba" are the center o<黄瑜琳> 在 2025-07-20 上传 | 大小:9kb | 下载:0
[数据结构常用算法] key_Queue
说明:3. 参考void Reverse(LinkQueue &Q)函数,定义新的函数int Palindrome_Test(char str[]),判断字符串str是否回文序列,若是则返回1,否则返回0。写出程序或用文字描述算法的执行步骤。-3. Reference void Reverse (LinkQueue & Q) function, define a new function int Palindrome_Test (char str []), to determine wheth<黄瑜琳> 在 2025-07-20 上传 | 大小:6kb | 下载:0
[数据结构常用算法] key_ListInArray
说明:3. 利用折半查找算法在有序表中插入一个元素,并保持表的有序性。在ListInArray工程中添加新接口int ListInsert_Binary(LIST &L, DataType item)实现上述功能。-3. Use binary search algorithm to insert an element in the ordered table, and keep ordering table. Adding a new interface works in ListInArray in<黄瑜琳> 在 2025-07-20 上传 | 大小:4kb | 下载:0