-
以源代码形式的库存管理系统
这是一个完整的库存管理系统,并配备了完整的源代码。
这个代码学习起来很有趣。
- 2022-05-26 08:07:43下载
- 积分:1
-
任意阶一次幻方生成器 < 常用算法与数据结构 >
任意阶一次幻方生成器 < 常用算法与数据结构 >-arbitrary order a magic square generator lt; Common algorithms and data structures gt;
- 2022-03-20 02:28:14下载
- 积分:1
-
计算机数据结构十日谈介绍:
本书是为“数据结构”课程编写的教材,也可作为学习数据结构及其算法的C程序设计的参考教材。本书的前半部分从抽象数据类型的角度讨论
计算机数据结构十日谈介绍:
本书是为“数据结构”课程编写的教材,也可作为学习数据结构及其算法的C程序设计的参考教材。本书的前半部分从抽象数据类型的角度讨论各种基本类型的数据结构及其应用;后半部分主要讨论查找和排序的各种实现方法及其综合分析比较,本书可作为计算机类专业或信息类相关专业的本科或专科教材,也可供从事计算机工程与应用工作的科技工作者参考。
-Computer data structures Decameron introduction: This book is for
- 2022-01-22 13:08:30下载
- 积分: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
-
本文当为二叉树的演示程序,应用于学习研究
本文当为二叉树的演示程序,应用于学习研究-In this paper, as the binary tree demo program used in study
- 2023-08-23 16:15:03下载
- 积分:1
-
data structure depicted in C language
数据结构C++语言描术―清华大学出版的-data structure depicted in C language-publication of Tsinghua University
- 2023-05-04 20:10:03下载
- 积分:1
-
这是一个连接数据库的类,非常有用,感谢指教
这是一个连接数据库的类,非常有用,感谢指教-This is a type of database connections, very useful
- 2022-09-22 23:15:02下载
- 积分:1
-
带通配符的字符串匹配算法源代码
带通配符的字符串匹配算法源代码-with wildcard string matching algorithm source code
- 2022-11-12 05:40:02下载
- 积分:1
-
Thalmann algorithm to achieve the java. Notes detail.
Thalmann算法的java实现。有详细注释。-Thalmann algorithm to achieve the java. Notes detail.
- 2022-03-18 02:57:27下载
- 积分:1
-
on the remote network monitoring program source code, the use vc++
关于远程网络监视程序的源码,用vc++编写-on the remote network monitoring program source code, the use vc++
- 2022-06-17 19:41:13下载
- 积分:1