搜索资源列表
costlow
- 用于数据结构课程设计的,是一个办公室建局域网的利益最小化-data structure for curriculum design, is an office building LAN interests of the smallest
lan
- 数据结构实验 循环链表josephus问题 N人围坐循环报数出列
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
the-sort-code-C-lan)
- 数据结构课程中的各种内部排序源码及课程设计报告(C语言编写的)-Courses in a variety of data structures within the sort code and curriculum design (C language)
code
- 代码优化,对输入等式进行分析,利用递归程序和栈,将等式的各个部分分析整理,生成所对应的逆波兰式-Code optimization, analysis of the input equation, the use of recursive procedures and stack, to collate the various parts of the equation, corresponding to the inverse wave generated Lan-style
3
- 校园局域网布线和游历问题 任务 :用无向网表示你所在学校的主要建筑平面图,图中顶点表示主要建筑,图中的边表示建筑之间的道路,存放路径长度信息。要求能够建立校园局域网,所花的代价最小;给出任意建筑之间游历的最短路径。基本要求: (1) 原始数据存在文件中,方便读入; (2) 建筑物点不小于20个,边不小于30个; (3) 分别用广度优先和深度优先的方法遍历图,起始点定为1号教学楼; (4) 建立校园局域网,要求所花的代价最小; (5) 查询从1号教学楼到其他各点的最短路径