英语人>网络例句>string bean 相关的网络例句
string bean相关的网络例句

查询词典 string bean

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

The value of the hardness of mung bean decreased as the soaking time increased. On the other hand, the hydration rate constant of mung bean increased, but the equilibrium of the moisture content decreased. Higher temperature could be conducive to reaching an equilibrium of the moisture content and shorten soaking time. On the microstructure, observation soaking could promote mung bean seed coat to absorb water, that might make its spongy mesophyll swell and inner wrinkly structure more smooth . During soaking at 50℃ and 70℃ for two hours, the surface and palisade parenchyma of the mung bean seed coat cracked, and pectic substances of the middle lamella were loss. Because of this, soaking rate could raise and shorten the soaking time.

在硬度测试中,则呈下降趋势;在绿豆吸水特性方面,其吸水速率常数呈增加趋势,而水分平衡常数则呈下降趋势;浸渍温度之提升有助於达到浸渍平衡及缩短浸渍时间;配合绿豆微细构造之观察,种皮会因浸渍、吸水,种皮外表的多角形海绵组织会有膨大情形,内部皱摺状构造则渐趋平滑;在50℃、70℃浸渍二小时,绿豆种皮之表皮、栅状组织会有破裂,海绵组织及中胶层果胶会有流失情形,因而使绿豆之浸渍速度提升与缩短浸渍时间。

Fermented bean drink blaming the slowly , fermented bean drink of fermented bean drink in the Zhang 's ; Two oddballs Wang Zhi strong-smelling preserved bean curd of sum; Three oddballs these we pieces of quick-boiled tripe gold Feng spoken to want give birth to grand 4 kinds of sheep of house today.

一怪豆汁徐、豆汁张家的豆汁;二怪王致和的臭豆腐;这三怪就是咱今儿个要说的爆肚冯金生隆家的羊四样。

String to string into a good bean soup boil after the fire in the smallhuo 炖more than 20 minutes the longer the time, and the longer the bean the moreru wei .

