-
内部数据结构课程设计的比较研究,共10…
数据结构课程设计内部排序的比较
一共有十种排序方法-Curriculum design of internal data structure to sort of comparison a total of 10 kinds of sorting methods
- 2023-08-05 04:50:02下载
- 积分:1
-
顺序表,第一次上传,多多照顾~~顺序表,第一次上传,多多照顾
顺序表,第一次上传,多多照顾~~顺序表,第一次上传,多多照顾-chronology, the first upload, give more care ~ ~ chronology, the first upload, give more care
- 2022-03-10 01:47:58下载
- 积分:1
-
图书管理系统
这个系统是同学给我的,主要是要我熟悉Visual Studio 2008 与SQL Server 2008 的结合使用,她说这个系统比较简单也适合初学者使用,我从中学到了很多东西,希望有的同学也能用到这个系统,能简单使用Visual Studio 2008 。
- 2023-08-13 20:50:02下载
- 积分:1
-
火车站购票系统
资源描述C++写的购票系统,可以实现查询车次信息,购票,退票等功能,车次信息是提前预定好的,可以自己修改,考虑到了多个站点以及发车时间问题,解决了购票冲突问题,即在不同车站买到同一个座位上的车票。
- 2022-03-28 19:05:10下载
- 积分:1
-
快速排序算法代码Quick sort algorithm code
快速排序算法代码Quick sort algorithm code-Quick sort algorithm code
- 2022-08-17 01:03:38下载
- 积分:1
-
嵌入式轻量数据库
the embedded light weight database with source
- 2022-01-30 21:01:19下载
- 积分:1
-
1、 用随机数生成的方式(要求用户输入随机数)产生一个迷宫:“1”表示墙,“0”表示路,最后的路径用“8”表示,若没有路径则打印报文,若有路径则打印出路径。...
1、 用随机数生成的方式(要求用户输入随机数)产生一个迷宫:“1”表示墙,“0”表示路,最后的路径用“8”表示,若没有路径则打印报文,若有路径则打印出路径。
2、 通过堆栈及判断实现迷宫的自动寻找路径功能
-1, the random number generator of (requiring user input random number) produces a maze : "a" Wall said, "0" Lu said, the final path with "8" that if no path was reportedly Print text, if it were printed out trails path. 2, stack and judgment to achieve the labyrinth path function to automatically search
- 2023-03-22 00:45: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
-
数据结构 c语言 教程
数据结构 c语言 教程-language data structure c Guide
- 2022-03-17 11:31:19下载
- 积分:1
-
用C++写的寻找公共祖先,实现树的先序后序中序层次遍历,内有实验报告可以参阅。...
用C++写的寻找公共祖先,实现树的先序后序中序层次遍历,内有实验报告可以参阅。-C wrote for the public ancestors, the first realization of the tree sequence after sequence traversal sequence level, there are experimental report can be found.
- 2022-03-06 21:06:58下载
- 积分:1