搜索资源列表
BankAccount
- 定义一个类Account实现银行帐户的概念,包括的成员变量有“账户名”、"帐号"和"账户余额"。 定义一个"存款"方法能往银行账户中存钱 定义一个“取款”方法能从银行账户中取钱 定义一个"显示余额"显示账户中的余额。 定义一个main主方法创建一个银行账户对象,并把该银行账户对象的账号初始化为6222 0000 0000 0000、账户余额为100元。向该账户中存入1000元,然后从该账户中取出200元。显示该账户的信息和账户余额。 -import java.awt.
hdl
- 数字频率计数器,可用四位数码管显示所测试频率。有千位小数点进行量程控制-Digital frequency counter, four digital display can be used for testing frequency. Has 1000 decimal to range control
NANO
- Development work on the design of the iPod Nano started only nine months before its launch date The Nano was launched in two colors (black and white) with two available sizes: 2 GB (roughly 500 songs) and 4 GB (1000 songs). On February 7, 2006, Apple
ex9
- 随机生成1000以内的100个数并保存到文件里,运用内存映射文件的方式对100个数进行从小到大排序。-1000 less than 100 the number of randomly generated and saved to a file, using memory-mapped files on 100 numbers in ascending order.
Guessing
- 猜数字游戏 1. 系统能够随机产生一个1到1000的数字 2. 比较输入数字与随机产生数字的大小 3. 选择是否继续游戏 -Whether to continue the game guessing game. System is able to randomly generate a 1-1000 figures 2 compares the input numbers randomly generated numbers size.
Q2
- 强电一般是电力系统中的电,比如说220v的照明电,以及1000多v的工业用电等,强电的特点是电压高,频率低,电流大,强电是用来驱动大功率的电力设备的。比如说电动机,电灯等用电设备。-Strong power is generally the electric power system, such as 220v electrical lighting, and more than 1,000 v industrial electricity, etc., characterized by str
tain
- 耳蜗实质上相当于一个滤波器组,耳蜗的滤波作用是在对数频率尺度上进行的,在1000HZ下,人耳的感知能力与频率成线性关系;而在1000HZ以上,人耳的感知能力与频率不构成线性关系,而更偏向于对数关系,这就使得人耳对低频信号比高频信号更敏感。Mel频率的提出是为了方便人耳对不同频率语音的感知特性的研究。频率与Mel频率的转换公式为-Cochlear substantially equivalent to a filter set, cochlear filter is used on logarit
BNUTBDJNBOOFR
- 【程序29】 题目:给一个不多于5位的正整数,要求:一、求它是几位数,二、逆序打印出各位数字。 1. 程序分析:学会分解出每一位数,如下解释:(这里是一种简单的算法,师专数002班赵鑫提供) 2.程序源代码: 复制代码 代码如下: #include stdio.h #include conio.h main( ) { long a,b,c,d,e,x scanf( ld ,&x) a=x/10000 分解出万位 b=x 10000
CBVBBBVJRNRGRJ
- 题目:一个5位数,判断它是不是回文数。即12321是回文数,个位与万位相同,十位与千位相同。 1.程序分析 2.程序源 代码如下: #include stdio.h #include conio.h main( ) { long ge,shi,qian,wan,x scanf( ld ,&x) wan=x/10000 qian=x 10000/1000 shi=x 100/10 ge=x 10 if(ge
VaR
- 用蒙特卡洛模拟来迭代1000次以后,计算10天后的VaR,特色就是对里面的方差和均值进行差分。里面有详细步骤和方法。-Using monte carlo simulation to iteration after 1000 times, calculate the VaR after 10 days,the characteristic of model is that calculating the the variance and mean 不by difference.There are