查询词典 decrease speed
- 与 decrease speed 相关的网络例句 [注:此内容来源于网络,仅供参考]
-
Speaking about the fashionable movements, Colliganhad in the form a enthusiasm by hyperfine telephones, after noting that, often, for the decrease of thickness it is necessary to pay by the decrease of the time of off-line operation.
谈到时髦的运动,科林已经在形成的积极性,由超精细的电话,后注意到,很多时候,为减少厚度,这是要由减少的时候,脱线的运作。
-
I think on one hand, if income inequality is too large in one country, its government has to adjust it, which is detrimental for the investors' disposing ability on their returns of investment. Then the incentive on investment decrease and economic growth will be undermined. On the other hand, if the income gap becomes larger and larger, the social wealth will be focus on the minor wealthy people, which cause a lower effective demand. This is because that the consumption of high incomer will be limited by their physiology limitation, their expenditure of consumption will eventually decrease and the large part of their income will not transform into consumption.
笔者认为:一方面,如果一个国家收入差距过大,则该国势必加强对其居民收入分配进行调节,那么这一地区投资者对投资回报的私人处理能力会受到损害,因宄而投资激励降低,经济增长受到损害;另一方面,如果一国收入差距越来越大,那么这个国家的财富会向少数人手里集中,将会引起这个国家的有效需求的降低。
-
Undertake through Internet information is exchanged, replace the objective switch previously, can decrease on one hand presswork with post cost, can sell without storefront, avoid pay rent, managing water and electricity and labour cost, because exchange brought loss for many times round,can decrease on the other hand.
通过互联网进行信息交换,代替以前的实物交换,一方面可以减少印刷与邮递成本,可以无店面销售,免交租金,节约水电与人工成本,另一方面可以减少由于迂回多次交换带来的损耗。
-
In presence of non- cancer suspicious patients, serum MMP-2 activity in chronic hepatitis is contrary to decrease at lowest among them. The level of MMP-9 similarly low compare with normal control. Therefore found out that the process from chronic hepatitis to hepatoma, a variation of MMP-2 is earlier to decrease and then to rise. Although there is no great variation but lower in MMP-9 compare to normal control.
肝癌病人的血清中MMP-9及MMP-2两者的变化与正常人相比差距最易观察,当比较所有非癌症病人血清时,慢性肝炎病人血清MMP-2活性表现相反的下降,而且是其中最低的,因此可以看出由慢性肝炎到肝癌的过程MMP-2的变化是先下降再升高,MMP-9虽然没有大变化,相较於正常人却都偏低。
-
The results show that there will be slight decrease of the control efforts when the mean absolute value or the root mean square value of the optimal control force is taken as the maximum designed control force, while the maximum control force of MR damper can be decreased by 85% compared with the maximum optimal control force. The decrease in the designed control force can not only significantly increase the capability of MR dampers, but also reduce the dimension of MR dampers for pratical application in engineering.
研究表明,当设计值取最优控制力的平均绝对值或均方根值时,MR阻尼器的最大控制力比最优控制力的最大值降低了85%,而控制效果降低不多,可以满足对结构的控制要求;降低最大控制力设计值后,不但可以充分发挥MR阻尼器的出力性能,而且可以缩小MR阻尼器的设计尺寸,便于工程应用。
-
On the basis of Raman and FTIR spectra research on melt structure and water solubility mechanism in albite glasses, we can make the following conclusions:(1) Higher pressure (1bar-2. 0GPa) can lead to below frequency region (50-650cm〓) shift to higher frequency and become narrower, and result in high frequency region (850-1300cm〓) move to lower wave number and become narrower at the same time. These are consistent with the decrease of average T-O-T angle and distribution scope of bond angles (0). In addition, the intensity of 580cm〓 band decrease with increase of pressure and the changes are obvious while pressure is in the range of 0.8-1. 0GPa. And these result from the"collapse"of the planar three membered -containing rings within the glass structure.
通过对高温高压下钠长石熔体结构及水在钠长石熔体中溶解机制的Raman和FTIR光谱实验研究,可以得出以下结论:(1)随着压力升高(1bar-2.0GPa)NaAlSi〓O〓熔体玻璃Raman光谱的低频区(50-650cm〓)不断变窄并向高频方向移动,同时高频区(850-1300cm〓)不断变窄且向低频区方向移动,这表明随着压力升高T-O-T键角不断减小,并且分布范围变窄,T-O-T键角这种变化从而可使T-O键的力常数减小,导致键强减弱;另外,580cm〓谱峰强度随着压力升高不断减弱,并在0.8-1.0GPa时最为显著,这是由于在0.8-1.0GPa时包含的平面三元环结构的"垮塌"造成的。
-
At each fixed solvent composition,the mean activity coefficients of KI decrease at first and then increase with KI molality increases.At each fixed KI molality,the activity coefficients decrease with an increase of methanol in solvent mixtures.
目前文献报道较多的是单一电解质在混合溶剂中活度系数的测定[2-5]以及混合电解质体系活度系数的测定[6-9],但KI在甲醇-水混合溶剂中的活度系数测定尚未见报道。
-
Its solubility and content improve by micronization mucosity increase by micronization;decrease dosage of honeydew,economizecost,decrease dose.
超微粉工艺提高了病毒清丸溶出度,东北贯众素的含量也有很大提高。超微粉的粘性增大,蜜糖的用量降低,节约了成本,减少了服用量。
-
Op1 + op2 The addition operator will add two numbers. op1 - op2 The subtraction operator will subtract two numbers. op1 * op2 The multiplication operator will multiply two numbers. op1 / op2 The division operator will divide two numbers. op1 % op2 The modulus operator will return the remainder of the division of two integer operands. op1 xx op2 The exponentiation operator will raise op1 to the power of op2.++op1 The pre-increpment operator will increase the value of op1 first, then assign it. op1++ The post-increment operator will increase the value of op1 after it is assigned.--op1 The pre-decrement operator will decrease the value of op1 before it is assigned. op1-- The post-decrement operator will decrease the value of op1 after it is assigned.
op1 + op2 对两个数值做加法操作 op1 - op2 对两个数值做减法操作 op1 * op2 对两个数值做乘法操作 op1 / op2 对两个数值做除法操作 op1 % op2 求两个整型数值的余数 op1 xx op2 求幂操作:求 op1 的 op2 次幂++op1 前加操作: op1 的值先增加,然后将值赋给自身 op1++后加操作: op1 的值先赋给自身,再增加值--op1 前减操作: op1 的值先减少,然后将值赋给自身 op1—后减操作: op1 的值先赋给自身,再减少值
-
The design procedure of concrete mix proportion was analyzed through concrete compression testing,it was proposed that the least-squares method of numeric analysis can decrease the error between the mixed concrete strength and concrete strength provided in the practical engineering can decrease,and can increase the mixed concrete precision technology.
通过做混凝土抗压强度试验对混凝土配合比设计的步骤进行了分析,提出了通过用数值分析中最小二乘法的方法来减小所配混凝土强度和实际工程所提供强度之间的误差,提高所配混凝土精确度的技术。
- 相关中文对照歌词
- Accelerate That
- Up Your Speed
- Speed
- Living At The Speed Of Light
- Bad For Good
- Coyote
- Faster Than The Speed Of Night
- Speed Of Sound
- Speed Limit
- I Speed At Night
- 推荐网络例句
-
Many will continue to choose to live in duality and in conflict.
许多人将继续选择活在二元对立性和冲突中。
-
I find that students of the University of Physical Education all wear sportswear at first sight.
我发现:体育大学的学生乍一看,都是穿运动衣,大家都一样
-
I love singing, but I don't want to take it as my lifelong career.
我喜欢唱歌,但我还不愿意把它当作我的终身职业。