英语人>词典>汉英 : 对象变量 的英文翻译,例句
对象变量 的英文翻译、例句

对象变量

词组短语
object variable
更多网络例句与对象变量相关的网络例句 [注:此内容来源于网络,仅供参考]

The algorithm of a forward analysis and backward analysis are presented. They are used to annotate source program, with BTA environment to trace binding time of various kind of variables including identifier of array, object and reference.

在为面向对象语言程序标注绑定时间信息的过程中,采用一个正向分析和一个反向分析过程,借助于BTA环境来跟踪和设定各种变量、对象和引用变量的绑定时间。

Declare object variable first in a code behind file.

声明对象变量在代码隐藏文件第一。

Question : So if one stat ic variable in one object changes , other statice variables in the other object will NOT be modified .

而其它变量必须要有对象存在时才存在,而且每当创建一个对象的时候就从改变量处

Second, it clears the mark on the scavengers and the transitive closure of scavenger references. So if a scavenger object references a nonscavenger object then we clear the bits on the nonscavenger, and on everything that it refers to. I am using the word "closure" in a different sense than in my earlier post.

然后,gc清除scavenger的标记以及scavenger引用变量的闭包集合的成员的标记,所以如果一个scavenger对象指向另一个非scavenger对象,那么gc也清除那个对象的标记,并重复这一过程(这里"closure"的意思和我先前的一篇文章中的不同)。

A new fuzzy expert control method was brought forward by synthetically using the techniques of on-line intelligent identification, multi-control-mode, self-decision mechanism and self-adjustment of universe of discourse.

对于一些复杂的被控对象,虽然无法建立定量的、完整的数学模型,但被控对象可测变量与不可测的控制变量之间存在可以"分辨"的对应关系依然是过程控制的重要依据。

A pointer to a pointer; that is, a variable that contains the address of another variable, which in turn contains the address of the desired object.

二级指针,即是说,保存另一个变量地址的变量,而那个变量也保存着一个对象的地址。

D. Declaration of nonprimitive types such as String, Vector ans so on allocates memory space for the object.

但是严格来讲此题的答案有待确定,因为只有原始类型的实例变量和类变量的声明在类对象被创建/类被加载时完成内存的自动分配,而原始类型的局部变量必须显式初始化,从这点来看原始类型的局部变量没有被自动分配内存,SL275中只提出了非原始数据类型的变量必须使用new Xxxx完成内存的分配而没有指出原始数据类型的变量是否在声明时即自动进行内存分配,而从局部变量不能在显式初始化前使用这点来看在声明时没有进行内存分配。

Special attributes: func doc or doc is the function's documentation string, or None if unavailable; func name or name is the function's name; module is the name of the module the function was dened in, or None if unavailable; func defaults is a tuple containing default argument values for those arguments that have defaults, or None if no arguments have a default value; func code is the code object representing the compiled function body; func globals is the dictionary that holds the function's global variables — it denes the global namespace of the module in which the function was dened; func dict or dict contains the namespace supporting arbitrary function attributes; func closure is None or a tuple of cells that contain bindings for the function's free variables.

func defaults是一个包括有参数中设有默认值的元组;func name 或 name 是函数名。func code是一个编译后的代码对象;func globals是一个引用,指向保存了函数的全局变量的字典—-如果你在函数所在模块中定义了全局变量的话。func dict或 dict 包括了支持任意函数属性的名字空间;func closure 要么是None,要么是包括有函数自由变量捆绑的单元的元组。

Question : So if one stat ic variable in one object changes , other statice variables in the other object will NOT be modified .

而其它变量必须要有对象存在时才存在,而且每当创建一个对象的时候就从改变量处复制一份!

An equal cross-section blade was investigated and a finite element model was built parametrically. Geometrical parameters (such as length, width and thickness), material parameters (such as young's modulus and density) and speed of blade were considered as input random variables while the static frequencies and dynamic frequencies were output random variables. Combining the finite element method, response surface method and Monte Carlo method, the statistical properties and cumulative distribution functions of static frequencies and dynamic frequencies were obtained. Probability sensitivities analysis, which combined the slope of the gradient and the width of the scatter range of the random input variables, was applied to quantitatively evaluate the sensitivities of static frequencies and dynamic frequencies with respect to the random variables. The Scatter plots of structural responses with respect to the random input variables were illustrated how to adjust the values of the static frequencies and dynamic frequencies by changing input random variables.

文中以某试验台用汽轮机等直叶片为研究对象,考虑几何参数、材料参数和转速的随机性,通过有限元参数化建模,将确定性有限元方法、响应面方法和Monte-Carlo模拟法相结合,从而获得了叶片静频、动频的统计特性和累积分布函数;同时考虑随机变量的梯度和离散范围对静、动频的影响,通过概率敏感性分析,定量地判断出叶片静、动频对随机输入变量的敏感性;通过绘制叶片静、动频与输入变量的散点图,定量地分析了如何改变随机变量以调整静、动频率的方法。

更多网络解释与对象变量相关的网络解释 [注:此内容来源于网络,仅供参考]

Align to center:对齐到中央

551 对齐到 Align to | 552 对齐到中央 Align to center | 553 对象变量 Object Variable

controlled plant:被控/控制对象

保险丝 fuse | 被控/控制对象 controlled plant | 被控/受控变量 controlled variable

KKP4 Display cost object hierarchy:显示成本对象层次结构

KKP3 Display hierarchy master record 显示层次结构主记录 | KKP4 Display cost object hierarchy 显示成本对象层次结构 | KKP5 Cost obj. hchy: individ. proc. var. 成本对象层次结构:单个处理变量

object variable:对象变量

object tag 对象标记 | object variable 对象变量 | Object Viewer 对象查看器

print object:要求Objective-C对象打印本身

print -- 打印表达式的值 | print-object -- 要求Objective-C对象打印本身 | ptype -- 打印变量类型定义

variable declaration:变量声明

课程的第一部分介绍Java的基本知识、Java对万维网(World Wide Web)的影响、Java中的面向对象、运算符和控制结构. 学员将学习Java的特性、命名规则、变量声明(variable declaration)和初始化.

variables:变量

现代西方经济学一般倾向于应用数学公式,其基本做法是:将所有研究对象都称为"变量"(Variables),然后先做出一定的假设(Hypothesis),通常假定除所要研究的少数几个主要变量外,其它所有变量和外部条件都不变(Other things constant,

Variant expression:变量表达式

VARIANT data type VARIANT 数据类型 | Variant expression 变量表达式 | VBA Add-In Object Model VBA 外接程序对象模型

Moment invariants:矩不变量

Moments 矩 | Moment invariants 矩不变量 | Object recognition 对象识别

KKP5 Cost obj. hchy: individ. proc. var:成本对象层次结构:单个处理变量

KKP4 Display cost object hierarchy 显示成本对象层次结构 | KKP5 Cost obj. hchy: individ. proc. var. 成本对象层次结构:单个处理变量 | KKPD Order List for Process Manufacturing 有关工艺制造的订单清单