搜索资源列表
Sieger
- 围棋人机对弈程序源码 此版本目前还只能下布局阶段,但很多用于中盘的数据结构及算法已实现。含2000多基本定式库。-procedures source of this version has only under the layout stage, but many were used to set the data structure and algorithm has achieved. Containing more than 2,000 for the basic mode.
8数码A算法
- 设计说明:1。数据结构和表示:程序用1、2、3、4分别表示将右、上、左、下的数字块移动到空格之中。采用典型的树+链表结构,每种局面产生一个BoardState类。出于避免走法顺序列表被过多复制的考虑,在树结构中保存局面的继承关系。每种新的局面产生后,引用估值函数产生f的值,再根据大小将其插入链表之中,以便实现“优先展开f值小的节点”。Solve()函数在成功解决问题之后保存一个走法序列供输出并返回零,而失败则返回失败处的节点层数。(具体的判断方法见后文)-Design Notes : 1. Da
phoenix
- 模式识别的两个重要算法:剃度下降法,固定增量法.另付数据结构中:高级排序算法,波兰式-two important pattern recognition algorithm : tonsure decline, fixed increment. Extra data structure : High ranking algorithm, Poland -
LBTree
- 用VC。NET2005实现优秀的最近邻搜索算法LB-TREE的模拟和图形显示。具有建立优良数据结构和搜索功能-VC.NET2005 achieve outstanding nearest neighbor search algorithm LB-TREE simulation and graphics. With excellent data structure and search functions
DM4
- 执行流程: 1. 用户输入参数:K的选择,训练数据,测试数据的路径; 2. 读取训练数据集和测试数据集文件,用ArffFileReader类读取并组织起InstanceSet数据结构; 3. 利用上面的相似度量标准,对每一个测试集中的Instance,计算与其最相似的K个训练集中的Instance,通过投票进行分类,将分类结果存储经Instance的成员变量targetGuess中; 4. 对分类结果进行度量,包括分类正确率,各种类别实例的Precision,Recall;Con
pegjump
- 设计一类peg jump问题的求解系统,初步掌握智能搜索算法中的盲目搜索和启发式搜索这两类基本方法,同时通过具体的问题体会搜索算法、数据结构、程序设计等知识的综合应用。-Peg jump for a class of design problem solving systems, intelligent search algorithm for the initial grasp of the blind search and heuristic search these two types o
a.m
- Matlab仿真程序,介绍了数据的程序结构、运用和算法设计。-Matlab simulation program, introduced procedures for data structure, application and algorithm design.
MazeStack
- 使用数据结构栈的方式实现迷宫寻路 人工智能机器人算法 希望对大家有所帮助-Stack data structure using the realization of artificial intelligence robot maze pathfinding algorithm we want to help
ExeptSystem
- 基于神经网络方法的专家系统源代码,实现了神经网络数据结构下的专家系统-Neural network based expert system source code, to achieve a neural network expert system data structure
ant_colony_algorithm
- 蚁群算法编程实现,在VC下调试,可用于大二学生学习人工智能或数据结构-Ant colony algorithm programming, debug in VC can be used for second year students of artificial intelligence or data structure
1134
- A very interesting solution to this kind of crazy tree problems with some strange data structure...
SHUYOUGUANSHEJI
- 采用结构体及链表来实现神经网络的结构 分为实例结构体、层结构体和网络结构体 数据结构的设计-Reference data structure design, "Artificial Neural Networks" (edited by Rui Ma, Beijing: Mechanical Industry Press, 2010,7) a book Optimized learning algorithm is also reference to the book
Data-structure-and-algorithms
- 这是一款很好的研究算法的资料,希望能给大家一点帮助!-Data structure and algorithms
Carparq
- yet another car parking garage program this includes most of the data structure concepts involved in c-yet another car parking garage program this includes most of the data structure concepts involved in cpp
BP-neural-network-model
- BP神经网络预测模型的非线性逼近功能很好,能够成功的预测复杂的数据结构-The BP neural network model of nonlinear approximate function is very good, can successfully predict complex data structure
Algorithms-of-MIT_PART2
- 这是麻省理工学院的关于数据结构方面的资料的第二部分,结合前面的第一部分。-This is the the MIT second part of the information about the data structure, combined with the first part of the previous.
Algorithms-of-MIT_PART3
- 这是麻省理工学院的关于数据结构方面的资料的第三部分,结合前面的两部分。-This is the Massachusetts Institute of Technology, the third part of the information about the data structure, combined with the previous two parts.
ten_books_of_algorithms
- 英文版的数据结构大全,伪代码描述,清晰易懂。-English version of Data structure encyclopedia, descr iptive of pseudocode, easy to read.
KMP
- 【数据结构&&算法系列】KMP算法介绍及实现(c++ && java)-KMP algorithm data structure && algorithm series introduction and implementation (c++ && Java)
data
- 随机森林算法的构造过程:1、通过给定的原始数据,选出其中部分数据进行决策树的构造,数据选取是”有放回“的过程,我在这里用的是CART分类回归树。 2、随机森林构造完成之后,给定一组测试数据,使得每个分类器对其结果分类进行评估,最后取评估结果的众数最为最终结果-Random Forest algorithm construction process: 1, by a given raw data, which part of the decision tree data structu