查询词典 extreme value problem
- 与 extreme value problem 相关的网络例句 [注:此内容来源于网络,仅供参考]
-
Also, it has its own particularity of intangibility and regeneration. The character of Shell Company made it an economic resource with special value. The value of Shell Company includes not only the asset value, but also the virtical value. In most cases, the latter will be far beyond the former.
壳公司的特性决定了其作为一种社会资源的价值特性,即壳公司的价值不仅包括其资产价值,也有很大成分的虚拟价值,在一般情况下,虚拟价值还会远远高于资产本身价值。
-
Differential intermediate value theorem and the Taylor formula In this paper, leads to Fermat's theorem Rolle Mean Value Theorem, and then constructing auxiliary function of the Lagrange mean value theorem and Cauchy's Mean Value Theorem to prove that.
微分中值定理和泰勒公式本文通过费马定理引出罗尔中值定理,再构造辅助函数对拉格朗日中值定理和柯西中值定理进行证明。
-
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.
以每组为一个子系统,分别计算出每组的极差、平均差和标准差,然后定义平均差和测量平均值的比值为子系统的系统相对误差,定义极差和测量平均值的比值为子系统的偶然相对误差。
-
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 的值先赋给自身,再减少值
- 相关中文对照歌词
- Extreme Days
- Problems
- So X-Treme
- You Got A Problem
- Problem
- Problems
- Problem
- Let's Humanize
- Problem Child
- Problem
- 推荐网络例句
-
There are different types of personal loans available.
有许多不同类型的个人贷款优惠。
-
The above mentioned teaching model of spiral rising can be used to avoid rigidness in teaching.
上述螺旋式上升的教学模式,可以避免教学形成模式後的僵化现象。
-
In addition, the mass transfer process of main components in the heat pump cycle, such as a generator and an absorber, is analyzed, and the mass trasfer model, the relation of its separation effectiveness with the thermodynamic inconvertibility are described.
根据热力学第一、二定律,从理论上建立了描述该类热泵的数学模型。从热力学不可逆性原理出发,分析了热泵循环过程的热力学不可逆性引起的〓损失。