-
快速排序
基本思想:通过一趟排序,将待排序记录分割成独立的两部分,其中一部分记录的关键字均比另一部分记录的关键字小,则可分别对这两部分记录进行排序,以达到整...
快速排序
基本思想:通过一趟排序,将待排序记录分割成独立的两部分,其中一部分记录的关键字均比另一部分记录的关键字小,则可分别对这两部分记录进行排序,以达到整个序列有序-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
-
以一个Maze(m, n)的长方阵表示迷宫, 迷宫的入口是Maze(1,1), 出口是Maze(m, n), Maze(i,j)等于0表示通路, Maze(i,...
以一个Maze(m, n)的长方阵表示迷宫, 迷宫的入口是Maze(1,1), 出口是Maze(m, n), Maze(i,j)等于0表示通路, Maze(i,j)等于1表示障碍。设计一个程序,对任意设定的迷宫,求出一条从入口到出口的通路,或得出没有通路的结论。各个命令以及相关数据的输入格式如下:
输入迷宫:C,接下来一行是m n,其中m是迷宫矩阵行数,n是迷宫矩阵列数,接下来的m行数据是迷宫矩阵,每行n个值,表示一个m*n的迷宫矩阵
求迷宫的一条通路:Q
当输入的命令为E时,程序结束-With a Maze (m, n), said the long square maze, the maze entrance is a Maze (1,1), exports is the Maze (m, n), Maze (i, j) is equal to 0, said channel, Maze (i, j) is equal to 1, said barrier. Designing a program, for any set of the maze, find a path from the entrance to the export, or come to the conclusion there is no path. The various commands and data input format is as follows: Enter the Labyrinth: C, followed by his party mn, where m is the maze of matrix rows, n is a maze of matrix columns, the next line of data is a maze m matrix, each row n- value, indicating an m* n matrix of the labyrinth a maze of pathways: Q when the input command for the E, the end of the process
- 2023-04-15 19:50:03下载
- 积分:1
-
项目描述: SQLite is a small C library that implements a self
项目描述: SQLite is a small C library that implements a self-contained, embeddable, zero-configuration SQL database engine. Features include- Project description: SQLite is a small C library that
implements a self-contained, embeddable, zero-configuration SQL
database engine. Features include
- 2022-01-22 13:40:01下载
- 积分:1
-
网络办公系统,一个asp的网站管理办公系统,安装可以参见
网络办公系统,一个asp的网站管理办公系统,安装可以参见-Network Office System, one asp web site management office system, the installation can be found
- 2022-01-25 19:46:51下载
- 积分:1
-
网吧的所有经营活动都能操作(包括时间管理、客户机管理、食品出售等),方便易用
网吧的所有经营活动都能操作(包括时间管理、客户机管理、食品出售等),方便易用-Internet cafes can operate all the business activities (including time management, client management, food for sale, etc.), user-friendly
- 2022-06-26 05:24:37下载
- 积分:1
-
这时关于树的一些操作的程序,包括建立,遍历....对学习数据结构的朋友一定有用...
这时关于树的一些操作的程序,包括建立,遍历....对学习数据结构的朋友一定有用-This programe implements some operation of tree,for example,construction,traversal and so on.It is very useful for people who study data structure.
- 2022-11-27 01:15:03下载
- 积分:1
-
c language of the Queen's eight Solution
c语言实现的八皇后问题的解法-c language of the Queen"s eight Solution
- 2022-07-27 16:38:27下载
- 积分:1
-
B+树实现源码,JAVA语言,数据库索引技术
B+树实现源码,JAVA语言,数据库索引技术-B+ Tree source, Java language, database indexing technology
- 2022-10-19 16:40:03下载
- 积分:1
-
Example VB Code in an Excel*. xls file for programmatically recalculating and re...
Example VB Code in an Excel *.xls file for programmatically recalculating and resizing DataLink functions. Last Updated July 2006-Example VB Code in an Excel*. xls file for programmatically recalculating and resizing DataLink functions. Last Updated July 2006
- 2022-06-21 06:59:59下载
- 积分:1
-
数据结构和算法中文第二版源代码程序打包下载
数据结构和算法中文第二版源代码程序打包下载-Data structures and algorithms second edition of the Chinese package download the source code program
- 2023-03-27 02:40:03下载
- 积分:1