查询词典 conditional on
- 与 conditional on 相关的网络例句 [注:此内容来源于网络,仅供参考]
-
Thirdly,quasi-normal inequalities of a-variation maximal operator and a-conditional variation maximal operator of scalar predictable tree martingales areidentified by the use of martingale transforms and by the construction of convex or concave function method;on this basis and with the help of previsiblity or regu-larity,Burkholder-Davis-Gundy\'s inequality of a-variation maximal operator and a-conditional variation maximal operator of scalar predictable tree martingales are iden-tified by the application of Hardy-Lorentz interpolation theory.At the same time,bythe use of G.
再次,应用鞅变换和构造凸或凹函数方法证明了标量值可料树鞅的α-方极大算子和α-条件方极大算子的拟范数不等式;然后,在这些拟范数不等式的基础上,应用Hardy-Lorentz空间插值方法证明了当树鞅是可控或正规树鞅时关于标量值可料树鞅α-方极大算子和α-条件方极大算子的Burkholder-Davis-Gundy's不等式成立。
-
Based on the conditional rough entropy theory, the definition of the conditional rough entropy of set is given and it can measure the uncertainty of set. The properties and the related theorems are given.
基于知识的条件粗糙熵理论,提出了集合的条件粗糙熵概念,用来刻画和度量集合的不确定性。
-
For example, the conditional operator is often used to print one or another value, depending on the result of a condition. Incompletely parenthesized uses of the conditional operator in an output expression can have surprising results
例如,经常使用条件操作符根据一定的条件输出一个或另一个值,在输出表达式中,如果不严格使用圆括号将条件操作符括起来,将会得到意外的结果
-
This thesis has abolished the Utopian illusion that conditional color can simulate authenticity through having the authentic relativistic review, and taking the painter s concrete works as examples, has analyzed the impact on color expression of conditional color.
中文摘要:本文通过真实具有相对性的考察,破除了条件色模拟真实的乌托邦幻想,并以画家的具体作品为例,分析了条件色对色彩表现力的影响。
-
Therefore, the moist potential vorticity analysis associated with the mesoscale convective system was researched in the paper, so as to reveal the moist potential characteristics of mesoscale convective system in typhoon circulation. The results showed that, during the generation stage, convective instability characterized by MPV1 was a favorable condition for forming MCS, while the vorticity which was caused by the slantwise isentropic surface and the vertical shear of the horizontal wind characterized by MPV2 was an inspiring mechanism. The specific process was that, the atmosphere exhibited the feature of strong convective instability at the low level of convection areas and the southeast areas, which included plenty of erratic energy. The slantwise ascended the stream transfer the erratic energy to northwest, where the stratification stability was small. As decreased, the cyclonic vorticity increased. On the other hand, the vorticity caused by the slantwise isentropic surface and the vertical shear of the horizontal wind inspired the release of convective instability and as a result that the MCS formed. During the development stage, the cyclonic vorticity increased quickly with the persistent decreasing of . Meanwhile, the inclination of isentropic linewas bigger than the absolute momentum line at middle level, which exhibited the feature of conditional symmetric instability , then the conditional symmetric instability was forced to release by the vorticity resulted from the slantwise isentropic surface and the vertical shear of horizontal wind, and the MCS developed.
结果表明,在对流形成阶段,MPV1即对流不稳定为MCS的形成提供背景不稳定条件,由MPV2即湿等熵面的倾斜和水平风的垂直切变而引起的涡旋发展作为强迫机制:MCS形成的区域及东南区域中低层是强对流不稳定层,蕴含丰富的不稳定能量,倾斜上升运动把对流不稳定区具有强不稳定能量的暖湿空气向西北中层的中性层结区输送,由于的减小,气旋性涡度增强,有利于形成对流,另一方面,由于湿等熵面倾斜和低空急流加强而引起的涡旋发展作为一种强迫机制激发对流不稳定能量得到释放,从而形成对流;在对流系统地发展阶段,由于低层的对流不稳定性进一步减弱,进一步减小,气旋性涡度进一步增强,有利于MCS的增强,中层等θe 线的倾斜度比绝对动量M 等值线的倾斜度大,对应有条件对称不稳定区域,满足条件对称不稳定条件,在湿等熵面倾斜和台风低空急流作用下引起的涡旋发展强迫对称不稳定能量释放,从而使得对流得以维持和加强。
-
Based on a lot of experiment results, a conclusion is drawn: comparing with other factors, the performance of branch handling strategy is the key limits of processor to exploit the instruction level parallelism existed in nonscientific code, cache miss have severe effect on superscalar processor's performance when it runs scientific code. Second, in order to reduce the branch penalty and improve the performance of superscalar processor, a new branch handling strategy—a classification based hierarchical branch handling strategy, CHBHS is proposed. It first expands the traditional processor architecture to support multiple condition code, conditional execution and Mbranch instruction, as a result, compiler can reduce the number of static conditional branch when the code is generated. Then, CHBHS tries to use the best suitable mechanism to deal with different branch base on their different behavior. CHBHS can predict the target address of unconditional branch, subroutine call and conditional branch by buffering their target address in branch target buffer, a newly proposed high efficient return address stack is used to reduce the penalty of subroutine return instruction, a new Counter Register Stack is also proposed to reduce the penalty of loop-closing branch to zero, and dynamic branch predictor is incorporate with branch target buffer to predict the outcome of conditional branch.
基于上述结论,为了尽量消除转移指令对处理器开发指令级并行性能力的影响,进一步提高处理器性能,在详尽分析目前已存在的转移处理策略的特点与局限性的基础上,首次提出了一种新的转移处理策略即基于分类的层次转移处理策略CHBHS(Classification Based Hierarchical Branch Handling Strategy),它首先通过扩展传统的体系结构,支持多条件码、条件式执行及多分支转移技术,以使编译程序在进行代码生成时可尽量少生成条件转移指令,从而减少静态条件转移指令的数目;其次,基于不同的转移指令的行为不同这一事实,提出了对不同的转移指令采用不同的机制进行处理的思想,即对无条件转移指令和函数调用指令以及条件转移指令的目标地址,采用转移目标缓冲器来预测,对于函数返回指令,采用所提出一种的高效返回地址栈来预测其目标地址,对于大多数循环控制转移指令,采用所提出的Counter Register Stack来将其所可能带来的损失减少为0,对于其他的条件转移指令采用动态预测机制来预测其方向。
-
In other words, they had set a conditional purpose and lived based on a conditional direction.
换句话说,他们为自己设定了一个条件式的目的,并且根据条件式的方向在生活。
-
This paper tries to discuss the probability, conditional probability and conditional expectation on MV-algebra of fuzzy sets.
为此,本文试图建立一套较完备的关于MV-代数中的概率、条件概率和条件期望的理论体系。
-
Firstly,the classification of probability rule is analyzed on the base of classic rough set concepts and extended to the equal relation of set in the indefinite system,namely,the upper and lower approximation space of research set is expressed in the form of conditional probability;then,according to the measure of probability rule,the attributes reduction is carried out and the classification rule is extracted by using the related parameters of condition attributes' impend precision from the angle of conditional probability;Finally,the related simulation test result is given and the result shows the classification rules with probability measures is more rational.
首先在经典粗糙集概念的基础上分析概率规则的分类,并将其推广到不确定系统的集合等价关系中,即用条件概率的形式表示研究集合的上下近似空间;然后根据概率规则的测度从条件概率的角度利用条件属性的逼近精度的相关参数进行属性集的约简进而提取分类规则;最后给出了相关的仿真实验结果,结果表明带有概率测度的分类规则更合理。
-
Some limit properties of the multivariate function sequences of the nonnegative integer-valued random variables are studied by using the differentiation of measures on a net and the conditional moment generating function s, and some strong limit theorems related to the conditional expectations are obtained.
利用测度关于网的微分法和条件矩母函数的工具研究非负起值随机变量多元函数序列的极限性质,得到了若干与条件数学期望有关的强极限定理
- 推荐网络例句
-
The labia have now been sutured together almost completely.The drains and the Foley catheter come out at the top.
此刻阴唇已经几乎完全的缝在一起了,排除多余淤血体液的管子和Foley导管从顶端冒出来。
-
To get the business done, I suggest we split the difference in price.
为了做成这笔生意,我建议我们在价格上大家各让一半。
-
After an hour and no pup, look for continued contractions and arching of the back with no pup as a sign of trouble.
一个小时后,并没有任何的PUP ,寻找继续收缩和拱的背面没有任何的PUP作为一个注册的麻烦。