英语人>网络例句>Boolean value 相关的网络例句
Boolean value相关的网络例句

查询词典 Boolean value

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

The results of lattice beam internal force calculated method based on double parameter groundsill model are more approach the experiment measured values because of consideration of the pass of shearing force in soil, and its calculated workloads are similar with the method of winkler elastic foundation. Besides, the thesis also discusses the moment of torque affected results on node stress situation and the correction of stress value at the bottom of cross node of lattice beam. Due to the repeat calculation of node area during internal force calculation, the stress value of the bottom of beam is lower, this may lead the calculated value unsafe, but the corrected stress value will more approach to practical situation.

对格构梁的内力计算提出基于双参数地基模型的格构梁内力计算方法,其计算结果表明,双参数地基模型上的格构梁内力由于考虑土中剪力的传递更加接近于试验实测值,其计算工作量与winkler弹性地基梁法相当,此外,文中还探讨了扭矩作用对格构梁节点受力情况的影响结果以及格构梁交叉节点底部的应力值的修正,由于内力计算过程中节点处的面积被重复计算,使得梁底应力偏小,可能导致计算结果的偏于不安全,修正后的应力值更接近于实际情况。

In traditional business environment, the enterprises emphasize the meticulous division of labor, entrusting the real object resources, realizing internal value of enterprises value chains have already displayed some blemish and shortage under the new development environment: Because of the logistics, funds and information of the entity within traditional business activities flowing to all was restricted by that time, resulting in the lengthiness of the value chain, dispersion, the management structure of many layers pyramid type of the value chain inner part.

在传统的上午环境中,企业强调细致的分工,倚重实物资源,多以人工手段和传统方式达成企业内部各个价值点的实现。

If the sound market value of the damaged property is lower than the sum insured of such property, the claim shall be settled on its market value; If the sound market value of the property is in excess of the sum insured, the Company shall only be liable for such proportion of the claim as the sum insured of the damaged property bears to its sound market value.

市价低于保险金额时,赔偿按市价计算;市价高于保险金额时,赔偿按保险金额与市价的比例计算。

Demonstrated that customer value is basic point for exploiting marketspace from above some sides: elements of customer value ,channel and transfer for customer value , estimates the customer lower cost, variation, relations between customer value and market space.

从客户价值要素,客户价值的沟通和传递,客户价值与低成本、差异化,客户价值和市场空间的关系方面说明了客户价值是市场空间开发的基点。

Problems of the tendentiousness to affect the criminal cases handled at present are: To value detection while devalue interrogation, value substance while devalue procedure, value the statement macle by the accused under examination while devalue the collection of evidence, value actual combat while devalue accumulation.

当前,影响刑事办案质量的倾向性问题有:重侦查轻审讯,重实体轻程序,重口供轻取证,重过程轻要件,重实战轻积累。

With the evaluation, each group measuring value is considered as a single subsystem, and the minmax-difference, mean difference and the mean square value of each group are calculated. Then, the ratio of the mean difference to the measurement mean value is defined as the system-relatively error of subsystem and the ratio of the minmax difference to the measurement mean value is defined as the accidence-relatively error of the subsystem.

以每组为一个子系统,分别计算出每组的极差、平均差和标准差,然后定义平均差和测量平均值的比值为子系统的系统相对误差,定义极差和测量平均值的比值为子系统的偶然相对误差。

According to the Value Chain Theory,this paper gives a kind of means of performance audit on value-chain analysis after studying the existed primary difficulties ubout performance audit such as lack of metewand and comparable data.At the same time,this study has integrated the practice of some perform- ance audit program.By this way,the auditor investigates and analyses the value chain of performance audit program and its key points,and evaluates its validity and value increment,discloses relational problem...

本文针对当前绩效审计缺乏评价标准和可比数据、难以找到准确的切入点等问题,在价值链管理理论的启示下,结合绩效审计实践中的探索和思考,提出了一套基于价值链分析的绩效审计方法,即通过调查分析被审计项目的价值链及其关键价值点,进而对价值链的内外联系以及关键价值点上作业活动的有效性、增值性等进行绩效评估,发现问题,做出评价,提出审计增值建议。

If the number of the wave bending moment cycles is large enough, the most probable extreme value will be the characteristic maximum value , and the design extreme value will be the design maximum value.

在真安海浪中,垂向波浪穹矩是一十随枇社程。在各国级范中,它通常取力在使用期中平均可能出现一次的最大值。

In the method of the invention, a baseband signal is pre-processed to realize nonlinearity compensation. The pre-processing method comprises the following steps: the filter coefficient and the multinomial coefficient of the high power amplifier are extracted; corresponding gain is calculated for the amplitude value of each point input into the sequence of the baseband signal, and the phase compensation value is calculated according to the amplitude gain; the phase compensation value and the gain which are corresponding to each point are synthesized into re-gain, a pre-processing value pi is obtained, and pre-processing output sequence is formed; the pre-processing output sequence is output into the high power amplifier directly or through a inverse filter.

本发明方法是将基带信号进行预处理来实现抵偿非线性,预处理方法是:提取出高功率放大器的滤波器系数和多项式系数;对输入基带信号序列中的每一点的幅值计算对应的增益,根据幅度增益计算出相位补偿值;每一个点对应的相位补偿值与增益合成复增益,得到预处理值p i ,构成了预处理输出序列;将预处理输出序列直接或经过反向滤波器后输出到高功率放大器中。

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

第17/100页 首页 < ... 13 14 15 16 17 18 19 20 21 ... > 尾页
相关中文对照歌词
Let's Humanize
Treasure It
It's What You Value
Open Letter (To A Landlord)
Tool
Yuh Whine Have Value
I Heart Throbsy
I Didn't Say I Was Powerful, I Said I Was A Wizard
3D
20th Century Blues
推荐网络例句

Pachomius manual labour was organized as an essential part of the monastic life; and since it is a principle of the monks as distinguished from the mendicants, that the body shall be self-supporting, external work of one sort or another has been an inevitable part of the life ever since.

根据圣pachomius体力劳动组织作为一个重要组成部分寺院生活;以来,这是一个原则的和尚,作为有别于乞丐,该机构应自支撑,对外工作的这种或那种已一个必然的一部分,生活至今。

In order to study the effects of parametrical rolling on the ship movement and tilts, in allusion to ship's navigating in regular following waves, the equation of ship rolling motion is transformed into normal Mathieu equation by proper variable replacement when strong parametrical excitation in restoring moment varied according to sine or cosine wave.

为研究参数横摇对船舶运动和倾覆的影响,通过对船在规则波上随浪航行时,恢复力矩中出现的1个以正余弦规律变化的强参数激励项进行适当的变量置换,将船舶的横摇运动方程转换成标准形式的Mathieu方程。

I agree with you that three-fourths of al your road equipment should be replaced.

我同意你有关3/4的公路设备都要更换的建议。