-
A example of database program in a class by oneself. it can ordered by name.
独一无二的数据库编程例程,可以按照姓名排序-A example of database program in a class by oneself. it can ordered by name.
- 2022-05-15 04:50:29下载
- 积分: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
-
数据结构实验大纲
河南大学软件学院数据结构实验大纲 实验1至实验8
- 2023-04-20 04:35:03下载
- 积分:1
-
网络优化算法:任两点间最短路径问题的BellmanFord算法
网络优化算法:任两点间最短路径问题的BellmanFord算法-Network optimization algorithms: the shortest path between any two points BellmanFord algorithm issues
- 2022-05-06 10:55:53下载
- 积分:1
-
vb编的医院管理系统,需要的可以下载,有兴趣自行习惯
P7 基于ARM-Linux的IP Camera解决方案,是我在网上找的,版权归原作者所有.-P7 based on ARM-Linux solutions for the IP Camera is that I find online, and belongs to original author.
- 2022-01-25 17:45:29下载
- 积分:1
-
图的常用算法,比较全面
并有一种求图的最短路径的算法,
欢迎指正,...
图的常用算法,比较全面
并有一种求图的最短路径的算法,
欢迎指正,-map commonly used algorithms, a more comprehensive and a map for the shortest path algorithm welcome correction, thank you
- 2022-07-16 14:52:58下载
- 积分:1
-
oracle进行转换格式程序
oracle进行转换格式程序-format conversion process
- 2022-03-16 06:37:28下载
- 积分:1
-
open the records in the database and view the database
打开数据库中的记录,并且实现浏览数据库的功能-open the records in the database and view the database
- 2022-08-08 09:14:00下载
- 积分:1
-
提前登录系统
你好
我开发了此应用程序只用了 1 天,我相信你们都喜欢这个应用程序,并且学到很多东西特别是初学者。
谢谢你
J@n@k
- 2022-03-01 00:27:17下载
- 积分:1
-
具有电影院的界面和功能,是基础,提供给初学数据库的人
具有电影院的界面和功能,是基础,提供给初学数据库的人-Interface with a cinema and functions are the basis of the database available to the person learning
- 2022-01-25 20:38:39下载
- 积分:1