资源列表
prim
- 最小生成树的Prim算法,利用Prim算法求解不带约束条件的连通图的最小生成树。-The minimum spanning tree Prim algorithm
process
- 编写并调试一个模拟的进程调度程序,采用“最高优先数优先”调度算法对五个进程进行调度。 “最高优先数优先”调度算法的基本思想是把CPU分配给就绪队列中优先数最高的进程。 静态优先数是在创建进程时确定的,并在整个进程运行期间不再改变。 动态优先数是指进程的优先数在创建进程时可以给定一个初始值,并且可以按一定原则修改优先数。例如:在进程获得一次CPU后就将其优先数减少1。或者,进程等待的时间超过某一时限时增加其优先数的值,等等。 -there are no english,
mst
- 构造可以使n个城市连接的最小生成树,《数据结构》课程设计,VC++编写,VS2008环境。-Construction can make n city is connected to the minimum spanning tree," data structure" course design, VC++, VS2008environment.
Data-structures
- 用C++模版实现数据结构各种算法,很有用的,-Data structures of various algorithms in C++ templates, very useful.
Diagrams--network--and-Algorithms
- 关于图论的一些基本算法,有兴趣的可去看下,会有收获的-On some of the basic algorithm of graph theory, interested to see, there will be harvested
C
- 数据结构原代码 学习数据结构 实验代码 需要的可以来下载-data structures and program design in c++
Algorithm
- 包含一些计算机领域比较常见的算法,希望对大家有所帮助-Contains some of the more common computer algorithm, we hope to help
GL
- 在广义表文本框中按要求输入一个广义表,此时按DrawPic键会将绘制的表显示在右边的视图中,在处理字符文本框中输入一个字符,如果按Delete键将直接删除与之对应的广义表的结点,在替换字符文本框中输入一个字符,按Replace将替换广义表的结点数据,按ReInput键则重新输入-Required in the broad table in the text box to enter a broad table, the table will be drawn DrawPic key in the
HIT_GongJiao
- 哈工大数据结构课程设计,公交查询系统的实现,线路,站点以及换乘-HIT data structure curriculum design, bus information system implementation, routes, sites and transfer
jiandanxuanze
- 简单选择排序算法是数据结构中关于排序的重要算法,本程序是简单选择排序算法的源代码。-Simply select the sorting algorithm is the sort algorithm, data structures, this program is the source code of a simple selection sort algorithm.
lianshijishu
- 链式基数选择排序算法是数据结构中关于排序的重要算法,本程序是链式基数选择排序算法的源代码。-Chain base sorting algorithm data structure on the sort algorithm, the program is a chain base to select the source code of the sorting algorithm.
shuxing
- 树形选择排序算法是数据结构中关于排序的重要算法,本程序是树形选择排序算法的源代码。-Tree selection sort algorithm is the sort algorithm, the data structure of this program is the source code of the tree selection sort algorithm.
