-
程序以图形的形式对各种排序的效率进行对比,是学习排序算法的很好的工具...
程序以图形的形式对各种排序的效率进行对比,是学习排序算法的很好的工具-procedures to graphics in the form of various sort of efficiency compared learning algorithm is a good tool
- 2023-05-16 18:05:03下载
- 积分:1
-
使用VC编写的线性表程序,简单明了,方便使用
使用VC编写的线性表程序,简单明了,方便使用-Written in linear form using the VC program, simple and clear, easy to use
- 2023-04-08 04:30:03下载
- 积分:1
-
2 ADT3 a. b. c. d. e. f. g. Gvwh. Gvi. Gvj. Gk. Gl. m.
―图数据类型的实现――问题描述:图是一种较线性表和树更为复杂的数据结构。在图形结构中,结点之间的关系是任意的,任意两个数据元素之间都可能相关,因此,图的应用非常广泛,已渗入到诸如语言学‘逻辑学、物理、化学、电讯工程、计算机科学及数学的其它分支中。因此,实现图这种数据类型也尤为重要,在该练习中即要实现图的抽象数据类型。基本要求:2、 定义出图的ADT;3、 采用邻接矩阵及邻接表的存储结构(有向图也可使用十字链表)实现以下操作:a. 构造图 b. 销毁图 c. 定位操作d. 访问图中某个顶点的操作e. 给图中某个顶点赋值的操作f. 找图中某个顶点的第一个邻接点g. 找出图G中顶点v相对于w的下一个邻接点h. 在图G中添加新顶点vi. 删除图G中顶点vj. 在图G中插入一条边k. 在图G中删除一条边l. 实现图的深度遍历操作m. 实现图的广度遍历操作参考提示:具体内容参看教科书本156页实验要求:对于以上具体操作要求实现时有良好的用户交互界面。详细设计、编码、测试。-2 ADT3 a. b. c. d. e. f. g. Gvwh. Gvi. Gvj. Gk. Gl. m.
- 2023-04-28 01:35:04下载
- 积分:1
-
这是一个不用任何控件的的纯VC报表源码。而且写得相当好!
这是一个不用任何控件的的纯VC报表源码。而且写得相当好! -This is not a component of any of the pure source VC statements. It is quite well-written!
- 2022-05-10 19:38:15下载
- 积分:1
-
a simple binary tree algorithm, including the binary tree traversal, but also ad...
一个最简单的二叉树的算法,包括二叉树的各种遍历,还添加了队列的层序遍历-a simple binary tree algorithm, including the binary tree traversal, but also adds a layer of Queue preorder
- 2022-02-15 00:00:29下载
- 积分:1
-
凸包算法的实现,用的控制台程序,不过已经能够说明问题了...
凸包算法的实现,用的控制台程序,不过已经能够说明问题了-convex hull algorithm for the realization of the console procedures, but has been able to illustrate the problem
- 2022-03-23 12:33:00下载
- 积分:1
-
数据库源代码,用来创建一个数据库,是做一个燃气系统的.
数据库源代码,用来创建一个数据库,是做一个燃气系统的.-Database source code, used to create a database, is a gas system.
- 2022-02-05 20:41:58下载
- 积分:1
-
学生成绩及档案管理信息系统开发 1. 能对与学生成绩有关的各类数据进行输入,修改,与查询。必要时进行打印。 2. 对学生档案有关信息进行管理,输入,与查询。 3...
学生成绩及档案管理信息系统开发 1. 能对与学生成绩有关的各类数据进行输入,修改,与查询。必要时进行打印。 2. 对学生档案有关信息进行管理,输入,与查询。 3. 学期末对成绩进行相关总结并进行排序。 4. 该系统具有各类不同权限,方便用户查询与管理员管理。 5. 具有报错及反馈功能。-student achievement and file management to develop an information system. Can right and the student achievement data for all types of input, modify, and query. When necessary print. 2. The students file relevant information for management, input, and inquiries. 3. End of term related to sum up achievements and sequencing. 4. The system has various powers, user-friendly query and administrator. 5. With errors and feedback function.
- 2022-02-12 08:24:23下载
- 积分:1
-
数据结构课程设计报告,算术表达式求值,自动辨别算符优先级,括号,将char型转换成int计算,再将结果显示,具有精美用户界面...
数据结构课程设计报告,算术表达式求值,自动辨别算符优先级,括号,将char型转换成int计算,再将结果显示,具有精美用户界面-data structure curriculum design, arithmetic expression evaluates automatically identify operator precedence, in brackets, char to int conversion type, the result shows that the user interface is attractive
- 2022-12-30 10:20:04下载
- 积分:1
-
fifo和lru页面置换算法
fifo和lru页面置换算法-fifo and LRU algorithm replacement pages
- 2023-03-26 10:20:03下载
- 积分:1