-
C#编写的OleDb数据库连接通用类库。
C#编写的OleDb数据库连接通用类库。-C# OleDb prepared by the General Class Database Connection.
- 2023-08-19 18:25:03下载
- 积分:1
-
一个摩托配件库存管理系统
一个摩托配件库存管理系统-a motorized parts inventory management system
- 2022-05-29 00:10:53下载
- 积分:1
-
we learn advanced experience of other provinces and cities on the basis of mater...
我们在学习外省市先进经验的基础上,结合教材管理工作实际情况和多年的工作经验,组织了专门人员与协力电脑公司利用Vb6.0程序语言和SQL数据库语言共同开发研制了“河北广播电-we learn advanced experience of other provinces and cities on the basis of materials management with the actual situation, and many years of work experience, organized with the help of specialized personnel computer companies use Vb6.0 programming language and SQL database language jointly developed "Hebei Radio
- 2022-03-21 22:50:04下载
- 积分:1
-
一个数据结构中关于链表的实验,创建链表等,包括增删查改...
一个数据结构中关于链表的实验,创建链表等,包括增删查改-A data structure on the list of experiments, create list, including additions and deletions to search
- 2022-12-13 20:05:03下载
- 积分:1
-
数据结构大型作业 包括三个实验
图的建立 城市最小生成树 赫夫曼书
有文档跟编译调试的代码 hubeiminyuan...
数据结构大型作业 包括三个实验
图的建立 城市最小生成树 赫夫曼书
有文档跟编译调试的代码 hubeiminyuan-Data structure diagram of large operations include the establishment of three pilot cities in the minimum spanning tree Huffman book has to compile a document with the code for debugging
- 2022-05-25 01:51:39下载
- 积分:1
-
女问题描述:
设R={r1,r2,...rn}要进行排列的n个元素。其巾元素r1,r2...rn可能相同。试设计
一个算法,列出R的所有不同排列。...
女问题描述:
设R={r1,r2,...rn}要进行排列的n个元素。其巾元素r1,r2...rn可能相同。试设计
一个算法,列出R的所有不同排列。
编程任务:
给定n以及待排列的n个元素。计算出这n个元索的所有不同排列。-Female Problem Description: Let R = (r1, r2, ... rn) must be arranged in n elements. The towel elements r1, r2 ... rn may be the same. Try to design an algorithm listing all the different arrangement of R. Programming tasks: Given n and n elements to be arranged. To calculate the n-element array of all the different cable.
- 2023-01-24 04:15:04下载
- 积分:1
-
微软的三个连接数据库的包,连接数据库必需
微软的三个连接数据库的包,连接数据库必需-Microsoft
- 2022-03-25 01:35:52下载
- 积分:1
-
建立VCL连接数据库,也是初学者的好东东,忘了如何写的回头看看也不错...
建立VCL连接数据库,也是初学者的好东东,忘了如何写的回头看看也不错-VCL connection to establish a database, but also good for beginners Dongdong, forgot how to write back and look at the good
- 2022-03-15 16:31:37下载
- 积分:1
-
《Visual C++.NET数据库开发经典案例解析镜像光盘》随书光盘代码。...
《Visual C++.NET数据库开发经典案例解析镜像光盘》随书光盘代码。-visual c++.net
- 2022-07-04 20:26:56下载
- 积分: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