-
data structure Shortest Path
数据结构最短路径-data structure Shortest Path
- 2023-07-23 13:55:02下载
- 积分:1
-
数据结构程序设计――哈夫曼编码,希望给同学一些帮助
数据结构程序设计――哈夫曼编码,希望给同学一些帮助-Data Structure Programming- Huffman coding, the students want to give some help
- 2022-08-26 09:43:00下载
- 积分:1
-
顺序查找 实现顺序查找的设计与实现 且加上了注释 更容易理解和上手...
顺序查找 实现顺序查找的设计与实现 且加上了注释 更容易理解和上手-Find the order of search in order to achieve the design and implementation and the addition of annotations easier to understand and get started
- 2022-09-27 11:10:03下载
- 积分:1
-
八 方块移动游戏要求从一个含8个数字(用1
八 方块移动游戏要求从一个含8个数字(用1-8表示)的方块以及一个空格方块(用0表示)的3x3矩阵的起始状态开始,不断移动该空格方块以使其和相邻的方 块互换,直至达到所定义的目标状态。空格方块在中间位置时有上、下、左、右4个方向可移动,在四个角落上有2个方向可移动,在其他位置上有3个方向可移 动。例如,假设一个3x3矩阵的初始状态为:
8 0 3
2 1 4
7 6 5
目标状态为:
1 2 3
8 0 4
7 6 5-Eight-box requirements of mobile games from one containing eight numbers (1-8 with express) the box, as well as a space box (with 0) of the 3x3 matrix of the initial start, and constantly move the box to make space its adjacent box and swap until they reach their defined target state. Spaces in the middle position box has the upper and lower, left and right direction of four removable, in the four corners there are two directions can be mobile, in other locations has three movable direction. For example, suppose a 3x3 matrix of the initial state as follows: 803,214,765 target state as follows: 123,804,765
- 2022-03-22 21:44:29下载
- 积分:1
-
根据数据结构教材,利用循环队列,非常不错
根据数据结构教材,利用循环队列,非常不错-based data structure materials, the use of recycling cohort, very good
- 2022-07-12 07:56:51下载
- 积分:1
-
订单管理系统数据库的源代码,循序渐进,方便易学。
订单管理系统数据库的源代码,循序渐进,方便易学。-Order Management System database, source code, step by step, easy to learn.
- 2022-05-07 01:06:57下载
- 积分:1
-
通过此软件可方便的对interbase数据库进行合并,分割,筛选,迁移等操作。...
通过此软件可方便的对interbase数据库进行合并,分割,筛选,迁移等操作。-through this software can be a convenient database on the interbase merger, the division, screening, relocation operation.
- 2022-05-19 07:18:27下载
- 积分:1
-
数据结构底层经典算法――时间陷阱,请大家参考
数据结构底层经典算法――时间陷阱,请大家参考-underlying data structure classical algorithm-- time trap, please refer to
- 2022-06-18 17:32:41下载
- 积分:1
-
四则运算实现,这个算法是用C语言实现的,算法程序代码明确易懂。...
四则运算实现,这个算法是用C语言实现的,算法程序代码明确易懂。-four Operators realize that this algorithm is used to achieve the C language, the algorithm code clear and understandable.
- 2022-06-15 16:25:28下载
- 积分:1
-
mfc odbc数据库编程
使用mfc通过odbc链接sql数据库,跟大家分享,不错的代码,简单易懂!
为了简化开发人员编写数据库应用程序,VC++的在其基础类库(MFC)里对ODBC API进行了封装,实现了一个面向对象的数据库编程接口,使VC++的数据库变得更加容易。
本章首先对MFC ODBC的概貌进行简要介绍,然后讲述利用MFC ODBC进行数据库开发的技巧,最后将通过具体数据库开发实例,详细讲述通过MFC ODBC开发数据库应用程序的方法和过程。
- 2022-03-31 16:08:59下载
- 积分:1