资源列表
dfs-final-tidai
- 深度优先遍历,可以求出图中任意一点出发遍历整个图的路径-depth first search
circleList
- 有向循环双向链表,包括结点和链表的头文件以及实现,实现对一组数据的链表存储-Directed cycle two-way linked list, including node and list of header files and implementation, implementation of a set of data stored in the list
SoftwareTest
- 本例是软件测试课的用例,用以测试电信通话中话费计算时出现的各种问题,尤其是夏至日和冬至日的时间转换问题,以及一个JUnit的简单测试用例。 对电话账单来说,春季和秋季的标准时间与夏时制时间的转换会带来有意思的问题。春季,这种转换发生在(3月末、4月初的)星期日凌晨2:00时,这时时钟要设置为凌晨3:00时。对称的转换通常发生在10月最后一个星期日,时钟要从2:59:59调回到2:00:00。 请为采用以下费率计算用户的每月通话费: 通话时间<=20分钟时,每分钟收费
DSDEMOW
- 清华出品,数据结构算法演示(表、查找、排序、树、图、串、矩阵、存储管理等)-Qinghua, data structure algorithm demonstration (table, searching, sorting, tree, graph, string, matrix, memory management etc.)
yuesefu
- 约瑟夫问题的C语言实现,程序代码很简单,详细理解可查阅相关资料,或者联系我-Joseph C language, the program code is very simple, a detailed understanding of access to relevant information, or contact me
Sort
- 数据结构中的五种常见的排序方式,包括插入排序、希尔排序、冒泡排序、快速排序、选择排序-Five common sort of data structure, including insertion sort, Shell sort, bubble sort, quick sort, selection sort
suijipaiie
- 从零到十的随机排列,随机生成一百个的排列序列,在某些仿真过程中可以使用-100 Ordering randomly generated sequence can be used in some simulation process from zero to ten randomly arranged,
Doublelinkedlist
- 双链表的一个简单实现,在VC下可以直接运行通过-Doubly linked list is a simple implementation of the VC can be run directly by
liusuma
- 六数码问题的回溯描述,代码为C语言实现,简单方便-Retrospective descr iption of the six digital code for the C language, simple and convenient
Dijian
- 全排列生成算法的程序实现,递增进位制数法来实现的,希望对你有用-permutation generation
huffman1
- 一个简单的huffman编码程序,输出编码结果。-A simple Huffman coding procedures, outputing coding results.
kmp
- kmp算法是一种改进的字符串匹配算法,由D.E.Knuth与V.R.Pratt和J.H.Morris同时发现,因此人们称它为克努特——莫里斯——普拉特操作(简称KMP算法)。KMP算法的关键是根据给定的模式串W1,m,定义一个next函数。next函数包含了模式串本身局部匹配的信息。-failed to translate
