资源列表
traffic
- 利用邻接矩阵构造一张欧洲交通图,并求出某一城市到其余城市的最少票价路径或者最短里程路径,并打印输出。 程序执行的命令包括: (1)初始化交通网络图并根据文件构造欧洲交通图;(2)用户先后输入“最优方式”和“始末城市名称”;(3)程序执行相关操作,打印出用户所需的信息;(4)结束。 -Adjacency matrix structure the use of a European transport plans, and obtained a city to the rest of t
tree
- 二叉树的生成、查询、删除、插入等基本操作,及图像的动态显示-Tree generation, query, delete, insert the basic operation, and the image of dynamic display
migong
- 我们学校发的数据结构书上的迷宫算法,只实现了,控制台应用程序,只把源代码传上来了,但没有编译,-Our school books issued by the data structure on the maze algorithm, only to realize, console applications, only the source code Chuan-up, but did not compile,
1
- 宿舍管理查询系统 【问题描述】为宿舍管理人员编写一个宿舍管理查询系统。 【基本要求】 (1)采用交互工作方式 (2)建立数据文件,数据文件按关键字(姓名、学号、房号)进行排序(冒泡、选择、插入排序等任选一种) (3)查询菜单: (用二分查找实现以下操作) A. 按姓名查询 B. 按学号查询 C. 按房号查询 (4)保存任一查询结果到文件中 -Dormitory Management Inquiry System] [Descr iption of t
shortestpaths
- 一个不错的源码,关于分支限界求单源最短路径,java,推荐给大家共享,希望能相互学习-A good source, on the branch and bound for single-source shortest path, java, recommend to all to share, hoping to learn from each other
weisdedaima
- weis的数据结构后面的答案的代码,吐血推荐-Weis data structure behind the answer to the code, hematemesis Recommended
DS_C
- weis的数据结构的实现方法很经典很强大,大家要珍惜哟-Weis realization of the data structure is the classic method is very powerful, we must cherish yo
xiansuoerchashu
- 线索二叉的运算包括线索二叉树的建立,线索化,查找,删除等操作-Clues binary tree computing, including the establishment of clues, clues, and find, delete and other operations
PRIM
- PRIM算法 对任意给定的网和起点,用PRIM算法的基本思想求解出所有的最小生成树。-PRIM algorithm for any given network and the starting point, PRIM algorithm used to solve the basic idea of all the minimum spanning tree.
addmin
- 数据结构程序,稀疏矩阵运算器,可进行矩阵的加,减,乘运算。运行无误!-Procedures for data structure, sparse matrix computation, and can be matrix addition, subtraction, multiplication. Running correctly!
aybook.cn_sjihwngsyjs0618
- 数据挖掘经典书籍!!!!!非常值得一看-Data Mining classic books! ! ! ! ! Very much worth a visit
A
- A函数,是<数据结构>的必学内容,我自己写的代码,包括递归算法和迭代两个-A function is