例2-5计算银行存款本息: # include<stdio.h># include<math.h>int main (void){ int money,year; double rate,sum; printf("Enter money:"); scanf("%d",&money); printf( ...
分类:
其他好文 时间:
2016-09-22 22:32:11
阅读次数:
150
第一部分: 作业:例题2-5 #include<stdio.h>#include<math.h>int main(void){int money,year;double rate,sum;printf("Enter money:");scanf("%d",&money);printf("Enter ...
分类:
其他好文 时间:
2016-09-22 21:21:48
阅读次数:
152
1. 接口选择 万用电表出厂时选定为HP-IB接口,应选择为RS-232接口 E:I/O MENU – 2:INTERFACE 选择RS-232 2. 设定波特率 默认9600 E:I/O MENU – 3:BAUD RATE 选择9600 3. 设定奇偶校验 无奇偶校验 E:I/O MENU – ...
分类:
其他好文 时间:
2016-09-13 16:07:56
阅读次数:
230
1.在反应速率里用rate_limit函数;2.初始床料中可以添加一部分碳和灰。下面给出详细解释: 1.c3m生成的化学反应速率中有一个这样的函数: manual中给出的解释是,这个函数可以缓解某些值突然减小导致的难收敛问题。举个例子: 这是水气化的反应速率,rate_limit()中传入的是水的质 ...
分类:
其他好文 时间:
2016-09-09 17:04:37
阅读次数:
143
By default the bluetooth module HC-05 sets baud rate at 38400, data bits 8, Stop bits 1 All schematics of this bluetooth module can be found at : http ...
分类:
系统相关 时间:
2016-09-05 19:02:15
阅读次数:
321
最近项目中遇到多行文本,显示不全想打省略号,块状文本垂直居中显示,功能实现如下, html:结构 <div class="questype-rate"> <ul class="clearfix"> <li> <div class="namebox"> <div class="question-nam ...
分类:
其他好文 时间:
2016-09-05 14:01:11
阅读次数:
154
转自:http://blog.csdn.net/leesphone/article/details/5571972 RTP支持传送不同codec的steaming,不同codec的clock rate的也不一样,不同的media之间需要依靠RTCP进行同步。这里简单介绍一下他们的机制。 在每个RTC ...
分类:
其他好文 时间:
2016-08-31 22:18:07
阅读次数:
154
DDR1,DDR2,DDR3内存条(DDR是Double Data Rate双倍速率同步动态随机存储器的英文缩写)就是俗称的一二三代内存条。这三种内存条工艺不同,接口不同,性能不同,互不兼容。要区分它们,也不难。 DDR1,DDR2,DDR3内存条(DDR是Double Data Rate双倍速率同 ...
分类:
其他好文 时间:
2016-08-31 15:46:58
阅读次数:
136
Conventional sampling techniques are based on Shannon-Nyquist theory which states that the required sampling rate for perfect recovery of a band-limit... ...
分类:
其他好文 时间:
2016-08-22 23:00:31
阅读次数:
272
location / { limit_conn addr 1; limit_rate 300k; } 这样限速为300k 然后重载nginx配置文件 service nginx reload 交流QQ:2881064156 ...
分类:
其他好文 时间:
2016-08-20 10:06:14
阅读次数:
151