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

查询词典 static

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

Three-dimension finite element of off-highway dump cab with rubber isolator is set up Static strength analysis and modal analysis are conducted Distribution of stress in typical operating mode, the first 10 mode natural frequencies and mode shapes are obtained The conclusion is that the static stress will not lead to the breakage of ca

建立了考虑橡胶减振块的某非公路自卸卡车驾驶室三维有限元模型,进行了驾驶室的静强度分析及模态分析;得到了典型工况下的驾驶室应力分布规律和驾驶室的前 10阶固有频率及振型。

The company produced "Run-Yang" brand chemical fiber cable varieties, mainly 3 / 4 / 6 / 8 / 12 / 16 / 24 / 48 shares of cable and so on, specifications from the Ф3mm -148mm, there are varieties of nylon rope, PP rope, polyester rope, Polyethylene rope, nylon rope, polyester / polypropylene mixed rope, ATLAS rope, long rope anti-static, anti-static nylon rope, aramid fiber rope, Dyneema rope and so on, either you choose, please call inquiries.

江苏省扬州巨神绳缆有限公司本公司所生产的&润扬&牌化纤缆绳品种多,主要有三/四/六/八/十二/十六/二十四/四十八股缆绳等,规格从Ф3mm-148mm,品种有锦纶绳、丙纶绳、涤纶绳、乙纶绳、尼龙绳、涤纶/丙纶混编绳、ATLAS绳、防静电长丝绳、防静电尼龙绳、芳纶纤维绳、迪尼玛绳等,任您选择,欢迎您来电垂询。

But neoclassical theorists depart from the essence of the Keynesian aggregate theory when they try to develop it. They use static and comparative static method that is the Walras equilibrium, to explain the dynamic aggregate relations thatKeynes wanted to explain. In doing so, their theories fall into logical paradoxes and in order to avoid the difficulty neoclassical theory only can be applied to the barter economy.

而新古典理论家在阐释发展凯恩斯总量理论的过程中,背离了凯恩斯本人的初衷,用静态和比较静态的瓦尔拉斯一般均衡框架来解释凯恩斯要说明的总量关系,结果使理论陷于各种逻辑问题,为避免逻辑矛盾,该理论只适用于分析以物易物的实物经济关系。

But neoclassical theorists depart from the essence of the Keynesian aggregate theory when they try to develop it. They use static and comparative static method that is the Walras equilibrium, to explain the dynamic aggregate relations that Keynes wanted to explain. In doing so, their theories fall into logical paradoxes and in order to avoid the difficulty neoclassical theory only can be applied to the barter economy.

而新古典理论家在阐释发展凯恩斯总量理论的过程中,背离了凯恩斯本人的初衷,用静态和比较静态的瓦尔拉斯一般均衡框架来解释凯恩斯要说明的总量关系,结果使理论陷于各种逻辑问题,为避免逻辑矛盾,该理论只适用于分析以物易物的实物经济关系。

It was introduced in the paper that the static pressure supporting of damping tube mode was adopted in the design of the friction surface between slipper and stator of radial plunger pump, and were the static and dynamic condition performance of oil bound film.

针对这一问题,本文介绍了在径向柱塞泵滑靴定子摩擦副中采用阻尼管型静压支承的方法,并对静压支撑方式油膜静动态性能进行深入的研

Allthe models satisfy the precision and strength requirements.6 CFD is employed to simulate the application of tube with static mixer in anindustrial furnace, in which a tube model library containing the geometricalmodel and physical model in common use is build.7 Disturbed flow in tube with static mixer is demonstrated in an experimentsystem designed and manufactured by the author. Fluid field is measured byuse of seven-hole probe method. An experimental system are designed and builtfor this purpose.

建立了一个由模型的几何、物理参数组定义的常用模型的模型库,提高计算效率,缩短放大研究周期。6、提出了基于速度的流场扰流效果的评价方法,将之应用于流场设计和扰流元件结构优化的评价中,获得了量化的评价结果。7、设计、制造流动显示实验系统,验证静态混合式炉管对流体的扰动效果:采用七孔探针流体力学实验方法,在流体力学实验测量系统中,对静态混合式炉管模拟流场的三维速度分布和流体、压力降等进行测量。

Qualitative results are obtained by using this method in fluid fielddesign and structure optimization of disturbing elements.5 Experimental models are made efficiently and accurately by RPM method. Allthe models satisfy the precision and strength requirements.6 CFD is employed to simulate the application of tube with static mixer in anindustrial furnace, in which a tube model library containing the geometricalmodel and physical model in common use is build.7 Disturbed flow in tube with static mixer is demonstrated in an experimentsystem designed and manufactured by the author. Fluid field is measured byuse of seven-hole probe method. An experimental system are designed and builtfor this purpose.

建立了一个由模型的几何、物理参数组定义的常用模型的模型库,提高计算效率,缩短放大研究周期。6、提出了基于速度的流场扰流效果的评价方法,将之应用于流场设计和扰流元件结构优化的评价中,获得了量化的评价结果。7、设计、制造流动显示实验系统,验证静态混合式炉管对流体的扰动效果:采用七孔探针流体力学实验方法,在流体力学实验测量系统中,对静态混合式炉管模拟流场的三维速度分布和流体、压力降等进行测量。

There can be no static members of a local class. Local class members may not access the local variables defined in the enclosing function. They may use type names, static variables, or enumerators defined in the enclosing function.

局部类不能有静态成员,局部类成员不能访问外围函数中定义的局部变量,它们可以使用外围函数中定义的类型名、静态变量和枚举成员。

Since it is a static class, it can never be instantiated and all of its members must be static.

由于它是一个静态类,它不能被实例化及其所有成员必须是静态的。

When we define a static member outside the class, we do not respecify the static keyword. The keyword appears only with the declaration inside the class body

当我们在类的外部定义 static 成员时,无须重复指定 static 保留字,该保留字只出现在类定义体内部的声明处

第24/50页 首页 < ... 20 21 22 23 24 25 26 27 28 ... > 尾页
相关中文对照歌词
Static
Static
Static Age
Static Age
Channel Z
Static Addict
Static On The Radio
Blowe
To Live & Die In L.A.
The Static Age
推荐网络例句

Molecular Distillation is a kind of high vacuum distillation method, which is suitable for the separation of high boiling, heat sensitivity and viscidity products.

分子蒸馏技术是一种在高真空条件下进行的连续蒸馏过程,适合于分离高沸点、热敏性及具有生物活性的混合物。

They are to the Noughties what yuppies were to the Eighties .

那在六十年代是时髦的,但在八十年代肯定是过时了

Behind it is the valuable material on the cashmere goat.

在开司米山羊后面是有价值的材料。