资源列表
chuanfuzhi
- 实现串的基本功能,串初始化,串删除,串插入,求串长,取字串等-To achieve the basic functions of string, string initialization, string delete, insert strings, seeking a long string, string, etc. to take
list
- 一个很不错的链表模板,很规范,很适合新手学习-A very good list template, it is standardized, it is suitable for beginners to learn
Stack
- 数据结构栈的基本操作,包含进栈出栈的操作,用C实现-The basic operation of the stack data structure, included into the stack, the stack operation, implemented in C
Stack
- 運用stack撰寫的西洋棋騎士程式解法,內有完整的stack樣板-The use of chess knight program written by the stack solution, complete stack model
treeoperation
- 树的最重要的作用之一是用以实现各种各样的抽象数据类型。与表的情形相同,定义在树上的操作也是多种多样的。在这里我们只考虑作为抽象数据类型的树的几种典型操作。 -The role of the tree is one of the most important to achieve a wide variety of abstract data types. The situation is the same with the table, the operation is defined in
SequenceList
- 以数组为存储结构保存线性表,并实现线性表创建、清空、增加、删除、修改、查找等基本操作。
sort
- 使用VC6实现的几种排序算法,包括快速排序、堆排序、归并排序、哈希排序。-VC6 achieved using several sorting algorithms, including the quick sort, heap sort, merge sort, hash sorted.
nucleus_prog_sol
- this ia s pattern program
strassen
- 传统方法与Strassen算法相结合的矩阵相乘算法,可以求出任意两个偶数阶矩阵的乘积!本代码简单,精简,非常好!非常巧妙!没用到什么复杂的东西!经测试完全正确!-Strassen with traditional methods based on the combination of matrix multiplication algorithm, can be obtained even arbitrary two-matrix product! The code simple, concis
MAXnum
- 大整数乘法 本程序中大整数由用户决定 并且算法复杂度相对叫小 有很好的可读性
tchglxt
- 用c语言实现的一个停车场管理系统的程序,记录停车状态及收费状态
data_struct9
- 数据结构课后设计题第九章 9.26② 试将折半查找算法改写成递归算法。 实现下列函数: int BinSearch(SSTable s, int low, int high, KeyType k) 静态查找表的类型SSTable定义如下:-Data structure design question after class IX 9.26 ② would try to rewrite the binary search algorithm int
