-
任意长整数相加问题 任意输入两个任意长的整数进行相加 可以得出正确结果,...
任意长整数相加问题 任意输入两个任意长的整数进行相加 可以得出正确结果,-arbitrary sum of long integer problem indiscriminate importation of two arbitrarily long integer can be drawn together for the right result,
- 2023-02-21 21:55:03下载
- 积分:1
-
triallkfjnklgnjfkljngfklnjlkfnflkfg
- 2023-08-19 20:55:03下载
- 积分:1
-
用于实现数据结构的基本算法的任务分配功能
用数据结构实现基本算法 用C++实现任务分配功能-data structure used to achieve basic algorithm C Task allocation functions
- 2022-03-04 14:24:09下载
- 积分:1
-
你用过<<中华诗词6000>>吗?那个是VF编写的,而我是用VC++编烈写的!搜索速度明显比作者原版更快了,还包含了重要的诗词数据库,代...
你用过吗?那个是VF编写的,而我是用VC++编烈写的!搜索速度明显比作者原版更快了,还包含了重要的诗词数据库,代码注释详尽.-You used
- 2023-08-27 04:35:04下载
- 积分:1
-
出勤
考勤管理系统的开发目的是电脑的传统方式平时都出席。为开发这一软件的另一个目的是生成自动在末尾的会话或在报告之间的会话
- 2022-01-30 12:17:57下载
- 积分:1
-
生产者与消费者演示
生产者与消费者演示-producers and consumers demo
- 2022-06-15 17:22:25下载
- 积分:1
-
倒置一个单链表,链表是带有头结点的单链表,通过不断在表头插入结点,使链表有序...
倒置一个单链表,链表是带有头结点的单链表,通过不断在表头插入结点,使链表有序-Inversion of a single linked list, linked list is the first node with a single list, through constant head inserted in the table node, so that an orderly list
- 2023-03-15 21:25:04下载
- 积分: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
-
各种算法的演示程序,十分直观,学习算法必备!
各种算法的演示程序,十分直观,学习算法必备!-Various algorithm demo program is very intuitive, learning algorithm must have!
- 2023-08-24 03:00:03下载
- 积分:1
-
data clustering
it数据挖掘项目这里采用分类聚类算法,hm那里采用k均值和模糊c均值提出算法,c4.5 ans see 5算法我们在本项目工作中采用,
- 2022-04-25 17:50:46下载
- 积分:1