资源列表
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
oil
- 采用分治算法而编写的输油管道最短路径问题.-The shortest path of oil
neibupaixu
- 内部排序,比较冒泡排序、堆排序、希尔排序等排序法的比较次数及移动次数。-Internal sort
exp3
- 本程序是以实现基本的加减乘除的功能的c语言程序-This procedure is realized basically add, subtract, multiply and divide the function of c language program