-
简单的迷宫算法,数据结构操作,迷宫是一组
简单的迷宫算法,数据结构作业,迷宫是自己设定的-Simple maze algorithm, data structure operations, the maze is a set of
- 2022-04-01 10:01:42下载
- 积分:1
-
在 DBGrid 中使用的例子
大家好,此源中我们将看到在 DBGrid 中使用的例子:
- 2022-03-14 13:29:25下载
- 积分:1
-
各种排序算法,包括快速排序、插入排序、选择排序、SHELL排序...
各种排序算法,包括快速排序、插入排序、选择排序、SHELL排序-various sorting algorithms, including rapid sorting, insertion sort, select, in order of ranking SHELL
- 2022-01-27 17:32:23下载
- 积分:1
-
[问题描述]
将N个关键字去整数的记录进行整序, 以使所有关键字为非负数的记录排在关键字为负数的记录之前,要求使用最少的附加空间,且算法的时间复杂度为O(N...
[问题描述]
将N个关键字去整数的记录进行整序, 以使所有关键字为非负数的记录排在关键字为负数的记录之前,要求使用最少的附加空间,且算法的时间复杂度为O(N)
[输入]
待排序记录个数,各关键字的值。
[输出]
关键字从正负分开,正数在前
[存储结构]
待排序记录顺序存储。
[算法的基本思想]
快速排序算法每次任取一个记录的关键字为标准,将其余记录分为两组将,N个关键字去整数的记录进行整序, 以使所有关键字为非负数的记录排在关键字为负数的记录之前。
#include
using namespace std
#define MAXNUM 100//设文件的最长可能长度
void sort(int* keys, const int len)//排序
-[Problem Description] N keyword to the integer sequence the entire record. keyword so that all non-negative Records with the keyword for the negative record, at least require the use of the additional space and time complexity of the algorithm is O (N) [imported] to be sort record number, The value of the keyword. [Output] keyword separate from the pluses and minuses are several former [storage structure] scheduling records to be stored sequence. [Algorithm for the basic idea] quick sort algorithm each time a record for any keyword as a standard, The remaining records will be divided into two groups, N-keyword
- 2022-03-17 21:15:57下载
- 积分:1
-
opencv存储数据结构
资源描述
介绍opencv特有的数据结构cvmat,对了解opencv的存储和读取数组和图片的格式有很大帮助
- 2022-07-24 21:06:18下载
- 积分:1
-
a good bubble sort procedures.
一个很好的bubble sort 程序-a good bubble sort procedures.
- 2022-03-01 03:25:11下载
- 积分:1
-
本系统完成了要求的所有功能,能进行图书的基本管理业务活动。包括采编入库、清除库存、借阅和归还等。利用B树对书号建立索引,提高了工作的效率。本系统支持对中文书籍的...
本系统完成了要求的所有功能,能进行图书的基本管理业务活动。包括采编入库、清除库存、借阅和归还等。利用B树对书号建立索引,提高了工作的效率。本系统支持对中文书籍的输入输出。.用户界面友好,有用户使用说明,每一步操作都有说明与提示。程序运行通过,有详细的解释说明。-the system completed all the required functions, the library will conduct basic management operations. Journalists, including depositing and removing stock, borrow and restitution. The use of B-tree index ISBN, improving work efficiency. The system supports Chinese books on the input and output. . User friendly interface, users note, every step of the operation have notes and hints. Running through a detailed explanation.
- 2022-01-26 01:49:15下载
- 积分:1
-
vb源代码完全数据库控制
vb源代码完全数据库控制-vb source database completely control
- 2022-05-15 20:52:35下载
- 积分:1
-
此代码是一个数据结构课程设计――飞机订票系统.
此代码是一个数据结构课程设计――飞机订票系统.-this code is a data structure course design-- aircraft booking system.
- 2023-07-03 12:25:03下载
- 积分:1
-
数据结构的课后练习
数据结构的课后练习-Data structure of the after-school practice
- 2022-04-20 14:15:51下载
- 积分:1