-
邻接表实现原理 C++ 源码
应用背景图论相关,图论相关算及其应用。邻接表,邻接矩阵 的实现方法,。。图论相关,图论相关算及其应用。邻接表,邻接矩阵 的实现方法图论相关,图论相关算及其应用。邻接表,邻接矩阵 的实现方法关键技术邻接表,邻接矩阵 的实现方法,C++源码 源代码,使用 VS 2010 C++源码 源代码C++源码 源代码 编写的,真麻烦
- 2022-02-13 02:07:46下载
- 积分:1
-
参考课堂迷宫问题的解题方法,建立move数组,若马当前位置是(x,y),则沿着第i(1<=i<=8)个方向跳一步,到达新的位置为( x’,y’),下...
参考课堂迷宫问题的解题方法,建立move数组,若马当前位置是(x,y),则沿着第i(1
- 2022-05-27 14:06:38下载
- 积分:1
-
aviation shortest path detection, call VB D
航空最短路径探测,VB调用D-aviation shortest path detection, call VB D
- 2022-01-25 18:02:49下载
- 积分:1
-
this is a code of data structure
这是数据结构第五章的全部算法实现代码,对于学习数据结构的同学很有帮助-this is a code of data structure
- 2022-06-21 19:10:46下载
- 积分:1
-
data structure
数据结构――家谱的实现 本人的课程设计 MFC-data structure-- I literally achieve the curriculum design MFC
- 2022-05-29 15:18:07下载
- 积分:1
-
一个不错的宾馆管理系统
一个不错的宾馆管理系统-a good hotel management system
- 2022-01-26 02:13:18下载
- 积分:1
-
用perl写的Oracle管理工具
用perl写的Oracle管理工具- Oracle management tool writes which with perl
- 2022-02-01 09:26:47下载
- 积分:1
-
在线考试系统
在线考试系统是为不同学生提供在线考试。 使用 PHP 构建, wamp 服务器包含登录表单,注册表单, 和数据库维护,可以删除或者插入数据
- 2022-01-30 21:57:38下载
- 积分:1
-
一 开发环境
OS: Windows 2000 Server + SP2
IDE: Visual Studio 6.0 + SP5
DataBase...
一 开发环境
OS: Windows 2000 Server + SP2
IDE: Visual Studio 6.0 + SP5
DataBase: SQL 2000 Server + SP2
二 运行
1:创建数据库
将Hotel.sql中的SQL语句考入SQL Server的查询分析器中,全部运行;
2:建立ODBC数据源
数据原名称为Hotel_MIS-a development environment OS : Windows 2000 Server SP2 IDE : Visual Studio 6.0 SP5 DataBase : SQL Server 2000 running a two SP2 : Hotel.sql database will be created in the SQL Server SQL admitted to the inquiry Analyzer All operations; 2 : build ODBC data source data formerly known as Hotel_MIS
- 2022-05-09 13:40:16下载
- 积分:1
-
快速排序
基本思想:通过一趟排序,将待排序记录分割成独立的两部分,其中一部分记录的关键字均比另一部分记录的关键字小,则可分别对这两部分记录进行排序,以达到整...
快速排序
基本思想:通过一趟排序,将待排序记录分割成独立的两部分,其中一部分记录的关键字均比另一部分记录的关键字小,则可分别对这两部分记录进行排序,以达到整个序列有序-Basic idea of quicksort: sort through the trip, will be to sort records is separated into two independent parts, some of which are recorded in another part of the record than keyword keyword small, then the two were part of the record sort, so as to achieve the entire sequence of orderly
- 2022-03-10 10:21:56下载
- 积分:1