资源列表
MinimumSpanningTree
- 在图形中若于个边(edge)上加上一些值,此数值称为比重( weight ) 。而此图形称为比重图形(Weight Graph ) ,若weight是成本( cost )或距离( distance ) ,则称此图形为网路( Network )。根据Spanning Tree的定义,知一个图形可有许多不同spanning tree ,在network中找出一个具有最小成本( Cost )的Spanning tree ,则此Spanning tree称为最小成本生成树。-If in the grap
reverse
- 顺序表的就地逆置算法,文档中有程序实现算法的代码与可运行源程序-Algorithm and source code for list reverse
queue
- 用数据结构中的队列实现解决迷宫问题的程序-Data structure used to achieve a settlement of the queue maze procedure
32014730974
- 数据结构和算法Flash动画演示 更加容易看懂~-Data structures and algorithms Flash animation demo easier to read ~
ThreeColor
- 采用回溯法,利用动态搜索树的数据结构来构造一棵解树,实现3着色问题。 本程序使用迭代回溯算法-The use of retrospective law, the use of dynamic search tree data structure to construct a solution tree, the realization of 3 coloring problem. This procedure backtracking algorithm using iterative
CSort
- 用C++6.0编写,采用分治法求解快速排序和归并排序所花的时间并输出,能够具体地让大家明白时间复杂度这一抽象的概念-Using C++6.0 development, the use of sub-rule method to sort quick sort and merge the time spent and output, specifically so that everyone can understand the time complexity of this abstract c
Jisuanqi
- 一个简单的表达式计算器。包含了对负号的处理-A simple expression calculator. Includes the handling of negative sign
mowang
- 用C++语言写的简单魔王语言源码,是关于数据结构作业中的魔王翻译语言的一组简单代码-Using C++ language source code of a simple language devil is operating on the data structure of the devil in the translation of a group of simple language code
jdsl-2.1.1
- Java数据结构开发包,包括一套完整的数据结构代码和相关算法-Datastructure Library in Java
Floyd
- 求多源最短路径的一个算法,编码风格清晰明了-Multi-source shortest path for an algorithm, coding style clear
Fibonacci
- Fibonacci数列算法设计,希望多多指点!-Fibonacci
Cshujujiegou
- C_C++与数据结构,运行环境 ======== WINDOWS 95/98,32MB以上内存,声卡等附属设备。 显示分辨率不低于1024×768,小字体。 1. 该软件不需安装,直接运行C_STRU.EXE即可。具体操作方法见软件中“帮助”菜单项中的“操作说明”。 2. 使用时,必须将 \h_file 文件夹中所有头文件拷贝到 Turbo C 文件夹中。 注意:不能将 \h_file 文件夹拷贝到 Turbo C 文件夹中, 也不能将 \h_file 文件夹中
