-
C++编程设计 关于数据结构 本书是一本无需任何程序设计基础累的书籍...
C++编程设计 关于数据结构 本书是一本无需任何程序设计基础累的书籍-C++ Programming on the data structure of this book is a foundation without any programming tired of books
- 2023-04-13 07:05:08下载
- 积分:1
-
ACCESS2000密码查看器用来查找忘记了密码的ACCESS97、2000、XP数据库文件的密码,功能较上一版本有较大提高,本软件仅供个人使用,请勿用于非法用...
ACCESS2000密码查看器用来查找忘记了密码的ACCESS97、2000、XP数据库文件的密码,功能较上一版本有较大提高,本软件仅供个人使用,请勿用于非法用途。-Password Viewer ACCESS2000 Forgot your password used to search the ACCESS97, 2000, XP password database file, the functional than the previous version has greatly improved, the software for personal use only, not for illegal purposes.
- 2022-11-18 18:30: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
-
数据结构编程源代码
数据结构编程源代码- Construction of data programming source code
- 2023-04-05 11:55:03下载
- 积分:1
-
ACCESS编写的数据库维护操作平台,可以给写ACCESS程序的同志提供参考...
ACCESS编写的数据库维护操作平台,可以给写ACCESS程序的同志提供参考-ACCESS prepared database maintenance operation platform, you can write to the ACCESS program to provide reference comrades
- 2022-04-29 01:44:46下载
- 积分:1
-
C#编写的OleDb数据库连接通用类库。
C#编写的OleDb数据库连接通用类库。-C# OleDb prepared by the General Class Database Connection.
- 2023-08-19 18:25:03下载
- 积分:1
-
一个经典的数据结构的实现
一个经典的数据结构的实现-a classic of the data structure to achieve
- 2023-04-13 21:25:03下载
- 积分:1
-
分别用C语言和C++语言写的用于三角网格划分的算法。划分效果和速度都不错...
分别用C语言和C++语言写的用于三角网格划分的算法。划分效果和速度都不错-Were used C language and C++ language written for the triangular meshing algorithms. Into the effectiveness and speed are good
- 2022-06-18 02:07:12下载
- 积分:1
-
vb 调用IBM domino server数据库的例子,,仅供参考。...
vb 调用IBM domino server数据库的例子,,仅供参考。-vb call IBM domino server database example, for informational purposes only.
- 2022-10-16 13:30:02下载
- 积分:1
-
关于图遍历的演示包括所有的源代码和执行文件,内容齐全,数据结构的有关作业...
关于图遍历的演示包括所有的源代码和执行文件,内容齐全,数据结构的有关作业-Ergodic on the map presentation, including all source code and implementation of document, content complete, the data structure of the operating
- 2022-12-03 15:10:03下载
- 积分:1