资源列表
Caculater
- 计算器,四则运算,用堆栈实现,加减乘除,自动忽略多余的小数点,实现部分输入错误的修正-caculater
st
- 我自己写的关于后缀树的实现,可以参考。 implementation of suffix tree, just for reference.
Sort
- 对数组R中的记录R[1..n]按递增序进行插入排序-Records in the array R R [1 .. n] into the sorted in increasing order to
Huffman
- 构造哈夫曼树,求字符的哈夫曼编码,输出字符的哈夫曼编码.-Huffman tree structure, find the character of the Huffman coding, the output character of the Huffman coding.
Tower_of_Hanoi_problem
- 汉诺塔问题。实现将n个盘子从a移动到c,然后输出。-Tower of Hanoi problem. To achieve the n-plate from a move to c, then output.
Dijkstra1
- 用c写的经典Dijkstra算法,可以给初学者参考一下-Written by c classic Dijkstra algorithm can refer to for beginners
linear
- 用链表实现的简单的学生学号和成绩查询管理系统,对C语言数据结构初学者入门有很大帮助。-Achieved with a simple list of students to learn numbers and performance information management system, the structure of the C language data entry very helpful for beginners.
mystl
- 顺序线性表模板类的头文件,包括私有数据成员,公有函数成员等-Linear sequence of the template class header table, including the private data members, and members of the public function
data_structure
- 大学时候的数据结构课件,希望可以为想学习数据结构的朋友带来方便-When the data structures courseware University, hoping to learn data structures for those who want the convenience Friends
Data-Structure-ppt
- 数据结构与算法 C++ 描述 什么是数据结构 抽象数据类型及面向对象概念 数据结构的抽象层次 用C++描述面向对象程序 算法概述与递归算法 性能分析与度量-Data-Structure
shanpinguanli
- 利用单链表实现,由输入、查询、更新、统计、输出五大功能模块组成。 判断键值时,有效输入0~9之间任意整数,其他视为错误。 1.Add()函数,增加记录 2.Del()函数,删除记录 3.Qur()函数,查询记录 4.Modify()函数,修改记录 5.Insert()函数,插入记录 6.Tongji()函数,统计记录 7.Sort()函数,按降序排序记录 8.Save()函数,存储记录 9.Disp()函数,将记录以表格形式输出至屏幕 0~9之外
shujujiegoukechengsheji
- (1)采用邻接表作为有向图的存储结构; (2)给出所有可能的拓扑序列。 (3)测试用例见严蔚敏《数据结构习题集(C语言版)》p48题7.9图 -(1) adjacency list used as the storage structure of directed graphs (2) gives the sequence of all possible topologies. (3) test cases, see Yan Wei Min " data structure
