资源列表
[人工智能/神经网络/遗传算法] GAstoolexample
说明:一个小的测试遗传算法的工具箱,含有测试的例子。-a small test genetic algorithm toolbox, containing examples of the tests.<李国齐> 在 2025-02-03 上传 | 大小:8kb | 下载:0
[人工智能/神经网络/遗传算法] BPNN_Model
说明:BP神经网络算法的仿真程序,含源代码和可执行文件。很好用,很直观。-BP neural network algorithm simulation program, including the source code and executable files. Useful, very intuitive.<杨力> 在 2025-02-03 上传 | 大小:342kb | 下载:0
[人工智能/神经网络/遗传算法] haizishibie
说明:这是一个关于汉字识别的源代码,对从事智能的人有用.-This is a recognition of Chinese characters in the source code, the right of people engaged in intelligence useful.<tsxlyh> 在 2025-02-03 上传 | 大小:84kb | 下载:0
[人工智能/神经网络/遗传算法] TSPinmatlab
说明:用遗传算法解决城市的访问次序,可使其 旅行路线的总长度最短 可从该程序借鉴到其他应用 -using genetic algorithms to solve the city for the visit, travel routes can make the total length of the shortest can draw from the procedures of other applications<候海> 在 2025-02-03 上传 | 大小:8kb | 下载:1
[数据结构常用算法] MyEasyDraw_VC2
说明:一个复杂的画图系统,包含了很好的算法设计,提供交互界面,用vc-drawing of a complex system, including a good algorithm design, interactive interface, with vc<晨阳> 在 2025-02-03 上传 | 大小:265kb | 下载:0
[人工智能/神经网络/遗传算法] bpSHOWDATA
说明:这是bp反传网络算法的一个数据显示实现,对于学习神经网络的人来说非常有用.-This is the anti-bp- network algorithms to achieve a data shows that the neural network learning people very useful.<tsxlyh> 在 2025-02-03 上传 | 大小:53kb | 下载:0
[matlab例程] logisticBrifurcation
说明:一 维 混 沌 系 统 分 岔 图 示 例-a chaotic system bifurcation diagram examples<wuhanyue> 在 2025-02-03 上传 | 大小:24kb | 下载:0
[数据结构常用算法] haffmancode(VC)
说明:---- Huffman 算法的不同实现 本目录下的程序用8种不同的方式实现了Huffman编码算法,这8种方式分别是 * huffman_a 使用链表结构生成Huffman树的算法,这是最基本的实现方法,效率最低。 * huffman_b 使用《数据结构》(严蔚敏,吴伟民,1997,C语言版)中给出的算法,将二叉树存放在连续空间里(静态链表),空间的每个结点内仍有左子树、右子树、双亲等指针。 *<ray> 在 2025-02-03 上传 | 大小:32kb | 下载:0