资源列表
yuesefu.rar
- 本程序采用循环单链表的算法来解决约瑟夫环问题:建立一个循环单链表,按顺序查找指定结点,找到后删除,最后打印删除的编号序列。
input is double
- 判断输入的数字串是否为偶数,用mod 2完成-importation of judgment whether the series is even, complete with mod 2
zoj_1009_Enigma
- 这是一道模拟题目,属于比较容易的,但是其中用到了一个类似于循环队列的东西,感到还是很有意思的-This is a simulation of the subject, are relatively easy, but the cycle is similar to using a queue of things are still very interesting
SVDA
- 基于支持向量机分类算法,经试验效果不错,取得了很好的分类效果-Classification algorithm based on support vector machine, after test results, well, and achieved very good classification results
shuzhifenxi
- 《VC++和BC++数值分析类库》粟塔山编著一书中的源代码,对数值分析有很大帮助 -" VC++ and BC++ numerical analysis library," Su Tashan edited a book' s source code, for numerical analysis of great help to
stackProblem
- 车厢调度问题,用数据结构的栈来实现车厢调度-Train scheduling problem, using the data structure inside the stack to implement scheduling
labyrinth
- 迷宫问题c源代码,大小为8*8的迷宫。主函数中输入开始位置和结束位置的坐标,输出所有可能的路径-Maze c source code, size 8* 8 of the maze. Enter the start the main function of the coordinates of the position and end position, the output of all possible paths
BUBBLE-SORT
- BUBBLE SORT ALGORITHM USING C LANGUGE
1135(dijkstra
- ACM POJ 1135解题程序dijkstra方法-ACM POJ 1135 dijkstra method of problem-solving process
BinarySearch
- 对已排序的数组分别用迭代递归两种算法进行折半查找。-An array of the sort of has respectively with iterative recursion algorithm of two binary search.
space-station-shield
- zoj 题中space station shield 题的源码和注释-space station shield s solution for ACM training
lab
- 对于初始给定的数组,通常存在多个长度大于1的已自然排好序的子数组段.例如,若数组a中元素为{4,8,3,7,1,5,6,2},则自然排好序的子数组段有{4,8},{3,7},{1,5,6},{2}.用一次对数组a的线性扫描就足以找出所有这些排好序的子数组段.然后将相邻的排好序的子数组段两两合并,构成更大的排好序的子数组段({3,4,7,8},{1,2,5,6}).继续合并相邻排好序的子数组段,直至整个数组已排好序。-For the initial given array, usually pre
