-
SQLite的c++封装类,包括.net封装
SQLite的c++封装类,包括.net封装-SQLite c Packaging categories, including. Net Packaging
- 2022-04-21 09:33:06下载
- 积分:1
-
Written in C language string handling methods based on the data structure prepar...
C 语言写的字符串处理方法 依据数据结构的方法编写的关于串处理的各个函数-Written in C language string handling methods based on the data structure prepared by the various string handling functions
- 2022-08-15 07:41:41下载
- 积分:1
-
练习时做的一个老乡通信录管理系统,可从WORD中导入数据,存入ACCESS数据库中...
练习时做的一个老乡通信录管理系统,可从WORD中导入数据,存入ACCESS数据库中-Practicing to do a hometown address book management system can be obtained from WORD to import the data into ACCESS database
- 2023-07-31 04:50:04下载
- 积分:1
-
湖南大学文献信息检索课综合实习报告
2. 进入湖大图书馆网站http://lib.hnu.cn/ 的“数字资源”各数据库(即文献库)查找课题相关文献信息资料...
湖南大学文献信息检索课综合实习报告
2. 进入湖大图书馆网站http://lib.hnu.cn/ 的“数字资源”各数据库(即文献库)查找课题相关文献信息资料,辅助以手工检索(图书馆八楼文献信息检索室)和纸本期刊(图书馆一楼、四楼、七楼)以及因特网上资源。检索年限不作限定,以能了解本课题的全貌和最新进展为原则。-Hunan University literature class information retrieval integrated internship 2. Library Web site to enter the lake http://lib.hnu.cn/
- 2023-04-28 02:10:03下载
- 积分:1
-
一个sql语法分析程序
一个sql语法分析程序- A sql grammar analysis program
- 2022-07-26 18:38:16下载
- 积分:1
-
这里采用了C++里随机的一个函数,通过修改,顺利变成一个在指定范围内随机抽取数据的函数,并且不重复抽取...
这里采用了C++里随机的一个函数,通过修改,顺利变成一个在指定范围内随机抽取数据的函数,并且不重复抽取-here C. Lane used a random function, through the revision, smoothly into a designated area in random data function, and does not take repeat
- 2022-07-21 10:22:23下载
- 积分:1
-
多种排序方法的c实现和查找。入门看看还可以
多种排序方法的c实现和查找。入门看看还可以-various methods of sorting and searching c achieve. Portal can also see
- 2022-02-03 05:47:02下载
- 积分:1
-
vb编的医院管理系统,需要的可以下载,有兴趣自行习惯
P7 基于ARM-Linux的IP Camera解决方案,是我在网上找的,版权归原作者所有.-P7 based on ARM-Linux solutions for the IP Camera is that I find online, and belongs to original author.
- 2022-01-25 17:45:29下载
- 积分: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
-
人力资源管理系统的源代码和毕业论文
人力资源管理系统是一个典型的信息管理系统(MIS),本系统是一个为适应当前各个行业对人力资源信息管理的迫切需求而设...
人力资源管理系统的源代码和毕业论文
人力资源管理系统是一个典型的信息管理系统(MIS),本系统是一个为适应当前各个行业对人力资源信息管理的迫切需求而设计开发的软件系统,其开发主要包括后台数据库的建立和维护以及前端应用程序的开发两个方面,经过分析如此情况,我们使用DELPHI ,数据库等开发工具,利用其提供的各种面向对象的开发工具,尤其是数据窗口这一能方便而简洁操纵数据库的智能化对象,首先在短时间内建立系统应用原型,然后,对初始原型系统进行需求迭代,不断修正和改进,直到形成用户满意的可行系统.-err
- 2022-02-27 00:27:06下载
- 积分:1