搜索资源列表
sortation-comparison
- 利用随机函数产生N个随机整数(N = 500,1000,1500,2000,2500,…,30000),利用直接插入排序、折半插入排序,起泡排序、快速排序、选择排序、堆排序,基数排序七种排序方法(可添加其它排序方法)进行排序(结果为由小到大的顺序),并统计每一种排序所耗费的时间(即比较次数)。-sortation problem
2500-SPI
- 2500-SPI通用程序,不需要更改任何东西,直接放在程序中调用即可-GM 2500-SPI procedures, do not need to change anything, directly on the program can call
poisson
- 一个计算泊松分布的小程序。对于给定的m和k (0<m<2000, 0<= k < 2500),计算其概率,以科学格式输出,保留小数点后6位有效数字。-A calculated Poisson distribution of small procedures. For a given m and k (0 <m<2000, 0<= k < 2500.
2500
- Refil toner cartrige hp 25-Refil toner cartrige hp 2500
account
- 设计一个名为Account类。这个类包含: (1)一个名为id的int型数据域,表示账户的身份号(默认值为0)。 (2)一个名为balance的double型数据域,表示账户余额(默认值为0)。 (3)一个名为annualInterestRate的double型数据域,保存当前年利率(默认值为0)。 (4)一个无实参构造函数,创建一个默认账户。 (5)id、balance和annualInterestRate的访问器和更改器函数。 (6)一个名为getMonthlyInt
read_sed
- 读取PSR仪器sed文件,方便将获取的地物高光谱数据在其他软件中计算。(Read the spectral data from PSR-2500 to matrix, compute the spectral data in other software easily.)
c
- 计算2000到2500年闰年年份,使用goto实现跳转(Calculate the year of the leap year from 2000 to 2500)