-
一个很好的进销存系统源码
一个很好的进销存系统源码-a good source of Invoicing System
- 2023-04-10 22:25:03下载
- 积分:1
-
CHM version of the database programming information found on the useful VCBASE e...
数据库编程资料 CHM版本 在VCBASE上找到的 很有用处 很方便-CHM version of the database programming information found on the useful VCBASE easy
- 2022-01-25 19:55:15下载
- 积分:1
-
数据结构中关于十字链表的实现,十字链表可以很好的对稀疏矩阵进行效率很高的存储和计算。比如在通信纠错编码的ldpc编译码中就要用到这种数据结构...
数据结构中关于十字链表的实现,十字链表可以很好的对稀疏矩阵进行效率很高的存储和计算。比如在通信纠错编码的ldpc编译码中就要用到这种数据结构-data structure on the realization of Chain Cross, Cross List can be good for sparse matrix highly efficient storage and computing. For example, in communications-correction coding ldpc encryption it is necessary to use this data structure
- 2022-02-01 10:20:09下载
- 积分:1
-
各种算法的演示程序,十分直观,学习算法必备!
各种算法的演示程序,十分直观,学习算法必备!-Various algorithm demo program is very intuitive, learning algorithm must have!
- 2023-08-24 03:00: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
-
简单的职工工资管理系统 通过链表实现的
简单的职工工资管理系统 通过链表实现的
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报 打分 发表评论 暂无评论
- 2022-01-25 15:21:08下载
- 积分:1
-
SQLite包下载和使用SQLite的完整描述,并附有胜创…
sqlite包下载并使用sqlite的完整说明,并附在wince通讯录下的示例源代码。
- 2022-06-30 16:16:44下载
- 积分:1
-
线性表常用算法集合,含所有线性表基本的算法,与吴伟民编的数据结构书完全配套,用TC实现,经过运行。...
线性表常用算法集合,含所有线性表基本的算法,与吴伟民编的数据结构书完全配套,用TC实现,经过运行。-linear algorithm commonly used pool table, table containing all the basic linear algorithms, and Xiulan WU Weimin series of the data structure was fully complementary with TC realization, after running.
- 2022-01-20 22:51:35下载
- 积分:1
-
数据结构 算法与应用
C++语言描述
机械工业出版社,完全非扫描高清版
配有答案和程序...
数据结构 算法与应用
C++语言描述
机械工业出版社,完全非扫描高清版
配有答案和程序-Data structures algorithms and application of C++ Language description of Machinery Industry Press, completely non-scanning high-definition version with the answer and procedures
- 2022-01-21 19:59:49下载
- 积分:1
-
出勤
考勤管理系统的开发目的是电脑的传统方式平时都出席。为开发这一软件的另一个目的是生成自动在末尾的会话或在报告之间的会话
- 2022-01-30 12:17:57下载
- 积分:1