-
这是数据结构算法中的队列的实现源码。用C++开发。
这是数据结构算法中的队列的实现源码。用C++开发。-This is a data structure algorithms realize the source of the queue. With C++ Development.
- 2022-05-16 02:13:30下载
- 积分:1
-
0 / 1背包问题的几种解决方案,包括回溯,动态规划…
0/1背包问题的几种解法,包括回溯法、动态规划法以及穷举法。另外还包括集中方法的一个测试报告。-0/1 knapsack problem several solutions, including backtracking, dynamic programming method and the exhaustive method. It also includes a focus on methods of test reports.
- 2022-08-04 06:47:07下载
- 积分:1
-
这是一个数据无向图的简单模拟程序,可以用于数据结构的学习...
这是一个数据无向图的简单模拟程序,可以用于数据结构的学习-This is an undirected graph data a simple simulation program that can be used for data structure learning
- 2022-02-10 02:05:33下载
- 积分:1
-
二叉树有三种遍历方法,引用树的概念实现遍历
二叉树有三种遍历方法,引用树的概念实现遍历-There are three methods of tree traversal, invoke the concept of tree traversal realize
- 2022-04-23 17:42:47下载
- 积分:1
-
实现了关键路径算法。 给定一些点,并给定点间的路径的权值,求两点间的最短路径...
实现了关键路径算法。 给定一些点,并给定点间的路径的权值,求两点间的最短路径-achieve a critical path algorithm. Given some point and fixed-point to the right path of duty between 2:00 seek the shortest path
- 2022-04-28 16:41:55下载
- 积分:1
-
这是一个数据结构小程序,有关计算加减法的
这是一个数据结构小程序,有关计算加减法的-This is a small program data structure, addition and subtraction in the calculation of
- 2022-03-26 02:27:47下载
- 积分:1
-
VB6.0下DataGrid控件的使用示例!
VB6.0下DataGrid控件的使用示例!-VB6.0 under the DataGrid control the use of examples!
- 2022-01-25 23:41:31下载
- 积分:1
-
Chap4 Sting
《数据结构与算法》讲义,第4章 字符串。
“十一五”国家级规划教材。张铭,王腾蛟,赵海燕,《数据结构与算法》,高教社,2008. 6。-Chap4 Sting
- 2022-06-14 05:18:01下载
- 积分:1
-
用C语言编写的贪吃蛇游戏,运行是按任意键开始,不过呢,反向也算输哟!...
用C语言编写的贪吃蛇游戏,运行是按任意键开始,不过呢,反向也算输哟!-Using C language game of Snake, run is started by pressing any key, however, the reverse also count yo loser!
- 2022-02-13 15:11:40下载
- 积分:1
-
宿舍信息管理系统
本系统服务的对象不仅是管理人员,还包括注册用户。因此本系统分为两个大的模块,一是用户模块,二是管理人员模块。用户在登陆页面选择注册,注册一个自己的账号,才能进入用户模块。用户模块向用户查提供了宿舍信息查询方式,用于不同要求的查询方法。用户可通过查询界面输入所需要的学生或者宿舍的信息,经过数据库内数据的筛选,可以得到所查询的结果。管理人员通过输入帐号及密码可进入管理人员模块。该模块有查询模块、管理员管理、宿舍调度管理。管理人员可以应实际要求,对学生、宿舍等数据进行添加、删除、修改操作。
- 2022-10-12 06:10:03下载
- 积分:1