资源列表
TREE
- 在visual C++环境中实现图的最小生成树的生成,并实现最小生成树的权重的计算-Heavy computing implemented in visual C++ environment, minimum spanning tree graph generation and achieve the minimum spanning tree right
exercises-of-data-structure
- 数据结构作业,比较基础,适合初学者参考,就其对本科生而言-Data structure operations, basis of comparison for beginners reference to its undergraduate students in terms of
JosephProblem
- 解决约瑟夫问题,很传统的题目了。方式很简洁,链表和数组两种数据结构-Solving Joseph Problem
SeqList
- C++语言封装了顺序存储线性表,实现了判断顺序表满、空函数、查找函数、删除函数、清空函数、打印函数等。-C++ language encapsulates the linear sequence storage table to achieve a judge order the table is full, empty function lookup function, deleting function, clear function, print function and so on.
softwareconsructing
- 数据结构的基础知识,对初学者和想进一步提高的人有很好的帮助 -Basic knowledge of data structures for beginners and those who want to further enhance a very good help
shujjieg
- 数据结构的文章,对于初学者或者中级程序员深入学习都有很大的帮助!-Data structure of the article, for beginners or intermediate programmers have in depth study of great help!
1
- 这是一个简单的一元多项式的计算的程序,运用了数据结构中的简单的思想,使用与正在学习数据结构与算法的同学-This is a simple calculation of a polynomial procedure, using a simple data structure ideas, using the data structure and algorithm are learning to students
LinearList
- 数据结构中的线性表的实现,有顺序表和链表等几种实现方式-Data structure in linear form, sequential, such as tables and lists several ways
probability
- 《概率论》是在多年的教学实践基础上逐步形成并汇编成册的,内容包括:初等概率论,随机变量,数字特征与特征函数,极限定理等。 -‘Probability theory’ is based on many years of teaching practice gradually developed and compiled into a book, and include: elementary probability theory, random variables, numbers, chara
Project8
- 简易计算器 输入数学表达式,输出表达式的计算结果。数学表达式由单个数字和运 算符“ +”、“ -”、“ *”、“ /”、“ (、“ )构成,例如 2 + 3 * ( 4 + 5 ) – 6 / 4。假定 表达式输入格式合法。-Enter the mathematical expression, calculation result output expression. Mathematical expressions and shipped by a single digit O
Tree
- Visual C++实现的树数据结构,对应的操作方法比较全面-Visual C++ implementation of tree data structure, corresponding to a more comprehensive method of operation
HuffmanTree2
- 在visual c++的环境中,通过二叉树实现对字符串进行HUFFMAN编码和译码的功能-In the visual c++ environment, by Binary Tree strings HUFFMAN encoding and decoding functions