-
一个简单的文件系统模拟算法
一个简单的文件系统模拟算法-a simple file system simulation algorithm
- 2022-09-29 23:35:03下载
- 积分:1
-
定时备份Oracle数据库和文件的程序
支持RAR压缩功能
定时备份Oracle数据库和文件的程序
支持RAR压缩功能-Regularly back up Oracle databases and documents in support of RAR compression
- 2022-06-15 10:58:16下载
- 积分:1
-
顺序表的基本操作
顺序表的基本操作-order the basic operation
- 2022-02-03 07:21:59下载
- 积分:1
-
基于面向对象的数据库编程
基于面向对象的数据库编程-based on the object-oriented database programming
- 2023-07-22 12:05:03下载
- 积分: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
-
Solving clues to binary tree node before the trend and follow
求解线索二叉树中结点前趋和后继的算法以及以相应次序遍历线索二叉树的算法,二叉树的线索化算法的设计-Solving clues to binary tree node before the trend and follow-up algorithm and the corresponding sequence of binary tree traversal algorithm clues, clues to binary tree algorithm design
- 2022-01-25 14:32:44下载
- 积分:1
-
教学管理系统
教学管理系统
简单实用的校园学生档案管理系统-Teaching Management System
Campus students simple file management system
- 2022-03-06 12:07:14下载
- 积分:1
-
队列操作(顺序、链队)
删除相同数据元素的操作将表元素由小到大排序;求队列动态长度;插入一个元素于一排序好的队列中;将表右移k位显示队列结果;打印输出队列内容;按值求结点;定位求结点等队列的所有基本操作
- 2022-03-18 14:23:42下载
- 积分:1
-
用C++语言实现的八数码问题,A*算法。
用C++语言实现的八数码问题,A*算法。-With C++ Language realize eight digital problem, A* algorithm.
- 2022-03-20 04:02:18下载
- 积分:1
-
实现一个B*Tree的添加和查找,输入数据为一组字典文件
实现一个B*Tree的添加和查找,输入数据为一组字典文件-achieve a B* Tree Search and the addition, the input data for a group of documents dictionary
- 2022-01-25 20:47:50下载
- 积分:1