文件名称:max
介绍说明--下载内容均来自于网络,请自行研究使用
//本程序随机赋值 范围1-1000,解决伪随机
//采用动态分配空间用户输入数组大小,动态生成数组空间。然后从大到小排序
//输出第M大的数
//作者: 赵俊 06计科班
//本程序所计算时间包括用户输入阶段的时间,单位以秒计算
//本程序采用VC6.0编译运行
-//This procedure range 1-1000 random assignment to address the pseudo-random// dynamic allocation of space for the user to enter the array size, array space dynamically generated. Smallest and then sort// output the first of several big M// Author: Jun-06 classes of// this procedure to calculate time, including user input phase of the time, units in seconds// This procedure using VC6.0 compiler run
//采用动态分配空间用户输入数组大小,动态生成数组空间。然后从大到小排序
//输出第M大的数
//作者: 赵俊 06计科班
//本程序所计算时间包括用户输入阶段的时间,单位以秒计算
//本程序采用VC6.0编译运行
-//This procedure range 1-1000 random assignment to address the pseudo-random// dynamic allocation of space for the user to enter the array size, array space dynamically generated. Smallest and then sort// output the first of several big M// Author: Jun-06 classes of// this procedure to calculate time, including user input phase of the time, units in seconds// This procedure using VC6.0 compiler run
(系统自动生成,下载前可以参看下载内容)
下载文件列表
max.cpp