资源列表
xiti
- 数据结构习题,与课本内容配套使用,能够极大的辅助学习-Data structure problem sets, and textbook content, greatly assisted learning
AVLtree
- 数据结构AVL树,实现了AVL所有的功能,。在AVL树中任何节点的两个儿子子树的高度最大差别为一,所以它也被称为高度平衡树。查找、插入和删除在平均和最坏情况下都是O(log n)。增加和删除可能需要通过一次或多次树旋转来重新平衡这个树-let s go
TrieTree
- C++编写的字典树算法,方便简洁,直接插入语查询-C++ Trietree ACM
The-basic-data-structure-operations
- 数据结构,链表的基本操作。如查询,删除,遍历,插入等。-Data structures, basic operations of the list. Such as query, delete, traversal, insertion.
1.6
- C的经典算法,对于学习C语言的朋友不可错过-C of the classic algorithms
path
- 找出(二叉树中)从根结点到任一给定的结点的路径(非递归实现)-To find (in Binary Tree) from the root node to any given node of the path (non-recursive implementation)
shujujiegou
- C语言数据结构(word版)。 数据结构是计算机科学与技术专业的专业基础课,是十分重要的核心课程。-C language data structures (word version). Data structures in computer science and technical expertise of the professional basis of course, is very important to the core curriculum.
DatastructureDingXinZhe1-5
- 数据结构课件,学习c语言的人可以看看,很实用-Data structures courseware, learning c language, one can see, very practical
数据结构课程设计
- 对单位的职工进行管理,包括插入、删除、查找、排序等功能。 要求:职工对象包括姓名、性别、出生年月、工作年月、学历、职务、住址、电话等信息。 (1)新增一名职工:将新增职工对象存入职工数据文件中。 (2)删除一名职工:从职工数据文件中删除一名职工对象。 (3)查询:从职工数据文件中查询符合某些条件的职工。 (4)修改:检索某个职工对象,对其某些属性进行修改。 (5)排序:按某种需要对职工对象文件进行排序(冒泡、选择、插入排序等任选两种方法实现)。(The staff of
data-structure
- 数据结构中文版,详细阐述数据结构的概念及应用-Chinese version of the data structure to elaborate the concept and application of data structures
jingdongzongcou
- 用C++编写的京东众筹的简单算法,算法简单,可用于C++中数值类型的练习-C++ prepared by the simple algorithm of Jingdong congregation raised, the algorithm is simple, can be used for C++ in the numerical type of exercise
Pwm-3p-SC-Inverter-
- A Composite Pwm Method Of Three-Phase Voltage Source Inverter For High-Power Applications
