资源列表
nhou
- n皇后问题的源代码以及关于n皇后问题的说明-n Queen s source code as well as issues on the Queen s descr iption of the problem n
123
- 约瑟夫环。。。对网上的一个程序的优化与修改。。实现的是循环链表下。。每个人不同的密码出列的问题-Joseph Central. . . On-line optimization of a procedure with the modifications. . Cycle of implementation are under the list. . Different passwords for each person listed in the question
1111
- 数组实现循环链表 准备: 1. 队列空间的大小 maxsize 2.队首指针 front 3.队尾指针 rear 4.存储方式 动态数组 运算 出队,入队,初始化队列,创建队,释放队 5.a 动态数组的首地址-Prepared to achieve an array of circular linked list: 1. Queue space the size of the maxsize 2. Team first pointer front 3. Tail
sort
- C语言冒泡排序法,经典中的经典。本文当还有详尽的解释。-C language bubble sort method, the classic of classics. When there is a detailed explanation of this article.
cPP
- 用C++实现的汉诺塔,递归算法,复杂度比较高,但是编码和思路比较简单-C++ implementation of the Tower of Hanoi recursive algorithm complexity is relatively high, but relatively simple coding and ideas
N-queen-problem
- N皇后问题,解决N皇后问题,详细的C代码-N-Queens problem, solve the N queens problem, the details of the C code
bigcorPar
- Program for Correlation on big data
Wiggle-Sort-II
- 对一个数组进行摇摆排序使a1<a2>a3<a4>a5-sort the array in wiggle way
zoumigong
- 走迷宫 程序开始运行时显示一个迷宫地图,迷宫中央有一只老鼠,迷宫的右下方有一个粮仓。游戏的任务是使用键盘上的方向键操纵老鼠在规定的时间内走到粮仓处。 要求: 1老鼠形象可辨认,可用键盘操纵老鼠上下左右移动; 2迷宫的墙足够结实,老鼠不能穿墙而过; 3正确检测结果,若老鼠在规定时间内走到粮仓处,提示成功,否则提示失败; 4找出走出迷宫的所有路径,以及最短路径。 另希望能说明采用的设计方法、设计技术路线,包括采用的设计方法和步骤以及任务流程图,指定的功能模块说明、设计说明
cityzuiduanlu
- 最短路算法,输入各点之间的距离(可以是费用等),可得出遍历所有点的最短路-Shortest path algorithm, the distance between the input points (which can cost, etc.), can be drawn through all points of shortest
sort
- sort a cpp file about C++ microsoft visual C++
SegTree
- 树结构中线段树结构,可以进行的操作单点查询,成段更新。-Line segment tree structure in the tree structure, can carry out the operation of the single point queries, into a period of update.