资源列表
n_queen
- 关于N皇后问题,通过探讨N后问题得到一些结论性的东西-On the N-Queens problem, after problem by exploring some of the conclusions N of the things
queue
- 队列,依次输入要输出的字符,并进行入队操作,然后输出队列中元素-Queue, input the characters, then output all the elements in the queue
Monks-and-savage-problem
- 这是一个古典问题。假设有n个修道士和n个野人准备渡河,但只有一条能容纳c人的小船,为了防止野人侵犯修道士,要求无论在何处,修道士的个数不得少于野人的人数(除非修道士个数为0)。如果两种人都会划船,试设计一个算法,确定他们能否渡过河去,若能,则给出一个小船来回次数最少的最佳方案。 要求: (1)用一个三元组(x1,x2,x3)表示渡河过程中各个状态。其中,x1表示起始岸上修道士个数,x2表示起始岸上野人个数,x3表示小船位置(0——在目的岸,1——在起始岸)。例如(2,1,1)表示起始岸上
1
- 数据结构课程设计——停车场管理和单链表的交并差集
1
- 算术表达式求值:输入中缀表达式,转换成后缀表达式后求值-Arithmetic expressions are evaluated: input midfix expression, converted into a suffix after expressions are evaluated
ssd5-Exam1
- ssd5 数据结构与算法 EXAM1 敬请参考下,对你应该有帮助-arithmetic and date structure
DataStructureAlgorithm
- 严蔚敏 数据结构(C语言版) 书上的所有算法代码.rar-YAN Wei-min data structure (C language version) book on the code for all algorithms. Rar
danlinkbiao-datejiegou
- 数据结构中的单链表的一个小例子,当初我们做数据结构实习时候自己写的代码,希望有用-The data structure of single table a small example, when we do data structure practice when writing code, hope useful
shuzisanjiaoxing
- 算法设计课程,小作业,课程作业,课堂练习,例程-Algorithm design courses, small jobs, course work, classroom exercises, routines
5.21DFS
- 深度优先搜索实现的二叉树深度判断,源码在vc6.0下编译通过。-DFS searching to measure the depth of the binary tree.and the code is compilled successfully in VC6.0.
Multi-classSVMClassifierUtilizingBinaryDecisionTre
- 有关svm 多类的问题,用二叉树来解决的。一篇英文。可以参考。-The svm multi-class problems, and use a binary tree to be resolved. One in English. Can refer to.
EightQueenUI
- C#关于八皇后问题的一个图形实现,通过VS2010编写,采用回溯算法-8 QUEUES probrem with C#.
