搜索资源列表
ID3算法源程序(C语言)
- ID3算法源程序。使用的方法是编写一个*.dat文件保存样本数据,还有一个*.tag文件保存属性列名,且最后一个属性是标号属性。运行是输入id3 文件名。输出格式是一个二叉判定树。-ID3 algorithm source. The method used was to prepare a document preservation *. dat sample data, a document preservation *. tag attributes listed, and the fina
ga_basic
- 遗传算法基本算法,使用C语言编写,有一定的参考价值。-GA basic algorithm, the use of C language, a certain reference value.
ai
- 使用C语言编写程序,使用深度优先算法,解决八数码问题。
基于MFC界面的人机对战五子棋
- 用C++语言编写,界面使用mfc编写,应用α-β剪枝算法实现的人机对战五子棋
expert_system(animal)
- 一个用于动物识别的小型专家系统,使用C语言编写-An expert system of animal identification, using C language
完整的3D 模型检索程序
- 完整的3D 模型检索程序,使用C语言编写,可以使学习者从底层研究三维模型的检索框架,同时提供的C语言程序包也可以设计新的三维模型检索算法。,Complete 3D model retrieval, the use of C language, so that students can study three-dimensional model from the bottom of the search framework to provide the C language package can
kMeansPPTest
- k均值聚类算法,并包含了对该算法的一些优化,使用c语言进行程序的编写-k means clustering algorithm, using the procedures for the preparation matlab
knn
- 使用C语言编写的最近邻算法,可以直接运行,算法是对鸢尾花数据进行了分类。-Written in C language using the nearest neighbor algorithm can be run directly, the algorithm is the iris data are classified.
GA-2
- 遗传算法的源代码,使用c++语言编写,结构清晰,注释完整,明了易懂-Genetic Algorithm
pso
- 用c语言编写的粒子群算法程序,下载后可以直接使用-With the c language of the particle swarm optimization program, download can be used directly
yongCyuyanbianxiedeGA
- 使用c语言编写的遗传算法,容易理解,有助于学习掌握遗传算法的优化过程-C language using genetic algorithms, easy to understand, contribute to learning and mastering the genetic algorithm optimization process
avoidance
- 使用C语言编写的避障程序,具有程序模块化强的特点,同时这个程序是应用到机器人的可视化避障程序的应用中,效果不错。-Using the C language obstacle avoidance procedure, with a strong feature of the modular program, while this procedure is applied to the robot' s obstacle avoidance program visualization appl
8number
- 使用 人工智能里面的 A算法 解决八数码问题 使用C语言进行编写的-A method using artificial intelligence inside the eight-puzzle problem solving using the C language written in
xiaoche
- 一个智能小车的程序,循迹小车使用ATmega16作为控制器,使用C语言进行软件编写-An intelligent car of the program, tracking the car using the ATmega16 as the controller software is written using C language
yichuansuanfa
- 使用C#语言编写的基础的遗传算法程序,希望对大家学习遗传算法有帮助。-a GA program used C#.
BP-Letters
- 基于BP神经网络的手写英文字母识别,使用C#语言编写,含字母图片-Based on BP neural network Handwritten English letters recognition, the use of C# language, including alphabet picture
AI_project_2011
- 用C语言编写四子棋AI的平台,用户可以再里面添加自己的AI,或者选择人机对战,并且已经有50个AI可以挑战,建议使用搜索树,最高AI难度很强的,想挑战下么?-The four sub chess AI platform using the C language, the user can add their own AI, or select the man-machine war, and has 50 AI can be a challenge, it is recommended to u
a-star-and--program
- 采用C语言编写,带源程序demo,本程序算法侧重使用a star实际解决在静态路网中以最快的速度,最小的代价搜寻地图或迷宫的最佳路径(可能不唯一),重点在于游戏中的NPC自动寻路-Using C language with source code demo, the program algorithm focuses a star practical solutions in the static road network to the fastest speed, minimize the c
nsga2-v1.0
- 多目标的NSGA-2的程序 使用C语言编写,里面包含详细的步骤-NSGA2 multi-target program
Bee-colony-algorithm-source-code
- 基本的(Artificial bee colony algorithm ABC)人工蜂群算法源代码,本人亲自测试并通过的,使用C语言编写。-The basic (Artificial bee colony algorithm ABC) artificial bee colony algorithm source code, the use of C language.