搜索资源列表
数据结构课设
- 用c编写的数据内部排序方法,可在窗口中选择多种排序方法,如快排,冒泡,折半插入等,还可以选择排序数据的个数,初态,控制等.-using data prepared by the internal order, the window can choose a variety of sequencing methods, such as fast Pai, bubbling half insert, can also choose the number of original data, the i
campustourguide
- 数据结构课设做的,校园导游系统,使用c++编的,比较适合一般的大学同学作为课设使用
C-datastructure
- C语言数据结构课设作品 很经典 Don t Lose!-C language data structure classes based classic works Don t Lose!
shujujiegou
- 数据结构课设资料,采用线性表的链式存储结构实现学生成绩的管理。-Class-based information data structure, using the linear form the structure of chain store management to achieve student performance.
sportsmeeting
- 数据结构的课设 运动会计分系统 半完成系统 值得研究-Data structure of the class-based movement system accounting subsystem to be studied and a half years
migongwenti
- 数据结构课设,tc下图形界面迷宫,可自动生成迷宫,具有人工探索和自动探索,wintc下编译通过-Class-based data structure, tc maze under the graphical interface can be automatically generated maze with a manual and automatic exploration exploration, wintc adopted under the compiler
paixu
- 数据结构课设设计。对6种排序算法进行比较,,运行速度测试,时间单位为ms-Class-based design of data structures. Sorting algorithm on the six kinds of comparison, running speed test, the time unit is ms
SJJG
- 数据结构课设。关于哈夫曼树和表达式求值的-Data structure class is located. Demand on the Huffman tree and the value of the expression
Huffman
- 哈夫曼树 数据结构课设用 和大家学习交流下-Huffman May it will help you .
JiSuanQi
- 计算器 数据结构课设参考资料.大家看看吧 小程序-Calculator. May it will help u.
PaiXu
- 各种排序算法的比较。数据结构课设时用到。-PaiXu.May it will help you.Thanks.
shujujiegoukeshe
- 数据结构课设,vc环境下运行,校园选址,学生信息管理。-Set data structure class, vc environment to run the campus site selection, student information management.
AVLTree
- AVL树, 数据结构课设 平衡二叉树 计算机科学与技术-AVL TREE
DSkeshe
- qt写的数据结构课设:黑白棋。内含人人对战,人机对战。-qt set to write the data structure classes: Othello
shujujiegou
- 五种排序算法的比较,华中科技大学计算机学院数据结构课设。可以用来交作业-Five kinds of sorting algorithm, Computer Science, Huazhong University of Science and Technology set up data structures class. Can be used to hand in papers
cPP
- 数据结构课设,城市地铁站的设计与使用规划-Set data structure class, subway station design and use of planning
library
- 数据结构课设,图书馆管理系统! 做课设的的必选题目!-Set data structure classes, the library management system! Let' s do the lesson topics will be selected!
zaf
- 中缀转后缀用c语言实现 数据结构课设 两种方法实现-Infix turn suffix data structure using c language classes are two ways to achieve the set
课程设计 数据结构
- 数据结构课设,套汇问题和无向图关节点问题,仅供参考,谢谢(Data structure course, arbitrage and undirected graph key points, only for reference, thanks)
最小生成树
- 问题描述:给定一个地区的n个城市间的距离网,用Prim算法或Kruskal算法建立最小生成树,并计算得到的最小生成树的代价。 基本要求: 1、城市间的距离网采用邻接矩阵表示,邻接矩阵的存储结构定义采用课本中给出的定义,若两个城市之间不存在道路,则将相应边的权值设为自己定义的无穷大值。要求在屏幕上显示得到的最小生成树中包括了哪些城市间的道路,并显示得到的最小生成树的代价。 2、表示城市间距离网的邻接矩阵(要求至少6个城市,10条边) 3、最小生成树中包括的边及其权值,并显示得到的最小生成树的代价。