-
清华1992年版的数据结构的答案
清华1992年版的数据结构的答案-Tsinghua University in 1992 version of the data structure of the answer
- 2022-03-23 07:30:20下载
- 积分:1
-
PB下的ATM机开发案例。谢谢参考!
PB下的ATM机开发案例。谢谢参考!-PB下的ATM机开发案例。谢谢参考!啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊
- 2022-08-25 13:55:38下载
- 积分:1
-
数据结构:用链表做存储结构求两个一元多项式相加的结果
数据结构:用链表做存储结构求两个一元多项式相加的结果-Data structures: The linked list storage structure seeking to do two one dollar sum of the results of polynomial
- 2022-04-28 00:57:03下载
- 积分:1
-
与HTML敏捷包数据
应用背景你可以使用HTML敏捷包得到数据的一个例子网络平台。关键技术使用HTML ASP。敏捷包和数据网的网络应用。实时数据采集。
- 2023-05-17 01:10:02下载
- 积分:1
-
VB6.0 under the DataList control the use of examples!
VB6.0下DataList控件的使用示例!-VB6.0 under the DataList control the use of examples!
- 2023-06-04 20:35:03下载
- 积分:1
-
FP树算法源代码 FP树算法源代码
FP树算法源代码 FP树算法源代码-tree FP algorithm source code tree FP algorithm source code tree algorithm source code
- 2022-09-29 00:20:03下载
- 积分:1
-
在数据结构中编程实现表达式求值算法(加减乘除)
在数据结构中编程实现表达式求值算法(加减乘除)-Structure in the data evaluated the expression programming algorithm (calculation)
- 2022-07-13 14:31:46下载
- 积分:1
-
1.通过鼠标拖拽和弹出对话框完成实体、属性、联系的绘制以及各参数设定
2.对绘制的实体、属性、联系提供合法性检查
3.对绘制的图形进行拖动、重设大小、删...
1.通过鼠标拖拽和弹出对话框完成实体、属性、联系的绘制以及各参数设定
2.对绘制的实体、属性、联系提供合法性检查
3.对绘制的图形进行拖动、重设大小、删除
4.通过属性对话框对实体、属性、联系的各种参数进行重新设置
5.数据的串行化
6.将绘制完成的E-R图转换成数据库脚本-1. Through mouse drag and drop and pop-up dialog box to complete entities, attributes, links, as well as drawing parameter setting 2. Drawing entities, attributes, links provided to check the legality of 3. The graphics on the drawing drag, reset size, delete 4. through the Properties dialog box on the entities, attributes, linked to various parameters re-set 5. serialization of data 6. will be drawn to complete the ER diagram into a database script
- 2022-01-25 17:40:07下载
- 积分:1
-
数据结构的停车场问题的源代码
数据结构的停车场问题的源代码-data structure of the carpark source code
- 2022-09-13 01: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