搜索资源列表
8数码A算法
- 设计说明:1。数据结构和表示:程序用1、2、3、4分别表示将右、上、左、下的数字块移动到空格之中。采用典型的树+链表结构,每种局面产生一个BoardState类。出于避免走法顺序列表被过多复制的考虑,在树结构中保存局面的继承关系。每种新的局面产生后,引用估值函数产生f的值,再根据大小将其插入链表之中,以便实现“优先展开f值小的节点”。Solve()函数在成功解决问题之后保存一个走法序列供输出并返回零,而失败则返回失败处的节点层数。(具体的判断方法见后文)-Design Notes : 1. Da
ifdef
- 人脸检测的C/C++源代码,曾发表于 OPENCV 的 MAILING LIST,主要是对OPENCV 3.1 版本发布的代码做了一些速度上的优化,并且解决了内存泄漏的问题。这个程序所使用的 Paul Viola 提出(该论文“Rapid Object Detection using a Boosted Cascade of Simple Features”发表在 CVPR 01)的 Ada Boosted Cascade 算法可以说是目前最好最快的目标检测算法。 -Face Detecti
LearningPatternClassificationASurvey
- 模式识别学习综述.该论文的英文参考文献为303篇.很有可读价值.Abstract— Classical and recent results in statistical pattern recognition and learning theory are reviewed in a two-class pattern classification setting. This basic model best illustrates intuition and analysis t
svm_v0.55beta
- 最新的支持向量机工具箱,有了它会很方便 1. Find time to write a proper list of things to do! 2. Documentation. 3. Support Vector Regression. 4. Automated model selection. REFERENCES ========== [1] V.N. Vapnik, \"The Nature of Statistical Learning Theory\", Springer-Verl
chess.py
- Python实现A*算法解决八数码问题。 输入为九个数字的列表,代表八个数的位置(Z字型方向),空位以-1代替。 输出为各移动步骤得到的九个数的矩阵(输出到屏幕)。 使用是调用answer函数。返回一个各移动步骤得到的九个数的矩阵的列表。-Python achieving eight A* algorithm to solve digital problems. Enter a list of the nine numbers represent the number eight p
psoprogramme
- C语言编程常见问题解答 这个帖子将不断扩充、更新 罗列大部分C语言编程的常见问题 希望各位观众支持帮助 毕竟一人之力太有限-C Programming Language FAQ This post will continue to expand and update list of most of C language programming frequently asked questions to help support the hope that the
yichuansanf
- 该为遗传算法解决比赛项目排序问题,给出了过程分析,列出了比赛项目排序的模型,进行了方法的研究,最后用c语言编程实现了矩阵的导入,矩阵的转化,遗传算法.程序在解决此类问题,效果良好-The events for the genetic algorithm to solve scheduling problem, given the process of analysis, a list of events sort of model, carried out research on methods
yiqunsuanfa
- 本程序主要用链表实现了蚁群算法,欢迎各位来探讨-This procedure achieved the main list of ant colony algorithm, to welcome you all to explore
tabu
- 禁忌搜索法对初始解、邻域个数及禁忌列表的大小等参数有比较严格的要求, 这些参数直接影响着算法的优化能力。文章提出了一种改进的禁忌搜索法, 它用有效空间来压缩搜索范围, 这样可以提高搜索效率和全局搜索能力。用短期和长期禁忌列表存储器来保证算法能搜索到全和分局空间的每一点, 并且不重复搜索。经过验算析, 证明它是一种较好的全局启发式搜索法.-Tabu search method, the initial solution, neighborhood and tabu list size of the
NLEA
- 基于邻域表的多目标进化算法,是人工智能的应用领域之一-Multi-objective Evolutionary Algorithm BasedonNeighborhood List
BTechMainProjectlist
- This the list of projects offered by our organisation to nthusiastic undergraduates in ECE-This is the list of projects offered by our organisation to nthusiastic undergraduates in ECE
ML_PR_Reading_List
- 本资料列出了机器学习和模式识别领域最著名,最好的学习参考和文献,为人工智能方向的学习理清了思路-this provides you with the best reference and paper list for the machine learning and pattern recognition area
1
- Forbes magazine publishes every year its list of billionaires based on the annual ranking of the world s wealthiest people. Now you are supposed to simulate this job. That is, given the net worths of N people, you must find the M richest people quick
CV_PR_AI_Conference-List
- 这里有一份比较全的计算机视觉、模式识别的国际会议列表(日历形式),已经从2011年排到了2014年,ICIP、CVPR、ICCV、BMVC等知名会议都在表上,从事相关领域研究的人可以参考。另外还有一份中国计算机学会推荐的人工智能、模式识别领域的国际会议列表。-Here is a relatively full of computer vision, pattern recognition list of the International Conference on (calendar form
Antibiotic-Therapy.pdf.tar
- List the factors that a clinician should follow to select an appropriate antimicrobial regimen. • C Compare and contrast the normal b d t d t t th l body temperature when thmeasured orally, rectally, or axillary. axillary.
c4
- 两个乒乓球队进行比赛,各出三人。甲队为a,b,c三人,乙队为x,y,z三人。已抽签决定 比赛名单。有人向队员打听比赛的名单。a说他不和x比,c说他不和x,z比,请编程序找出 三队赛手的名单。 -Two table tennis team to compete, all the three. A team is a, b, c three-, B team for the x, y, z three. List of games have been decided by d
singly
- singally linked list in c
testAStar
- 初级实现A*算法,最短寻路算法,openlist close list-Primary achieve A* algorithm, the shortest pathfinding algorithm, openlist close list
main
- 已知图采用邻接表存储,写出深度优先搜索算法的非递归形式 对邻接表存储的图采用非递归的深度优先搜索 该程序只适合有向连通图,可以用邻接表这样的一个图进行测试-Figure adjacency list is stored to write a depth-first search algorithm non-recursive form of Adjacency list stored in the diagram using non-recursive depth-first sea
stopword-list
- 在文本进行分类聚类之前,必须对文本进行预处理。预处理的第一步是分词,这中间需要去除停用词。这个文件就是停用词列表-Must preprocess the text before the text classification clustering. The first step in preprocessing is the word, the middle need to remove the stop words. This file is the stop word list
