资源列表
[人工智能/神经网络/遗传算法] 学生公寓管理系统
说明:学生公寓管理系统,用C编的,写得还不错的程序-student apartment management system, the C series, written procedures also good<郝雯> 在 2025-01-11 上传 | 大小:328kb | 下载:0
[人工智能/神经网络/遗传算法] R_digit
说明:该文件利用算法模拟人工猜数字的过程,仅供参考-simulation algorithm using artificial viewing the process for reference<asao> 在 2025-01-11 上传 | 大小:306kb | 下载:0
[人工智能/神经网络/遗传算法] 实验题
说明:A*算法解决找路径的问题,对于特定的图形,按照距离最短的评估函数,来解决寻优问题-A* algorithm to find paths to solve the problems that specific graphics, in accordance with the shortest distance from the assessment function, to solve the optimization problem<zx > 在 2025-01-11 上传 | 大小:1.64mb | 下载:0
[人工智能/神经网络/遗传算法] orderBasedExample
说明:这是本人在做硕士论文时设计的遗传算法工具箱代码-this is my master's thesis done at the design of the genetic algorithm code Toolbox<曾海莹> 在 2025-01-11 上传 | 大小:1kb | 下载:0
[人工智能/神经网络/遗传算法] partmapXover
说明:这是本人在开发遗传算法工具箱函数所用到的程序代码.-in the development of genetic algorithm toolbox function used by the code.<曾海莹> 在 2025-01-11 上传 | 大小:1kb | 下载:0
[人工智能/神经网络/遗传算法] normGeomSelect
说明:这是本人在开发遗传算法工具箱函数时所设计的代码-this is my genetic algorithm in the development toolkit designed to function when the code<曾海莹> 在 2025-01-11 上传 | 大小:1kb | 下载:0
[人工智能/神经网络/遗传算法] magicSquare
说明:magicSquare 4阶源码 利用swi prolog来编写的 -magicSquare four bands using SWI source to prepare the prolog<李金夹> 在 2025-01-11 上传 | 大小:1kb | 下载:0
[人工智能/神经网络/遗传算法] prolog_sample
说明:超多的prolog源代码 具体内容见压缩包里面的programs.txt-more prolog-source specific content of compressed inside programs.txt<李金夹> 在 2025-01-11 上传 | 大小:75kb | 下载:0
[人工智能/神经网络/遗传算法] 2-2
说明: Genetic Algorithm 关于遗传算法的一些小程序-Genetic Algorithm on Genetic Algorithms some small programs<张三> 在 2025-01-11 上传 | 大小:2kb | 下载:0
[人工智能/神经网络/遗传算法] AFT-code
说明:Simon Hayin的"Adpative Filter Theory"-自适应滤波第4版的所有仿真代码matlab语言版。-Simon Hayin "Adpative Filter Theory"- Self section 4 should be filtering all the simulation version of the Matlab code language version.<尹浩> 在 2025-01-11 上传 | 大小:118kb | 下载:0
[人工智能/神经网络/遗传算法] 8数码A算法
说明:设计说明:1。数据结构和表示:程序用1、2、3、4分别表示将右、上、左、下的数字块移动到空格之中。采用典型的树+链表结构,每种局面产生一个BoardState类。出于避免走法顺序列表被过多复制的考虑,在树结构中保存局面的继承关系。每种新的局面产生后,引用估值函数产生f的值,再根据大小将其插入链表之中,以便实现“优先展开f值小的节点”。Solve()函数在成功解决问题之后保存一个走法序列供输出并返回零,而失败则返回失败处的节点层数。(具体<陈士骞> 在 2025-01-11 上传 | 大小:250kb | 下载:0