-
data print
条码标签打印直接连接数据库实现数据灵活打印-data print
- 2022-06-19 18:33:34下载
- 积分: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
-
这个来源属于中国公开
本源码属于mysql开源数据库的中文帮助文档,设计sql的基本操作,和mysql特定的规范。-This source belongs to the Chinese open-source database mysql help documentation, design sql basic operations, and the mysql-specific norms.
- 2022-04-16 13:30:13下载
- 积分:1
-
Based on Visual C++ Developed in the course of its work on the elevator simulati...
基于Visual C++开发的,关于电梯工作过程的模拟的程序源代码。电梯模拟-Based on Visual C++ Developed in the course of its work on the elevator simulation program source code. Elevator Simulation
- 2022-03-06 16:08:13下载
- 积分:1
-
C数据结构常用算法程序集2,描述数据结构算法。
C数据结构常用算法程序集2,描述数据结构算法。-C data structures commonly used algorithm Set 2, describe data structure algorithms.
- 2022-01-28 14:48:30下载
- 积分:1
-
大数相乘的源代码,使用C++在VC环境中实现.
大数相乘的源代码,使用C++在VC环境中实现.-multiply large numbers of the source code, the use of C in the VC environment to achieve.
- 2022-11-21 14:05:03下载
- 积分:1
-
表达式求值
资源描述
1生成栈结构
2生成优先级静态表
3利用两个栈实现表达式的求值
4输出表达式求值的结果
- 2022-07-16 08:05:42下载
- 积分:1
-
通过builder实现的数据结构各种算法 由于本人编程技术还没成熟,不足之处还请见谅...
通过builder实现的数据结构各种算法 由于本人编程技术还没成熟,不足之处还请见谅-builder achieve through the data structure algorithms as I mature programming No shortage Department also requested forgiven
- 2022-03-14 09:40:53下载
- 积分:1
-
orders for the system, information for the management of orders
该系统为订单系统,用于管理订单信息-orders for the system, information for the management of orders
- 2023-06-05 20:30:03下载
- 积分:1
-
投票系统
绝大多数工作门户让求职者报名注册一个免费账户,并允许他们搜索由雇主发布的职位空缺岗位上而言,雇主可审查个人简历。门户网站提供恢复过帐服务,使求职者进行复制和粘贴简历信息从字处理文档或建立一个新的恢复使用在线工具。工作门户通常提供提交一份已完成的简历,从字处理程序 (如 Microsoft Word 中创建的选项。求职者可以浏览由雇主发布的职位空缺和申请职位通过工作门户。
- 2022-11-15 00:20:03下载
- 积分:1