资源列表
DSDemoW
- 数据结构程序的演示光盘,能了解数据结构的课程-Data structure procedures demonstration CD-ROM, to understand the data structure course
erwr
- 数据结构\动画演示,包括汉诺塔等程序,上课给的-Animation data structure, including the Tower of Hanoi, such as procedures, classes given by
erchashu-c
- 二叉树所有操作的c程序,包括建立,插入,遍历,删除等等,已经通过调试-C binary tree of all operations procedures, including the establishment of, insert, traverse, delete, etc., have been through debugging
kruskal
- 最小生成树:一个单位内的10个办公点通过局域网连接,输入办公室内的连接线,输出成本最低的局域网连接-Minimum spanning tree: a flat 10 points through the office LAN connectivity, enter the office of the connecting line, the output of the lowest cost LAN connectivity
huffman
- 哈夫曼树的建立与编码,对于给出的一组关键值,计算其权数-Huffman coding tree establishment and, for given a set of key values, to calculate their weights
minimal_spanning_tree(Prims)
- 最小生成树问题 问题描述:若要在n个城市之间架设通讯网络,只需要架设n-1条线路即可。如何以最低的经济代价建设这个通讯网,是一个网的最小生成树问题。 设计要求:利用Prims算法求网的最小生成树;以文本形式输出生成树中各条边以及它们的权值。 -The issue of minimum spanning tree problem Descr iption: n To set up a communication network between cities, only need to
shu_ju_jie_gou_ke_cheng_she_ji(1)
- 数据结构课程设计源码以及报告 有3个程序:1)哈弗曼树及哈弗曼编码 2)排序—内部排序方法 3)Hanoi Tower-Data structure, as well as curriculum design source reported three procedures: 1)哈弗曼trees and哈弗曼coding 2) sort- internal sorting method 3) Hanoi Tower
digui
- 递归的小程序,希望对大家有所帮助-Recursive small program, I hope all of you to help
Fibonacci
- Fibonacci问题的程序,希望对大家有所帮助-Fibonacci procedure, I hope all of you to help
josephu
- josephu问题的程序,希望对大家有所帮助-josephu procedure, I hope all of you to help
maopao
- 冒泡问题的程序,希望对大家有所帮助-Bubble proceedings, I hope all of you to help
add
- 用双向链表实现任意位数的正负整数或小数的加法、减法和乘法运算以及对文件的相关操作。 文件说明: 给定的文件a*.txt为第一个数,b*.txt为第二个数,要求加法产生的结果存储在add*.txt中,减法产生的结果存储在sub*.txt中,乘法产生的结果存储在mult*.txt中,*为对应的一组数据。 -The realization of arbitrary list with two-way median of positive and negative integers or
