资源列表
2
- 约瑟夫环(Joseph)问题的一种描述是:编号1,2,┉,n的n个人按顺时针方向围坐一圈,每个人持有一个密码(正整数),一开始,任选一个正整数作为报数上线值m,从第一个人开始按顺时针方向自1开始顺序报数,报到m时停止报数。报m的人出列,将他的密码作为新的m值,从他在顺时针方向上的下一个人开始重新从1开始报数,如此下去,直至所有人全部出列为止。设计一个程序求出出列顺序。-Joseph Ring (Joseph) a descr iption of the problem is: No. 1,2,
tattou
- method of reading image
erchashu
- 学了数据结构,,,用所学知识编程实现二叉树的3中排序,-3 means of erchashu programma
Queueinsertfirst
- Data Structure Queue_insert_first-Data Structure Queue_insert_first
ShellSort
- 希尔排序算法 实现数组的排序-Hill sorting algorithm to sort an array
notes
- 很经典的ACM试题解答,习题练习解答;在oj中几乎都有。-ACM is the classic answer questions, practice exercises to answer almost all the oj.
MyTest01
- 检索一串字符串中的每个字符的个数,别且输出-Retrieve a bunch of strings in the number of each character
kr
- 克鲁斯卡尔算法 控制台下运行 提供给大家参考-Kruskal algorithm running under the console to provide for reference
heapSOS
- HashSort 又一个源码,经过新的优化,更好的算法-HashSort another source, new optimization algorithm
Cell
- 用于验证稀疏矩阵存储相关测试代码,稀疏矩阵存储单元。-Used to verify the sparse matrix storage-related test code, sparse matrix storage unit.
图像卷积代码
- 用c语言,最简洁的方法实现了图像卷积操作
RLEcompression
- 借助于RLE游程编码的思想,实现对字符串数据的简单压缩。-RLE RLE means of thought, to achieve a simple string data compression.