资源列表
DSDemoC
- 进入光盘中的“\\DSDemoC”目录,运行DSDemo.EXE,可以进入 数据结构算法演示系统(C语言描述)V3.1C中文版。该软件是在原DOS版程序 基础上改进而成,具体操作请按照界面上的提示进行。
Clanguagealgorithm
- c语言实现数据结构的小算法,包括数组、二叉树、排序等等 ,以及一些小例子-c language data structure to achieve a small algorithm, including the array, binary tree, sorting, etc., as well as some small example
mimotool
- mimo技术的一个工具箱,里面有很多有用的信息,适合新手
suanfa_jingdian
- VC++数据结构经典算法源码包,希望对大家有所帮助-VC++ Data Structures classical algorithm source package, we hope to help
Addressbook
- 通讯录,数据结构课程设计作业,希望对大家有所帮助-Address book, data structures, curriculum design work, we hope to help
BinaryTree
- 关于binary tree的算法集合 涵盖了所有的binary tree算法 是学习数据结构不可多得的好材料-Binary tree algorithm on the collection covers all of the binary tree data structure algorithms are studying rare good material
reverse
- 将具有头结点的单链表的所有指针全部进行倒向。其中使用的额外空间为 O(1),时间代价为O(n),其中 n 为结点个数。-have the first node of the single list of all all for backward pointers. One of the additional space for the O (1), time costs for the O (n), where n is the number of nodes.
The-computer-mouse-intelligence-turn
- 2012年电脑鼠实现了16*16的稳定搜索与智能拐弯返回与冲刺。-2012 the computer mouse realized 16* 16 search and intelligent stable returns on sprint.
cfl
- 上下文无关文法(Context-Free Grammar, CFG)是一个4元组G=(V, T, S, P),其中,V和T是不相交的有限集,S∈V,P是一组有限的产生式规则集,形如A→α,其中A∈V,且α∈(V∪T)*。V的元素称为非终结符,T的元素称为终结符,S是一个特殊的非终结符,称为文法开始符。 设G=(V, T, S, P)是一个CFG,则G产生的语言是所有可由G产生的字符串组成的集合,即L(G)={x∈T* | Sx}。一个语言L是上下文无关语言(Context-Free Lan
sort
- 根据Kurse版数据结构改成的课件。此章包括: 1、基本概念 2、插入排序 3、交换排序 4、选择排序 5、归并排序 6、基数排序 7、外部排序 -According to the data structure into Kurse version of the courseware. This chapter includes: 1, the basic concept of 2, 3, insertion sort, exchange sort 4, 5, s
BinaryTree
- 这是用C语言实现的二叉树的遍历算法,包括递归和非递归算法的实现。-This is to use C language implementation of the binary tree traversal algorithms, including recursive and non-recursive algorithm implementation.
ArabicFeaturesExtractor
- to find arabic text feature
