资源列表
[人工智能/神经网络/遗传算法] Immune
说明:各种免疫算法MATLAB程序,经过本人逐个测试能正常使用,希望对大家有所帮助。-Various immune algorithm MATLAB program, one by one after I test can be used normally, we want to help.<> 在 2025-10-24 上传 | 大小:110kb | 下载:0
[人工智能/神经网络/遗传算法] network
说明:一些人工算法的c语言的实现,相互调用,不仅有神经网络还有其他-some useful process<雷雷> 在 2025-10-24 上传 | 大小:110kb | 下载:0
[数据结构常用算法] AVL
说明:利用平衡二叉树实现一个动态查找表, 以二叉链表作为二叉树的储存结构-Achieve a balanced binary tree using dynamic lookup table to binary linked list storage structure as a binary tree<chaser tang> 在 2025-10-24 上传 | 大小:110kb | 下载:0
[数据结构常用算法] Binary-tree-traversal-algorithm
说明:二叉树的遍历有常用的三种方法,分别是:先根次序、中根次序、后根次序。为了验证这几种遍历算法的区别,本次的实验将会实现所有的算法。 遍历的时候,把结点的信息打印出来,为了让结点的信息更容易区别,在每个结点前加上数字标识。如:data[1]=A,data[2]=B. 实现的算法皆为递归算法 -Binary tree traversal has used three methods, namely: first, the root sequence, the order of the ro<yangkai> 在 2025-10-24 上传 | 大小:110kb | 下载:1