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

静态对象

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

The static model describes the relationship among user, permission and role and imports integrated inheritance to actualize the relationship between local role and global role. The dynamic model completes access control by session diffluence based on the static model. The actualization for the model is researched based on the analysis of the content and the rule of the model. A self-adapted RBAC wrapper based on agent model is presented according to the heterogeneous databases'demand for wrapper.

该模型比较全面地解决异构数据库系统的局部数据对象和全局数据对象的综合访问控制。I-RBAC模型包括静态模型和动态模型两个部分,静态模型主要描述用户、权限、角色(特别是全局角色与局部角色)之间的关系,动态模型是在静态模型中角色层次关系的基础上通过会话分流实现动态的访问控制。

Downes, The New Literacy, 2002 Content and learning resources, rather than being thought of as static objects, ought to be thought of as a dynamic flow.

内容与学习资源,与其被当作静态对象,倒不如被视作动态的流体。

RespondsTo is a statically linked method for Object.

所以,可以询问一个对象是否能响应一个特定的方法。respondsTo是对象的一个静态连接的方法,它以对象和一个字符串标识作为参数,当存在与此标记匹配的方法时,返回合适的函数选择器。

Static object hinting is when the pliancy of an object is communicated by the static rendering of the object itself.

静态视觉暗示是通过对象被静态绘制在屏幕上的方式来提供的。

There are three basic ways to communicate—or hint at—the pliancy of an object to users: by creating static visual affordances of the object itself, by dynamically changing visual affordances of the object, or by changing the visual affordances of the cursor as it passes over and interacts with the object.

将对象的受范性传达给用户有3种基本方式,即通过对象本身的静态视觉启示、动态改变对象的视觉启示,或者在光标经过对象时改变光标的视觉启示。

Function Point Analysis can only measure the static aspects of systems and can not take the interactions and behaviors of objects into consideration.

功能点分析本身只能度量系统静态的方面,不能考虑到对象的交互性和对象的行为。

When it would yield a static method object, it is transformed into the object wrapped by the static method object.

当要产生静态方法对象时,它会被转换成用静态方法对象包装的对象。

You can use the static keyword to specify that a particular element of an object is static, but Java objects themselves are never placed in static storage.

你可以使用关键字static来定义一个对象中的变量为静态变量,但是Java中的对象是不可以放在静态区域内的。

Note that since the member variable is a static object, it will retain its state and will no longer need to be initialized after the first time it's been accessed.

请注意,由于成员变量是一个静态对象,它将保持其状态,将不再需要在第一时间的被访问初始化。"/页"公共静态MyClass的实例

For every major character and static mesh asset, we build two versions of the geometry: a renderable mesh with unique UV coordinates, and a detail mesh containing only geometry.

对于游戏中的主要人物角色和静态对象,我们通常都会制作两个版本的模型:一个使用了独特贴图坐标的实时低模和一个充满了细节的高模。

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

At this point:在这一点上

在这一点上(at this point),你自己决定如何创建对象. 上面的例子里,对象是静态(statically)创建的,但是你也可以等到客户端提出请求需要创建对象时才创建. 不管是哪种情况,(创建的)对象必须以私有方式(privately)存储,

startup screen:启动屏幕

2073startup disk启动盘 | 2074startup screen启动屏幕 | 2075static object静态对象

Static Object:静态对象

为了能够准确地从整个场景中区分出不同类型的目标,Vege使用了一个32位的Isector掩码,即Isector Class,分为了地形(Terrain)、静态对象(Static Object)、动态对象(Dynamic Object)和特殊对象(Special Object)四个大组.

Static Object:静态对象 静态物件

static member function 静态成员函式 静态成员函式 | static object 静态对象 静态物件 | static splitter window 静态分隔窗口 静态分隔视窗

static local object:静态局部对象

automatic local object 自动局部对象 | static local object 静态局部对象 | storage class 存储类

static RAM:静态随机接达记忆器

static object 静态对象 | static RAM 静态随机接达记忆器 | static RAM chip 静态随机接达记忆器芯片

nonstatic:非静态

例如,如果我们想要对Widget和ABCD两个类实现计数功能,我们就需要两个静态(static)size_t对象,而不是一个. 而将Counter::count改为非静态(nonstatic)对象并不能解决这个问题,因为我们需要的是每个类有一个count,而不是每个对象.

nonstatic member class:非静态的成员类

nested class嵌套类 | nonstatic member class非静态的成员类 | object对象

Interactions:(交互)

结构模型(又称为静态模型)强调系统的对象结构,如对象的类(Classes)、接口(Interfaces)、属性(Attributes)和关系(Relations);行为模型(动态模型)关注的是系统对象的行为动作,如对象的方法(Methods)、交互(Interactions)、协作(Collabora

interfaces:接口

:) * 构造函数和析构函数 * 对象的引用 * 对象的克隆 * 对象中的私有、公共及受保护模式 * 接口 (Interfaces) * 抽象类 * __call * __set 和 __get * 静态成员 构造函数和析构函数在 PHP4 中,当函数与对象同名时,这个函数将成为该对象的构造函数,