说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
您的位置:首页 -> 词典 -> es表达式
1)  es expression
es表达式
1.
An es expression,in which the e (eclipsed) and s (staggered) is used,and along with McLarnan′s table for spacegroup distribution,to symbolize the constellation of the carbon atoms,is recommended to describe the stack sequence of diamond polytypes.
 金刚石具有多种多型,利用乙烷构象分析方法,发现金刚石结构内存在交错式构象(s)和重叠式构象(e)两种构象单位,进而利用堆垛原理给出金刚石结构和金刚石多型结构的es表达式,结合McLarnan的多型数目及其空间群分布表便捷地给定金刚石多型的空间群。
2)  expression [英][ɪk'spreʃn]  [美][ɪk'sprɛʃən]
表示,表达式,表达
3)  expression [英][ɪk'spreʃn]  [美][ɪk'sprɛʃən]
表达式
1.
Expression Reasoning in Automated Reasoning;
平面几何中复杂表达式的自动推理
2.
Application of Expression in the PLC Programme;
函数表达式在PLC编程中的应用
3.
Heat transfer study on water-cooled surface air coolers(6): Establishment of mathematical expression of apparatus dew point temperature;
水冷式表冷器传热研究(6):机器露点表达式的建立
4)  expressions [英][iks'preʃən]  [美][ɪk'sprɛʃən]
表达式
1.
This article introduces the method of all parametric modeling of involute spur gear, only by commands which are driven by expressions in UG NX.
介绍了在UGNX环境下,完全通过受表达式驱动的命令,实现渐开线直齿变位齿轮(简称变位齿轮)全参数化建模的方法,并创建了两种不同模式下受表达式驱动的齿轮模型。
2.
This article has discussed three expressions of the spacetime interval invariance in rectangular coordinate system,and analyzed their erroneous applications in dealing problems of classical spacetime quality and mechanics of relativity.
讨论了狭义相对论中时空间隔不变在直角坐标系中的三种表达式,分析了应用间隔不变处理经典时空性质和相对论力学问题容易产生的误区,提出了正确的解决办法。
3.
This paper discusses the expressions of solution of some differential equations with delay a nx (n) (t)+a n-1 x (n-1) (t)+…+a 0x(t)+b·x(t-μ)=f(t) where f(t)=t k+c k-1 t k-1 +…+c 1t+c 0 is a polynomial, and this paper intends to obtain general result than paper [1] .
x( t-μ) =f ( t)的解的一些表达式 ,其中 f ( t)是 k次多项式 。
5)  Expression pattern
表达模式
1.
Expression pattern of Attacin genes in larvae of Musca domestica;
家蝇Attacin基因在家蝇三龄幼虫中的时间表达模式研究
2.
Significance of RT-PCR expression patterns of CYC-like genes in Oreocharis benthamii (Gesneriaceae);
苦苣苔科大叶石上莲CYC类基因RT-PCR表达模式研究(英文)
3.
Polyclonal antibody preparation and expression pattern analysis of CARP
CARP抗体制备及表达模式分析
6)  Expression patterns
表达模式
1.
To investigate the expression patterns of peroxisome proliferator activated receptor2 (PPARγ2) gene in the differentiation of mouse embryonic stem (ES) cells into adipocytes, mouse ES cells were transfected with the vector of pPPARγ2-promoter-luciferase, and PPARγ2 expressions were analyzed by detecting luciferase activities and by detecting the protein expressions using western blotting.
诱导ES细胞向脂肪细胞分化 ,通过定量检测荧光素酶活性跟踪PPARγ2基因的表达情况 ,以此研究脂肪细胞分化过程中该基因的表达模式。
2.
Investigation the expression patterns of HAT1 in oocytes maturation and early embryonic development process is of great significance in understanding the genesis of early animals.
因此,研究卵母细胞成熟过程及早期胚胎发育过程中HAT1基因的表达模式,对深入了解动物个体的发生机理具有重要意义。
补充资料:表达式


表达式
expression

  b iaodash-表达式(exPression)高级语言中用来指明求值规则的基本语法成分。 表达式可以是简单的,也可以是复杂的,但一般都涉及到参与计算的运算对象(或称为操作数),进行计算的运算符,也可以有指明求值次序的圆括号。 表达式的运算对象可以是无正负号常量,变量,函数命名符,或由圆括号括起来的另一层表达式。变量可以是由单个标识符表记的整体变量,也可以是构造类型的成分变量(如数组的下标变量,记录的域变量等)。 运算符用于对运算对象的求值。若按参与运算的对象类型来分类,则可分为算术运算符、关系运算符、逻辑运算符及集合运算符,而从运算涉及到的运算对象个数来看,也可分为单目运算符和双目运算符,双目运算符又可分为乘除运算符、加减运算符、关系运算符及逻辑运算符等。同一层表达式的各种运算符,一般按数学上的先乘除后加减的原则来定义它们的优先级。例如,Ada语言中对运算符定义了6个优先级:乘幂(,,),绝对值(ABS),非(N(刀、)等单目运算符优先级最高,AND,OR,XOR等逻辑运算符优先级最低。同一层表达式的计算一般从左向右进行,但优先级高的运算符先做。 表达式可分为同构里表达式和汤合型表达式。同构型表达式要求其所有成分都属于同一类型,例如,ALGOL 60中定义的三类表达式,即算术表达式、布尔表达式及命名表达式,均属于同构型表达式,但目前多数语言的表达式则为混合型表达式,例如,M宝妇ula~2沪da等语言,一个表达式中也许有不同类型的运算对象,它们通过类型转换来解决运算对象类型不一致问题。 有类型语言要求参与计算的运算对象、运算符是有类型的,因而其表达式也是有类型的。运算符的类型可以从运算符的符号不同来区分,例如“令”为整数类型运算符,‘,/”为实数类型运算符,但当前不少程序语言(如八da,C++等)中,同一个运算符,其类型根据其运算对象类型的不同可以作不同的解释。例如沪刁a语言中的“=”运算符,其类型根据其运算对象类型,可解释为整数相等比较,也可解释为实数相等比较,甚至可以是用户定义的某一类型的相等比较,这种现象称为运算符的一名多用。
  
说明:补充资料仅用于学习参考,请勿用于其它任何用途。
参考词条