资源列表
bashuma-
- 人工智能八数码问题实现八数码问题:在3×3的方格棋盘上,摆放着1到8这八个数码,有1个方格是 空的,其初始状态如图1所示,要求对空格执行空格左移、空格右移、空格上移 和空格下移这四个操作使得棋盘从初始状态到目标状态。 -#include <stdio.h>//定义变量 #include <stdlib.h>//定义变量 typedef struct s_node//定义创建节点 { struct s_node*father /
GA_tsp_solving
- 遗传算法源码 有变异,交叉的源码。解决旅行商问题。-There are variations in the genetic algorithm source code, cross the source. Solve the traveling salesman problem.
pso
- 一个PSO 一群算法的vc++6.0实现的例子,对于理解算法以及学习实现有帮助-PSO algorithm is a group of examples of vc++6.0 to achieve, for the understanding of algorithms and learning help to achieve
RBFlimianyouguiyihuachuli
- 有关神经网络的设计,径向基函数的神经网络的举例-For the design of neural networks, radial basis function neural network example
RL_shibie
- 基于神经网络学习的人脸识别程序代码!利用Matmab实现可视化。-Face recognition based on neural network learning procedures for code! Using Matmab visualization.
demo2
- VC++基于神经网络的数字图片识别技术,并可对图片进行灰度处理、二值化、递推锐化、去离噪声、字符分隔等处理功能-VC++ based on neural networks in digital image recognition technology, and the picture grayscale processing, binary, recursive sharpening, go away from the noise, character separation, processin
sampletest
- 素数测试的程序,可以测试大素数!采用了lasvegas随机算法。-Prime test procedures, to test a large prime number! Random algorithm used lasvegas.
Immune-genetic-algorithm
- 基于改进免疫遗传算法的配电网重构,该文章系统的讲解了运用改进免疫遗传算法对配电网重构,并有详细的程序设计步骤,对相关领域的研究者有一定的参考价值-Immune genetic algorithm based on improved distribution network reconfiguration, the article explains the use of the system to improve the immune genetic algorithm for distribut
GeneticforTSP
- 人工智能的作业,用遗传算法解决TSP问题,可以在每一步选择不同的算子,最终得到解的步数和历经的节点数以及运行所需的时间。-Work in artificial intelligence, genetic algorithm to solve TSP problem, you can choose different at each step the operator, the final solution of the step and get the number of nodes and r
BFSforeightnumbers
- 人工智能完成的作业,用宽度优先搜索实现八数码问题,可以得到解的步数,生成的节点数和运行时间。-AI to complete the job, with the width of the first search for Eight digital problem solution steps can be generated nodes and run time.
Pca-based-face-recognition-matlab-
- 基于pca的人脸识别matlab程序,有详细说明,已经调试过了,可以运行-Pca-based face recognition matlab program, a detailed descr iption, have been debugged, you can run
