-
The document completed Kruskal algorithm. This document consists of three catego...
本文件主要完成Kruskal算法。本文件包括三个类,分别是顶点类、边类和Kruskal类。-The document completed Kruskal algorithm. This document consists of three categories, namely category vertex, edge type and Kruskal category.
- 2022-05-23 10:24:28下载
- 积分:1
-
数据结构中的各种各样的排序算法
数据结构中的各种各样的排序算法-data structure of a variety of Sorting Algorithm
- 2022-01-26 03:17:36下载
- 积分:1
-
数据结构汉诺塔
数据结构汉诺塔-data structure HANOR
- 2023-04-19 01:20:03下载
- 积分:1
-
利用栈和队列的基本运算将指定队列中的内容进行逆转
编写一个算法,利用栈和队列的基本运算将指定队列中的内容进行逆转。
含完整程序
- 2023-03-02 05:50:03下载
- 积分:1
-
这是用PB编写的招生管理系统!很不错的东西哦!希望能对大家有用!...
这是用PB编写的招生管理系统!很不错的东西哦!希望能对大家有用!-This is the preparation of PB enrollment management system. Very good things! We hope that the useful!
- 2022-05-05 05:26:37下载
- 积分:1
-
俄罗斯实现数据库系统,同时该网站还包括一个真实的
一个俄国人实现的数据库系统,同时他的网站上还有一个实时数据库系统-Russian achieve a database system, while the site includes a real-time database system
- 2022-08-12 08:06:33下载
- 积分:1
-
cj60lib界面库 ,ado数据库编程 使用方法: 调试代码必须装有cj60lib界面扩展库 cj60lib的使用方法参看有关文档 不知道是不是我的cj60l...
cj60lib界面库 ,ado数据库编程 使用方法: 调试代码必须装有cj60lib界面扩展库 cj60lib的使用方法参看有关文档 不知道是不是我的cj60lib出问题,release版的动态链接会提示出错,静态链接还可以,动态链接时必须复制CJ60Libd.dll到当前目录中 所用数据库为access数据库,格式参看自带的vc.mdb(注:数据库datastab表中第一条记录即id为1的记录是为了防止数据库为空,运行时不会显示,还有另一个原因防止主题中记录为空,在程序中可以看出来) -cj60lib interface library, ado database programming Usage: debug code cj60lib interface must be installed to expand the use of library cj60lib refer to the relevant documents do not know whether my cj60lib problems, release version of the dynamic-link will be prompted to make mistakes, static link also Yes, dynamic-link must be copied into the current directory CJ60Libd.dll used in the database to access database, see the format
- 2022-08-16 21:24:52下载
- 积分:1
-
战车问题 战车问题 战车问题 战车问题
战车问题 战车问题 战车问题 战车问题-The issue of the chariot chariot chariot issues issues issues chariot chariot chariot problem issues
- 2022-04-14 23:42:29下载
- 积分:1
-
InterBase60
InterBase60--borland经典的数据库管理系统的源码,想学习底层数据库原理的绝对值得看看呀!--不经典不上传,强烈推荐!-InterBase60-- borland classic database management system source code, the underlying database want to learn the tenets definitely worth a look at!-- Not classic not upload, strongly recommended!
- 2022-02-12 17:24:32下载
- 积分:1
-
/* Maze * Starting point is m[0][0], need to find a path go to m[9][9]. 0 means...
迷宫算法(maze)
/* Maze * Starting point is m[0][0], need to find a path go to m[9][9]. 0 means OK,
* 1 means cannot go there, boundary is 0 and 9, cannot go beyond boundary.
* Each step can be made horizontally or vertically for one more grid (diagonal
* jump is not allowed).
* Your program should print a series of grid coordinates that start from m[0][0]
* and go to m[9][9]
* Hint: No need to find the shortest path, only need to find one path that gets
* you to desitination.
*/
-/* Maze * Starting point is m[0][0], need to find a path go to m[9][9]. 0 means OK,
* 1 means cannot go there, boundary is 0 and 9, cannot go beyond boundary.
* Each step can be made horizontally or vertically for one more grid (diagonal
* jump is not allowed).
* Your program should print a series of grid coordinates that start from m[0][0]
* and go to m[9][9]
* Hint: No need to find the shortest path, only need to find one path that gets
* you to desitination.
- 2022-08-08 06:28:42下载
- 积分:1