资源列表
shortest
- 根据网络的各个点之间的距离求出两点之间的最短距离,并给出两点之间的最短路径
widthfirst
- 这个也是个数据结构的经典算法,通过广度优先进行遍历,原创-This a data structure of the classical algorithm, through the breadth priority traversal, originality!
shiyan2
- 熟悉栈和队列的特点及其基本操作的实现。借助栈,将队列中的数据元素进行逆置 -Familiar with the characteristics of stacks and queues to achieve its basic operations. With the stack, the queue is set against the data elements
traveler-problem
- 旅行者问题,求解图中最短距离,必须覆盖所有的节点-traveller problem , used to compute the shortest path
vf-udf
- 膜渗透 FUENT UDF 气液两相流 -Gas-liquid two-phase flow membrane permeation FUENT UDF
main
- 纯C写的,红黑树练习。带有insert和delete等功能,供大家参考。-Written in pure C, red-black tree practice. With insert and delete functions, for your reference.
datastructure
- C++数据结构中栈的应用 等价表达式的源代码-C++ application stack data structure equivalent expression source code
vb编程数组个数未知时的处理
- vb编程数组个数未知时的处理,vb编程中要定义数组位数,本程序适合初学者处理数组位数未知的程序。
hashsearch
- 1、系统应具备的功能: (1)设计哈希函数和哈希表; (2)设计解决冲突的方法; (3)输入一组数据建立哈希表,并实现在哈希表中进行查找。 -1, the system should have the function: (1) design a hash function and hash table (2) design solution to the conflict (3) input data to establish a set of hash tables, a
(Kruskal
- 若要在6个城市之间建立通信网络,只需要架设5条线路即可。如何以最低的经济代价建设这个通信网,是一个网的最小生成树问题-To establish communication networks between 6cities, only need to set up the 5 lines can be. The lowest economic cost of construction communication network is a network of minimum spanning tr
subway
- 某城市要在各个辖区之间修建地铁来加快经济发展,但由于建设地铁的费用昂贵,因此需要合理安排地铁的建设路线,使乘客可以沿地铁到达各个辖区,并使总的建设费用最小。-Subway construction problems
exam_8_4
- 快速排序算法,fortran90编写,上传为代码源文件,请自行编译运行-Quick sort algorithm, fortran90 written source code files for upload, compile and run your own