资源列表
acm-code
- ACM 代码库 吉林大学计算机科学与技术学院 2005 级整理的 包括数据结构,组合数学,图论等方面的常用算法代码 -ACM code library 2005 consolidation of the Computer Science and Technology of Jilin University Including data structures, combinatorics, graph theory and other aspects of the common
search-hfut7
- 合肥工业大学数据结构试验七查找 包括完整的实验要求、实验预习报告、实验最终报告 实验要求: <1> 对下列数据表,分别采用二分查找算法实现查找,给出查找过程依次所比较的元素(的下标),并以二分查找的判定树来解释。 <2> 设计出在二叉排序树中插入结点的算法,在此基础上实现构建二叉排序树的算法。 <3> 设计算法在二叉排序树中查找指定值的结点。 <4> 设计算法在二叉排序树中删除特定值的结点
LL(1)
- LL(1)语法分析1、实现LL(1)分析中控制程序(表驱动程序); 2、完成以下描述算术表达式的LL(1)文法的LL(1)分析程序。 G[E]: E→TE′ E′→ATE′|ε T→FT′ T′→MFT′|ε F→ (E)|i A→+|- M→*|/-LL (1) syntax analysis 1, the realization of LL (1) Analysis of control procedures (table-driven procedure
07graph
- 数据结构跟离线数学总是有着千丝万缕的联系,本章的图更是充分体现了这一点,看看离散数学在实际的计算机世界是怎么样的吧-Mathematics is always with the offline data structures are inextricably linked, this chapter is the plan fully reflects this, see discrete mathematics in the real computer world is kind of how
liangzilixue-2009-2
- 量子力学(Quantum Mechanics)是研究微观粒子的运动规律的物理学分支学科,它主要研究原子、分子、凝聚态物质,以及原子核和基本粒子的结构、性质的基础理论,它与相对论一起构成了现代物理学的理论基础。量子力学不仅是近代物理学的基础理论之一,而且在化学等有关学科和许多近代技术中也得到了广泛的应用。-Quantum mechanics (Quantum Mechanics) is a branch of physics disciplines of the law of motion of
mybiytree_2
- 实现中序后序求前序的二叉树的功能,c语言实现,递归,不需构造二叉链表结构-Implementation sequence the order to seek pre-order binary tree functions, c language, recursion, no need to construct a binary linked list structure
xuescjglxt
- 1、 成绩的录入:包括学生学号、姓名、性别和各门课程成绩的录入。\n" <<" 2、 成绩的查询:可以根据学号或姓名查询某个学生的成绩。\n" <<" 3、 成绩的修改:可以根据学号或姓名来修改相应的学生的成绩。\n" <<" 4、 数据的删除:可以根据学号或姓名指定删除某个学生的数据。\n" <<" 5、 成绩的统计分析:平均成绩。\n" <<" 6、 总成绩和平均成绩的查询:可以根据学号或姓名查询。\n" &
sort
- 给定N个int类型(自定N的上限M,例如M=100000,N的取值不能少于10000)的整数,分别使用插入排序、快速排序、归并排序和堆排序方法进行升幂排序。 具体要求: 1 四种排序方法均能得到正确的排序结果。 2 分别统计四种排序中关键字比较的次数和记录交换的次数,并将统计结果显示出来。 -Int a given N-type (since the upper limit set N M, such as M = 100000, N the value of not less
SearchMultimediaDatabasesbyContent
- CMU的C. Faloutsos撰写的关于基于内容的多媒体搜索的书籍 是高级数据结构的一本很好的参考书-CMU' s C. Faloutsos written content-based multimedia search on the books are advanced data structures a very good reference book
black
- 中国人写的算法书,算法书中的经典中的经典,巨推荐-The Chinese book written algorithm, the algorithm in the classic book, classic, Ju recommendation. .
average
- 此函数的功能可以利用参数传递的方法求出几个数的平均数。-Feature of this function can be calculated the average of several numbers
StudentList
- 基于VS的一个简单的单向链表算法,可以添加、删除节点(A simple linked list algorithm based on Visual Studio)