资源列表
[数值算法/人工智能] Guotao-algorithmic
说明:线性非凸多父体杂交算子求解TSP问题。算法将搜索空间看成是一个全空间Ω,种群中的个体可以看作Ω中的一组向量。种群中的若干个向量构成一组基向量,它们可以张成Ω的一个子空间,这些向量随机性组合能相对均匀地搜索这一部分子空间。-Linear non-convex multi-parent crossover operator for solving TSP body problem. Algorithm search space as a full-space Ω, the individual po<李北辰> 在 2025-07-08 上传 | 大小:2kb | 下载:0
[数据结构常用算法] Text6_2
说明:(1)分别采用递归和非递归算法建立二叉树; (2)采用先序、中序和后序三种方式遍历该二叉树; (3)按层次遍历该二叉树。 -(1) were used to establish the recursive and non-recursive algorithm for binary tree (2) using first-order, middle order and post-order traversal of the binary tree in three ways (<w> 在 2025-07-08 上传 | 大小:2kb | 下载:0
[matlab例程] BOCornerDetector
说明:This program can detect a corner<nourallah> 在 2025-07-08 上传 | 大小:2kb | 下载:0
[人工智能/神经网络/遗传算法] CurveFit
说明:嵌入式多项式最小二乘曲线拟合C算法实现,在LPC2200上长期运行成功,算法结果正确-Embedded C polynomial least-squares curve fitting algorithm, the LPC2200 on a long-running success, the algorithm result is correct<lijiping> 在 2025-07-08 上传 | 大小:2kb | 下载:0
[人工智能/神经网络/遗传算法] PNN
说明:嵌入式概率神经网络C算法实现,在LPC2200上长期运行成功,算法结果正确-Embedded C probabilistic neural network algorithm, the LPC2200 on a long-running success, the algorithm result is correct<lijiping> 在 2025-07-08 上传 | 大小:2kb | 下载:0
[matlab例程] BinarySearchSample
说明:The file name it says everything-The file name it says everything.........<filippo> 在 2025-07-08 上传 | 大小:2kb | 下载:0
[数据结构常用算法] josephus
说明:问题描述: 新Josephus排列问题定义如下:假设n个人排成一个环形,给定一个正整数m,从第1 个人开始,沿环计数,每遇到第m个人就让其出列,这时计算器m自动加一,且计数继续进 行下去。这个过程一直进行到所有的人都出列为止,最后出列者为赢家。设这n个人的编号 分别为1~n,每次从编号为1的竞赛者开始计数,那么每个人出列的次序定义为整数1~n 的一个排列。这个排列称为一个(n,m)Josephus排列。 例如,(7,3)Josephus 排列为3,7,6,2,4,1,5。<atlantis> 在 2025-07-08 上传 | 大小:2kb | 下载:1