英语人>网络例句>division 相关的网络例句
division相关的网络例句

查询词典 division

与 division 相关的网络例句 [注:此内容来源于网络,仅供参考]

A structure of space-time diversity virtual double-route weighting interference mitigating is proposed, and the corresponding practical algorithm is derived in detail using block matrix inversion formula and matrix inversion theory for mitigating interference signals from both other cells and other users of local cell in the DS-CDMA up-link communication case. Performances of such algorithm are thoroughly analyzed through simulation and analytical results. The up-link and down-link channel characters and their relationship of DS-CDMA communication system are thoroughly analyzed, and the relationship of space-time diversity weighting matrix between time division duplexing and frequency division duplexing these two different transmission ways is derived.

本论文深入地比较了DS-CDMA通信系统的上传情形与下传情形的信道特性及其它们相互之间的关系;深入地分析并得到了时分双工和频分双工两种不同的传输模式下的上传情形与下传情形的空时分集权系数矩阵之间的数量关系,从而使得能够利用在基站端所拥有的上传情形的空时分集接收权系数矩阵信息以及其他信息在基站端直接形成空时分集发射权系数矩阵;推导了下传情形移动用户接收机端的最优组合接收策略及其算法;进一步地,对时分双工传输模式下的下传情形的通信系统性能和频分双工传输模式下的下传情形的通信系统性能进行了深入的比较仿真研究。

Division of a basin into several fluid dynamic systems is a complex procedure which needs a comprehensive study and inference on tectonics, stratigraphy, temperature, fluid dynamics and fluid geochemistry, and the relation between temperature and pressure. Its main objectives are the vertical division of several systems and determination of influenced area by lateral gravity-driven fluid flow.

而在盆地内进行纵、横向上流体动力系统的划分,是一个基于构造、地层、温度、流体动力和流体化学等方面以及温度-压力关系综合分析的一个十分复杂的资料整理、信息加工和逻辑推理过程,其目的主要是在纵向上把控制油气成藏的不同的流体动力系统分开,在横向上确定重力驱动流侵入的范围。

The plant has some of the first, and they have their own pens and lettering division division.

这个厂有些年头了,他们有自己的制笔师和刻字师。

Because of the longer coat the Longhair Division appears to have softer lines and less extreme type than the Shorthair Division.

不胖。因为长毛系比短毛系有更长的被毛显得有柔软的线条和少有的极端的的体形。

Whole protein patterns during early stage of gynogenesis were first studiedthrough 2D electrophoresis. 11 specific protein dots were found, among which3(A1 ~A3 )were suggested to be the kind of inverse function factors which suppressgenes activating megagamete division, 8 (Bl~B8)were suggested to be closelyrelated with megagamet division activation.

通过双向电泳技术研究了黄瓜雌核发育早期的特异蛋白质表达,并发现了11个特异多肽点,其中3个(Al~A3)可能是开启分裂基因表达的一类反式作用因子,起抑制该基因表达作用。8个(B1~B8)可能是启动雌配子分裂密切相关的基因表达产物。

On a machine where modulus follows the sign of the numerator then the value of division truncates toward zero. If modulus matches the sign of the denominator, then the result of division truncates toward minus infinity.

如果求模的结果随分子的符号,则除出来的值向零一侧取整;如果求模与分母的符号匹配,则除出来的值向负无穷一侧取整。

P×P and P were two major non-Bayesian algorithms. 6 Less than 25% of the participants used frequency. In those who got other results except P , much more people used probability. Experiment 2 had a randomized multigroup posttest design. There was only one factor named implied condition which had five levels: not imply, imply P, imply addition, imply division and imply all. The results showed that: 1 All the implied conditions significantly improved the participants' performance. When under the condition of implying division, the participants derived the best results. 2 31.9% of the participants got correct answer, 73% of who used frequency to rewrite the information. 3 78% of the participants could apply one or several of the four concepts: probability of "not the event", multiplication rule, addition rule and condition probability.

结果表明:1 被试的估计受问题内容的影响,权威型问题情境容易使被试高估,非权威型问题情境使被试的高估现象大大减少;数据结构和提问形式对被试估计不产生影响。2 有近5%的被试能正确估计P,其中 73%使用频数对信息进行再表征。3 贝叶斯推理中各分步骤的困难程度由低到高分别是:乘法、P、加法、除法。4 有50%的被试能运用对立事件概率、概率乘法、概率加法、条件概率这四个概念中的一种或者几种。5 使用最多的两种非贝叶斯算法是P×P和P。6 不到25%的被试使用频数;求得除P以外各类结果的被试中,使用概率的人数远多于使用频数的。

We can see that the operands to the multiplication operator are 10 and 20. The result of that expression and 2 are the operands to the division operator. The result of that division and 5 are the operands to the addition operator.

考虑优先级与结合性,可知该表达式先做乘法操作,其操作数为 10 和 20,然后以该操作的结果和 2 为操作数做除法操作,其结果最后与操作数 5做加法操作。

In addition, ANS Forth systems must provide a floored division primitive, a symmetric division primitive, and a mixed precision multiplication operator.

In addition, ANS Forth 系统必须提供一个底限除法原词,一个对称除法原词,和一个混合精确度的乘法运算子。

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 的值先赋给自身,再减少值

第16/100页 首页 < ... 12 13 14 15 16 17 18 19 20 ... > 尾页
相关中文对照歌词
Division St.
Division Day
Let's Dance To Joy Division
Division
Divide
Ghost Division
The Space In Between Us
We Need Love
Dream Into Action
Singular Girl
推荐网络例句

It is like a mustard seed, which a man took and planted in his garden.

好像一粒芥菜种,有人拿去种在园子里,长大成树,天上的飞鸟宿在他的枝上。

The increase in narcissism was stronger for women than for men in both datasets.

在自我陶醉的增加是更有力的比这两个数据集男性。

This human is in bardo with earth ' s counsels at this time.

这个人目前正处于中阴身中,和地球的法律顾问会呆在一起。