资源列表
mergeSort
- merge sort is used for sorting in ds-merge sort is used for sorting in ds
FX2N
- Nine-story elevator PLC
DATASTRUCTER
- 本数据结构学习包,是用VC编写的,对于学习C++程序设计很有帮助。可以对链表,图、树、指针的学习有更深入的了解-The student achievement management system that is prepared with VC for learning C++ programming helpful. Can list, map, tree, indicators of learning have a better understanding of
boost
- 著名的boost库,可为您的C++编程带来极大方便-Well-known boost library for your C++ programming a great convenience
Dijkstra
- Set的实现是通过2叉排序树来实现,就是将所有的元素用一个树来存储,根元素大于左子树的元素,小于右子树的元素,所有的操作都是基于这个树,通过判断元素的大小来选择对左子树操作还是右子树操作,这样操作数量和树的层数成正比-Set by the realization of two binary sort tree to achieve, that is, all the elements to store a tree, the root element is greater than the le
shujujiegoukechengshejishuomingshu
- 这是数据结构课程设计的说明书,发上来供大家参考。-shujujiegoukechengshejishuomingshu
yinhangjiasuanfa
- 这是我做的操作系统里面的银行家算法的源程序,发上来供大家参考。-caozuoxitongyinhangjiasuanfa
111
- 数据结构。各种算法和基本操作以及数据结构的重要详解-Data structure. Basic operation of various algorithms and explain the important
ideas-commonly-used-in-program-design
- 本文包括程序设计中常用算法设计的思路,其中包括背包问题、递归、递推等经典方法。-In this paper,it include ideas which commonly used in program design,such as knapsack problem, recursive, recursive methods and so on.
suanfajuli
- 软件学院资深教师精讲数据结构中多项式相加程序分析-Software College精讲experienced teachers in data structure program analysis sum polynomial
BST
- 数据结构中的二叉搜索树,对于插入和遍历的功能,有动画显示-data struct ,binary search tree , can antimate the process of the insert and travel function of binary search tree
LINK_list
- c++实现了数据结构链表的操作 包括创建,插入,删除等功能-c++ to achieve a data structure including the creation of the operation list, insert, delete and other functions