-
怎样判断一个指针指向的对象是否已经被析构,很好的学习C++的资料...
怎样判断一个指针指向的对象是否已经被析构,很好的学习C++的资料-how to decide a pointer at whether the target has been Destructors, good learning C information
- 2022-01-27 12:05:23下载
- 积分:1
-
该程序用Java实现了算法中的动态规划问题_漂亮打印
该程序用Java实现了算法中的动态规划问题_漂亮打印-the program using Java to achieve a dynamic algorithm planning _ pretty Print
- 2022-02-05 15:45:26下载
- 积分:1
-
this category, the database programming change simpler
这个类,使数据库编程变的更简单-this category, the database programming change simpler
- 2022-05-27 07:28:02下载
- 积分:1
-
利用VC++环境来,建立学生存储系统。谢谢各位支持。
利用VC++环境来,建立学生存储系统。谢谢各位支持。-VC environment, the establishment of student storage system. Thank you support.
- 2022-10-17 08:55:03下载
- 积分:1
-
数据结构练习测试
数据结构练习测试-Data Structures Practice Test
- 2022-10-06 09:00:02下载
- 积分: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
-
初学者的源c代码,一共5个,主要是c基础,包括文件操作。
初学者的源c代码,一共5个,主要是c基础,包括文件操作。-c beginners source code, a total of five, mainly c base, including file operations.
- 2022-06-13 13:15:02下载
- 积分:1
-
数据结构源码
零基础学习数据结构源码,VC编译器下直接编译运行,学习数据结构的好资料!!
- 2022-12-09 05:05:04下载
- 积分:1
-
最小生成树算法普里姆算法邻接矩阵C.
最小生成树的贪心算法实现
普里姆算法
用邻接矩阵进行图的生成-the minimum spanning tree algorithm Primbetov greedy algorithm adjacent matrix chart generation
- 2023-01-14 12:55:03下载
- 积分:1
-
VC++编写的通讯录实例,实现简单数据库功能 (不用后台数据库支持)...
VC++编写的通讯录实例,实现简单数据库功能 (不用后台数据库支持)-VC prepared directories example, to achieve a simple database function (no background database support)
- 2023-08-28 15:35:04下载
- 积分:1