资源列表
Eight-Queen
- 八皇后程序,代码不是很长,简单易懂,很方便很好用-Eight Queens program, the code is not very long, easy to understand, easy to use good
H5_1
- 可以查找一个随机矩阵中的极大点,极小点,和鞍点,-Find a random matrix can be a great point, minima and saddle points,
Hanoi
- 利用递归实现汉诺塔算法。自己写的,挺小的,希望能有帮助。-Recursive HANOR algorithms. Write your own, quite small, hoping to be helpful.
duoxiangshi
- 多项式的运算 运算符的重载 加减乘除 类 堆栈 输入系数和次数-Polynomials Math operator overloading
schedule
- 一个任务调度的作业的实现,是我们上数据结构时的一个大作业-A task scheduling implementation of operations, we structure data on a big job
eightQueue
- 用回溯法,求解八皇后问题。该算法是算法设计与分析的一个常用例题的求解-By backtracking to solve the eight queens problem. The algorithm is algorithm design and analysis to solve a common example
SeqList
- 我才学C++,这个是我写的一个数据结构事例程序,虽然简单,但是却是一个很好的教学例子
JOSEPHUS
- 约瑟夫环问题的实际场景。已知n个人围坐在圆桌周围,从编号k的人开始报数,数到m的那个人出列,依次下去,直至全部出列。采用的解决方法是典型的循环链表的数据结构。-Josephus actual scene. Given n people sitting around the round table, starting from the number k reported number, the number to m the man out of the line, and go on, unti
reference1
- 请编写算法,生成任意一个集合的幂集。集合元素用1,2,3,…表示,采用线性表存储。 例如:若集合S={1, 2, 3},则其幂集为: {1}, {2}, {3}, {1, 2,}, {1, 3,}, {2, 3}, {1, 2, 3} -computing power set
H5_2
- 可以查找一个随机矩阵中的极大点、极小点和鞍点-Find a random matrix can be a great point, minima and saddle points
二叉树结点算法源程序
- 根据一棵二叉树结点的先根序列和中根序列构造该二叉树,并输出该二叉树的后序遍历结果。,According to a binary tree the root node of the first sequence and the sequence structure of the tree root and post the output of the binary tree traversal results.
eight-queen
- 该程序是一个实现查找八皇后的问题求解的程序,在vc 中编写的-this program is write for eight queen