资源列表
[人工智能/神经网络/遗传算法] PSO
说明:标准粒子群优化算法的完整C语言程序,可以执行的-Standard PSO complete C language program, can perform<jame> 在 2025-06-25 上传 | 大小:3kb | 下载:0
[人工智能/神经网络/遗传算法] animal
说明:在vc6.0环境下编写的一个动物识别系统,对于初学者可以看一下。使用产生式规则完成-Prepared under the vc6.0 an animal identification system, for the beginner can look at. Completed using the production rules<张弦> 在 2025-06-25 上传 | 大小:3kb | 下载:0
[数学计算/工程计算] NelderMid
说明:The Nelder–Mead method or downhill simplex method or amoeba method is a commonly used nonlinear optimization technique, which is a well-defined numerical method for twice differentiable and unimodal problems. However, the Nelder–Mead technique is onl<masha> 在 2025-06-25 上传 | 大小:3kb | 下载:0
[数据结构常用算法] xiaoyuandaohang
说明:校园导航系统c++数据结构 校园导航系统c++数据结构-Campus navigation system data structures c++ campus navigation system data structures c++ c++ campus navigation system data structure<pituo> 在 2025-06-25 上传 | 大小:3kb | 下载:0
[数据结构常用算法] erchashu
说明:这是一个实现二叉树的三种遍历方式。有一个是将三种遍历方式运用到一起。-This is a realization of the three binary tree traversal. One is to use the three traversal together.<xiaoyandong> 在 2025-06-25 上传 | 大小:3kb | 下载:0
[人工智能/神经网络/遗传算法] AprioriMain
说明: 此算法实现了基本的Apriori算法,效率很低. 过程是:先通过对数据集进行扫描,得到候选1-项集C1,根据用户输入的最小支持度筛选出频繁1-项集L1,将筛选中 不满足条件的结果放入一个先验项集,然后对L1进行组合,并根据Apriori算法的先验原理,用每个组合的结果和先 验项集中的所有元素进行比较,如果组合结果的子集中包含先验集中的任何一个元组就将其排除,将没有被排除 的组合结果放入C2.如此循环反复,直到Cn或Ln为空. 2008.11.1-2008.11.3<李林霄> 在 2025-06-25 上传 | 大小:3kb | 下载:0
[数据结构常用算法] tree
说明:1 建立二叉树 1)通过输入树的嵌套括号表示序列 2)根据前序遍历序列和中序遍历序列建立二叉树 3)建立哈夫曼树 2. 对于1中1),2)所建立的树进行如下操作: 1)查找结点 2)前序遍历 3)中序遍历 3 对于建立的哈夫曼树进行编码 4 输出二叉树的形状-1 Create a binary 1) by entering the sequence of the tree of nested brackets 2) According to the preorder traversal sequ<leik> 在 2025-06-25 上传 | 大小:3kb | 下载:0