-
设计一个类Sample,它有两个私有成员A[]和n(A中元素个数),将对A[]中数据进行各种排序的函数放入到一个友元类process中。...
设计一个类Sample,它有两个私有成员A[]和n(A中元素个数),将对A[]中数据进行各种排序的函数放入到一个友元类process中。
-Sample Design of a kind, it has two private members [] A and n (A number of elements), A. [] will be the data for various sort of function Add Friends yuan to a process which category.
- 2022-01-25 16:09:38下载
- 积分:1
-
ArcGIS Engine全套功能演示软件
应用背景ArcGIS Engine 二次开发学习好资料,基于Windows Form开发, 里面涉及AE地理开发相关技术,如果图层加载、空间运算等关键技术ArcGIS Engine学习开发的入门资料,包括图层加载,地图缩放、漫游,文档加载、要素选择,空间运算,专题图制作等,结合官方文档,可以尽快掌握GIS相关开发
- 2023-04-08 13:20:06下载
- 积分:1
-
simulated static storage Pagination
模拟静态分页存储-simulated static storage Pagination
- 2022-01-25 18:25:57下载
- 积分:1
-
网络摄像头定时录像
C 锐利应用 2010年,此应用程序是关于使用摄像头捕捉到一个文件 (.avi) 的视频。它也有能力计划开始自动捕获的视频的录制时间。
我们可以使用任何一种摄像头和设置各种属性,以使用与像视频的大小和源以及自己的网络摄像头设置摄像头。
- 2022-07-06 11:22:59下载
- 积分:1
-
KportII,Windows下直接I/O端口操作
KportII,Windows下直接I/O端口操作-KportII, Windows under the direct I/O Port Operation
- 2023-05-10 04:35:03下载
- 积分:1
-
一个小的delphi通讯记录本
一个小的delphi通讯记录本-a small communications records of the delphi
- 2022-05-29 14:09:40下载
- 积分:1
-
Flash文件编程源代码
Flash文件编程源代码-Flash File programming source code
- 2022-11-26 15:55:04下载
- 积分:1
-
用基于变治法的堆排序算法对任意一组给定的数据进行排序
设计与实现堆排序算法;
2)待排序的数据可以手工输入(通常规模比较小,10个数据左右),用以检测程...
用基于变治法的堆排序算法对任意一组给定的数据进行排序
设计与实现堆排序算法;
2)待排序的数据可以手工输入(通常规模比较小,10个数据左右),用以检测程序的正确性;也可以计算机随机生成(通常规模比较大,1500-3000个数据左右),用以检验(用计数法)堆排序算法的时间效率。-Variable-based treatment of the heap sorting algorithm to a set of arbitrary data set to sort the design and implementation of heap sort algorithm 2) to be sort of data can be entered manually (usually relatively small size of about 10 Data), to detect the correctness of the procedure also can be randomly generated computer (usually relatively large-scale data ,1500-3000 or so), to test (with counting) time sorting algorithm reactor efficiency.
- 2022-07-22 21:14:31下载
- 积分:1
-
一个很好的开源的播放器,应该没什么问题的
一个很好的开源的播放器,应该没什么问题的
- 2022-03-02 22:01:56下载
- 积分:1
-
输入一个自然数N(2≤N≤9),要求输出如下的螺旋矩阵,即边长为N*N,元素取值为1至N*N,1在左上角,呈顺时针方向依次放置各元素。
N=3时,相应...
输入一个自然数N(2≤N≤9),要求输出如下的螺旋矩阵,即边长为N*N,元素取值为1至N*N,1在左上角,呈顺时针方向依次放置各元素。
N=3时,相应的矩阵中每个数字位置如下图所示:
1 2 3
8 9 4
7 6 5-Enter a natural number N (2 ≤ N ≤ 9), the requirements are as follows spiral output matrix, that is, edge length of N* N, the element values for the 1 to N* N, 1 in the upper left corner, showing a clockwise direction in order to place the various elements . N = 3, the corresponding figures for the location of each matrix as follows: 123,894,765
- 2023-07-10 21:40:03下载
- 积分:1