-
C++ Builder程序员学习数据结构第7章
C++ Builder程序员学习数据结构第7章-Builder C programmers to learn data structure Chapter 7
- 2022-03-01 04:48:46下载
- 积分:1
-
C + + 树示例
这是我的功课在我关于树的代码在 c + + 中的校园。如何创建树、 闹市、 dealocation、 查找数据、 将数据插入、 删除数据、 显示等。
- 2022-01-31 22:46:46下载
- 积分:1
-
Pink noise generated in matlab
Pink noise generated in matlab
- 2023-08-04 19:05:04下载
- 积分:1
-
中后序列求二叉树,c语言,源码有注释,可供学习使用。
中后序列求二叉树,c语言,源码有注释,可供学习使用。-posterior sequence for Binary Tree, c language, a source notes for studying.
- 2022-03-21 05:13:57下载
- 积分:1
-
C++数据结构的用法 适合对C++语意思有一定了解的人
C++数据结构的用法 适合对C++语意思有一定了解的人-C data structure suitable for the use of C language meaning a certain understanding of
- 2022-02-10 05:56:18下载
- 积分:1
-
swgl商务管理系统
swgl商务管理系统-swgl Business Management System
- 2023-03-19 03:35:04下载
- 积分:1
-
.Net显示了友好的人机界面,以及非常少量的原代码就能够完成所要的功能...
.Net显示了友好的人机界面,以及非常少量的原代码就能够完成所要的功能-. Net shows the friendly human-machine interface, as well as a very small amount of the original code to be able to complete the function of
- 2023-03-20 03:20:04下载
- 积分:1
-
南理工数据库与软件工程复试资料
南理工数据库与软件工程复试资料 上课课件及试卷
- 2022-02-07 05:49:53下载
- 积分: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
-
描述图的头文件,不过是用C描述的,移植到了VC当中
描述图的头文件,不过是用C描述的,移植到了VC当中-description of the plan is the first document, but is described in the C and transplant them to the VC
- 2022-02-22 03:04:58下载
- 积分:1