资源列表
EDMI
- 数据结构课设--英语词典的维护和识别--Trie树-Data structures course set- English dictionary maintenance and identification- Trie tree
create-a-single-list
- 数据结构用后插法创建一个单链表,并将其输出-The data structure used interpolation method to create a single list, and its output
heap-sort
- 利用系统生成随机数,然后将生成的随机数进行堆排序堆排序-heap sort
graph
- 输入多条边(村庄之间的道路)依附的顶点(村庄)及权值(路径长度),然后找到两个村庄之间的最短路径-Enter the number of edges (the road between the villages) attachment vertices (villages) and weights (path length), and then find the shortest path between two villages
ACM
- ACM国际大学生程序设计竞赛(英文全称:ACM International Collegiate ProgrammingContest(ACM-ICPC或ICPC)是由美国计算机协会(ACM)主办的,一项旨在展示大学生创新能力、团队精神和在压力下编写程序、分析和解决问题能力的年度竞赛。经过近30多年的发展,ACM国际大学生程序设计竞赛已经发展成为最具影响力的大学生计算机竞赛。这些是一些ACM的试题 -ACM International Collegiate Programming Cont
calculator
- 输入一个多项式,计算器通过运算输出结果(其中的实现过程为堆栈来实现)-Enter a polynomial calculator through the operation output (including the implementation process for the stack to achieve)
my_algorithm
- 建立t树存储数据,录入数据为文件形式,每个数字占据一行,这样可以实现建立t树-T build tree to store data, input data for the document, each digit occupies one line, so you can achieve the establishment of tree t
LinkTree
- 链式存储二叉树,查找左右孩子节点、计算节点数,查找节点,输出节点等。功能齐全,实现简单,没有错误。-Chain store binary tree, find about child nodes, compute nodes, find the node, the output node and so on. Fully functional, simple, no errors.
chart
- 存储了一个表格,并且能够实现查找,功能可以实现。-Stored in a table, and can achieve lookup function can be achieved.
yuesefu
- 约瑟夫生死游戏功能齐全完整的源代码加课程设计-Joseph life and death game featured the complete source code plus curriculum design
Numerical-integration
- VC++ 6.0中有关数值积分的实例源程序-Numerical integration source code in VC++6.0
Data-Structures
- 数据结构是计算机存储、组织数据的方式。数据结构是指相互之间存在一种或多种特定关系的数据元素的集合。通常情况下,精心选择的数据结构可以带来更高的运行或者存储效率。数据结构往往同高效的检索算法和索引技术有关。-Data structure is a computer store, organize data. Data structure refers to the mutual relationship between the presence of one or more specific da
