-
自己编的进出货物
自己编的进出货物-their goods out of the series
- 2022-03-25 06:34:35下载
- 积分:1
-
文件包含的内容: 常见的algorithm,使用vc6开发的 包括排序算法...
文件包含的内容: 常见的algorithm,使用vc6开发的 包括排序算法-document contains elements : common algorithm used in the development vc6 Sorting Algorithm
- 2022-11-06 22:20:03下载
- 积分:1
-
用JAVA开发的数据库底层核心,是学习用JAVA开发数据库系统的必要资料。...
用JAVA开发的数据库底层核心,是学习用JAVA开发数据库系统的必要资料。-with JAVA development of the database underlying core, Java is used to study the development of a database system the necessary information.
- 2023-07-26 05:25:03下载
- 积分:1
-
此程序为求两个数的约数,将他们输出,将这两个数的最大公约数输出...
此程序为求两个数的约数,将他们输出,将这两个数的最大公约数输出
-procedure for the sake of a few two about a few of their exports, the number of these two majors output
- 2022-01-22 08:30:59下载
- 积分:1
-
表达式求值 文本界面
表达式求值 文本界面-expression evaluates text interface
- 2022-01-26 02:44:49下载
- 积分:1
-
该系统是用vb6.0开发,连接数据库,有原代码设计,有详细的设计说明,可以自己更改程序。...
该系统是用vb6.0开发,连接数据库,有原代码设计,有详细的设计说明,可以自己更改程序。-The system is used vb6.0 development, connecting to the database, the original code design, detailed design specifications, can change its own procedures.
- 2022-05-05 04:06:14下载
- 积分:1
-
循环链表的应用
循环链表的应用
很方便的实现
循环链表的应用
循环链表的应用
很方便的实现-cycle Chain cyclic chain of convenience Implementation
- 2022-03-24 21:43:06下载
- 积分:1
-
访问数据集 Linq 演示
我们有几种方法来存储和访问我们的数据。最经常方式是数据存储到数据库和从应用旁路 ODBC 或其他提供访问它们。当我们只有少量数据时,我们使用的.Net Framework 语言设计应用程序。一种有效的方法是使用 Access (在 Microsoft Office 套件) 内存储的数据和使用 LINQ 来获取数据并将其存储在数据集在内存中。我们以后可以证明它。
- 2022-09-13 23:25:03下载
- 积分:1
-
用C++写的链表操作,可以作为一个简易的文本编辑器
用C++写的链表操作,可以作为一个简易的文本编辑器-list
- 2022-08-23 08:14:25下载
- 积分: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