把串好的豆腐串放进鸡汤里大火烧开后小火炖20分钟以上(时间越长越好,时间越长豆腐越入味。

Pitch circle diameter: d = mz = 3X12 = 36 Tooth crown heights: ha = m (f0 + x)= 3X (l +0.5)= 4.5 Tooth High: hf = m (f0 + cx)= 3X (l +0.25-0.5)= 2.25 Tooth full height: h = ha + hf = 4.5 +2.25 = 6.75 Addendum circle Chemical pumps diameter: Da = d +2 ha = 36 +2 X4.5 = 45 Fixed string tooth thickness: Sxn = m (π/ 2 * cos2a + xsin2a)= 3X (1.387 +0.6428 X0.5)= 5.125 Fixed string of high gear tooth thickness measurement: hxn = m (π/ 8 * sin2a + xsin2a)= 3X (0.7476X0.117X0.5)= 2.42 Modulus coefficient x0.5 m3 O20 ° pressure angle tooth thickness Sxn5.12 fixed string Addendum Coefficient string f1 fixed gear tooth thickness measurement most high hxn2.42 Teeth z12 2, shaft wear and tear maintenance: Axis gear pump wear is mainly because with the support roller shaft at both ends between the friction and wear, so that smaller shaft diameter.

分度圆直径:d=mz=3X12=36 齿顶高:ha=m(f0+x)=3X(l+0.5)=4.5 齿根高:hf=m(f0+c-x)=3X(l+0.25-0.5)=2.25 齿全高:h=ha+hf=4.5+2.25=6.75 齿顶圆直径:Da=d+2ha=36+2X4.5=45 固定弦齿厚:Sxn=m(π/2*cos2a+xsin2a)=3X(1.387+0.6428X0.5)=5.125 固定弦齿厚测量用齿高:hxn=m(π/8*sin2a+xsin2a)=3X(0.7476X0.117X0.5)=2.42 模数m3变位系数x0.5 齿形角o20°固定弦齿厚Sxn5.12 齿顶高系数f1固定弦齿厚测最齿高hxn2.42 齿数z12 2、轴的磨损维修:齿轮泵中轴的磨损主要是因为轴两端与支撑滚针间的摩擦磨损,使轴径变小。

Firstly, this paper researched the mechanism of tubing string vibration when natural gas flows in horizontal well tubing string. Secondly, established whole tubing string undamped and damped vibration system model according as reasonable assumption data of one horizontal well. Apply finite element analysis software to calculate tubing string natural characters, simple harmonic dynamic behavior of stable gas production and nonlinear dynamic behavior. Finally, this paper carried out the safety varied frequency of gas well and the method of vibration reduction.

本文首先从理论和数值模拟研究了天然气在水平井油管柱内的流动诱发油管柱振动的机理,然后在合理假设的基础上结合某水平井数据建立了全井段油管柱无阻尼和有阻尼振动系统模型,利用有限元软件计算分析了油管柱固有特性、稳产简谐动力学响应和非线性动力学响应,针对油管柱振动规律提出了天然气安全调节频率范围和减振措施。

When analyze the forced vibration of drill string ,it is taken into consideration that the friction between drill string and wellbore impact on the vibration of the drill string.So static analysis of the drill string is included in this paper.

由于本文在分析钻柱的强迫振动时,考虑了钻柱与井壁摩擦阻力对钻柱的振动的影响,所以对钻柱的静力学也进行了分析。

In Section 2.2 (p. 40) we first used string literals and learned that the type of a string literal is array of constant characters. We can now be more explicit and note that the type of a string literal is an array of const char. A string literal is an instance of a more general construct that C++ inherits from C: C-style character strings .

在 第 2.2 节中我们第一次使用了字符串字面值,并了解字符串字面值的类型是字符常量的数组,现在可以更明确地认识到:字符串字面值的类型就是 const char 类型的数组。C++从 C 语言继承下来的一种通用结构是 C 风格字符串,而字符串字面值就是该类型的实例。

The string 111, for instance, can be interpreted as the number one hundred and eleven represented by a decimal string, as the number seven represented by a binary string, and as the number three represented by a unary string.

比如符号串 111,如果是十进制符号串,可解释为数值信息"一百一十一";如果是二进制符号串,可解释为数值信息"七";如果是一元符号串,可解释为数值信息"三"。

Based on the existing 3-D mechanical equation of drill string, considering the influence of lateral shearing strength and shearing strain on flexural deflection of drill string, the universal basic equations for the shearing deformation of drill string are established according to the deformation and force characteristics of the drill string.

该公式综合描述了横向剪切变形和轴向钻压对钻柱横向振动固有频率的影响,是对现有钻柱力学基础理论的补充和完

By using static equilibrium law, nonlinear buckle behavior of string in deep well has been researched. In comprehensive consideration of gravity, contact force of borehole wall, axial friction and tangential friction of borehole wall on the string, pressure and viscous resistance of fluid outside of and inside of a string, differential equation of buckle has been established, which amended computational model of axial load on a string.

应用静力平衡法对深井注入管柱的非线性屈曲行为进行了研究,建立了综合考虑重力、井壁支反力、井壁对管柱的轴向摩擦力和切向摩擦力及管柱内、外流体压力和粘滞阻力联合作用下的屈曲微分方程,对注入管柱的屈曲变形及弯曲附加应力等后屈曲行为进行分析,修正了管柱轴向载荷计算模型。

第4/100页 首页 < 1 2 3 4 5 6 7 8 9 ... > 尾页
相关中文对照歌词
Bite Down
X
Call Me Back Again 2
Joe Bean
String Man
Jack & The Bean Stalk
Puppet On A String
I'm Trippin'
Jackie Beanstalk
I've Got The World On A String
推荐网络例句

Fostering the concept of multi-culture firmly and mastering the development of advanced culture correctly are conductive to resisting terrorism, separatism of nationalities and ultraism of religion, which is of great academic theoretical, immediate and profound historical si...

牢固树立多元文化的理念和正确把握先进文化的发展方向,有助于在世界范围内自觉地抵制恐怖主义,民族分裂主义和宗教极端主义。不仅具有重大的学术理论意义,而且也具有重大的现实意义和深远的历史意义。

But if anyone walks in the night, he stumbles, because the light is not in him.

11:10 若在黑夜行走,就必碰跌,因为那光不在他里面。

You are asking for the moon.

你的要求太过分了。