资源列表
[人工智能/神经网络/遗传算法] CAP
说明:this program is about capacitor placement in distribution networks<jafar> 在 2025-06-25 上传 | 大小:386kb | 下载:0
[数据结构常用算法] MatrixChain
说明:算法,用动态规划写的矩阵相乘,里面有递归和非递归方式。菜鸟写的,可以直接运行-Algorithm using dynamic programming to write matrix multiplication, there are recursive and non recursive way. Rookie wrote, can be directly run<吴强> 在 2025-06-25 上传 | 大小:1.59mb | 下载:0
[数据结构常用算法] the-definition-of-order-form
说明:如何建立顺序表及顺序表的操作比如插入删除查找-How to establish the order form and order operations such as inserting a table lookup, and so remove<久岳> 在 2025-06-25 上传 | 大小:2kb | 下载:0
[人工智能/神经网络/遗传算法] CMACprogram
说明:小脑神经网络程序CMAC,人工智能中神经网络中的一种,可用于回归计算和控制-Cerebellar network program CMAC, artificial intelligence, a neural network can be used for regression and control<梁卫> 在 2025-06-25 上传 | 大小:1kb | 下载:0
[数据结构常用算法] Internal-sort-of-comparison-method
说明:1)对以下9种内部排序算法进行比较:起泡排序、直接插入排序、简单选择排序、快速排序、希尔排序、堆排序、折半插入排序、二路插入排序、归并排序。 (2)待排序表的表长不小于 100;其中的数据要用伪随机数产生器产生;至少要用 5 组不同的输入数据做比较;比较的指标为关键字参加的比较次数和关键字的移动次数(关键字交换为 3 次移动)。 (3)针对不同的输入表长做试验,观测检查两个指标相对表长的变换情况。 (4)随机产生的数据保存到文件 input.txt 中,将各个算法的关键字比较次<张元弟> 在 2025-06-25 上传 | 大小:2kb | 下载:0