资源列表
[matlab例程] Matlab_shuxuejianmo
说明:1. MATLAB常用数学建模工具的中文帮助 2. 贡献MATLAB数学建模工具(打*号) 3. 中国大学生数学建模竞赛历年试题MATLAB程序-1. MATLAB mathematical modeling tools commonly used in Chinese to help 2. Contributions to MATLAB mathematical modeling tool (hit*) 3. China Un<郭世雄> 在 2025-05-10 上传 | 大小:380kb | 下载:0
[matlab例程] gloptipoly3
说明:GloptiPoly 3: moments, optimization and semidefinite programming. Gloptipoly 3 is intended to solve, or at least approximate, the Generalized Problem of Moments (GPM), an infinite-dimensional optimization proble<askool> 在 2025-05-10 上传 | 大小:196kb | 下载:0
[人工智能/神经网络/遗传算法] matlab
说明:基于matlab实现遗传算法的流程及源程序-Matlab genetic algorithm based on the realization of the processes and source<zhangsong> 在 2025-05-10 上传 | 大小:49kb | 下载:0
[matlab例程] SDPT3-4.0-beta
说明:SOStools is a toolbox dedicated for positive polynomial programming, especially for Sums of Squares (S0S). A lot of chinese researchers have carried it out as a main tool in this area. -SOStools is a toolbox dedicated fo<askool> 在 2025-05-10 上传 | 大小:1.83mb | 下载:0
[matlab例程] mianyisuanfa
说明:通过matlab实现人工免疫算法的源程序,很好用的-Through the realization of artificial immune algorithm matlab source, well used<zhangsong> 在 2025-05-10 上传 | 大小:9kb | 下载:0
[matlab例程] zifushibie
说明:基于matlab的免疫算法,并实现字符识别功能-Matlab based on immune algorithm and to achieve character recognition function<zhangsong> 在 2025-05-10 上传 | 大小:3kb | 下载:0
[人工智能/神经网络/遗传算法] Dijkstra_exe
说明:最短路径算法,一种很有用的算法,是计算最短路径的常用算法-Shortest path algorithm, a useful algorithm is the calculation of the commonly used shortest path algorithm<林梅> 在 2025-05-10 上传 | 大小:53kb | 下载:0
[人工智能/神经网络/遗传算法] AI
说明:人工智能中的八数码问题:附有详细的注释 我们可以将八数码问题看成移动空格的问题.在不断的移动空格过程当中不断改变棋盘的布局,使之到达目标状态. 用一个open表(本程序采用序栈)的节点,从中选择一个总体代价最小的节点(不妨设为A节点,栈不为空时)是否是目标状态,如果不是则将A节点的有效的儿子节点(不在open表及closed表中出现过,不违反移动规则)插入有序表open表中,并将A节点插入closed表中.然后重复以上操作.<刘伟> 在 2025-05-10 上传 | 大小:323kb | 下载:0