资源列表
c
- 在数据结构中使得复数ADT的实现的一种算法。-In the data structure makes the the plural ADT implementation of an algorithm.
floyd
- 动态规划的算法,求解所有的路径之间的最短路径,时间复杂度在O(n3)-Dynamic programming algorithm for solving the shortest path between all paths, the time complexity of O (n3)
111
- 八皇后问题,用C语言实现,在VC++6.0环境中可以运行!92种答案-Eight queens problem
SqList
- C++实现的单链表线性表(为静态表,一开始指定表长度),源码有注释,很好的学习参考资料.-data struct list
struct
- 顺序表上顺序查找,数据结构的一种,用C语言实现。学生专用-Order to find the order form, a data structure, using C language. Student
zhan
- 使用VC编写的栈的链式表示和实现程序,简单明了,方便使用-Prepared using the VC stack chain expression and realization of program, simple and clear, easy to use
a
- 数据结构链栈操作,实现出栈入栈等操作,应用C++编程-Stack data structure chain operations and other operations to achieve a stack stack, application C++ programming
heap-sort
- 利用堆排序从一系列的数中找出前k个小的数-Using heap sort from a series of numbers to find a small number of the first k
binary
- 使用PHP代码实现的二分查找算法,已经封装成方法,并有一个使用示例-Binary search algorithm implemented using PHP code has been encapsulated into methods, and there is a usage example
sinsignalProcess
- 产生所需要的正弦信号,并把信号保存到本地,实现信号的存储-Sinusoidal signal need, and save the signal to local signals for storage
4.1
- 编写算法,实现串的基本操作Replace(&S,T,V)。要求采用定长顺序存储表示,并且不允许调用串的基本操作。-Write algorithms to achieve the basic operation Replace string (& S, T, V). Require the use of fixed-length sequential storage representation, and not allowed to call the basic operation of
random-quick-sort
- 本程序是数据结构中随机快速排序的实现,该算法能在较短的时间复杂度中实现排序。-This program is a data structure in random quick sort of realization, the algorithm can achieve the sort of complexity in a short time in.