Enterprise behavior is the result of comprehensive function of behavior object. means of behavior and its environment.
企业行为是企业行为目标、行为手段、行为环境综合作用的结果。
A single behavior object contains the algorithm for optimizing the demonstrated group of ACTS. The algorithm is using the Q-learning based on artificial nerve network.
在单独的行为对象中包含了基于强化学习中的Q学习及人工神经网络的优化学习算法。
The animal is redirecting its behavior to another object, in this case, the plant or the bush.
动物将其行为重新定向给另一个对象,在本例中另一个对象就是植物或灌木。
Because the pattern says that it "Allows an object to alter its behavior when its internal state changes."
因为模式要求它“允许一个对象在它的内部状态变化的时候改变它的行为。”
Furthermore, the object paradigm is focused on building applications out of objects that have both data and behavior, whereas the relational paradigm is focused on storing data.
而且,对象范例侧重于从包含数据和行为的对象中构建应用程序,而关系范例则主要针对数据的存储。
An alternate method of writing an adapter - and one that some prefer - is to implement an interface to adapt behavior, rather than extending an object.
编写适配器的替代方法——并且是推荐方法——是实现一个接口来修改行为,而不是扩展对象。
It also hurts the design of your domain classes because this utility class must now sit at the top of your object hierarchy, not allowing you to use inheritance to consolidate common behavior.
这还不利于域类的设计,因为这个实用类现在必须位于对象层次结构的顶层,不允许您使用继承来整合常见行为。
Static crosscutting differs from dynamic crosscutting in that it does not modify the execution behavior of a given object.
静态横切和动态横切的区别在于它不修改一个给定对象的执行行为。
Develop a behavior in your SOA application's business logic that can fully populate a customer business object with data.
在SOA应用程序业务逻辑中开发一种行为,以便使用数据完整填充客户业务对象。
Runtime Analysis: Helps you to gain an understanding of how your application behaves during execution by providing insight into thread utilization, memory usage, and object behavior.
运行时分析:通过提供对线程、内存的使用和对象的行为的分析,帮助你去理解你的程序在执行的过程中是如何运转的。
This is undesirable because it violates a fundamental rule of object orientation: Objects have behavior and data.
但是,这种方式并不合适,因为这违反了面向对象的基本规则:对象拥有行为和数据。
We had to write approximately 50 lines of code that actually implemented the behavior we needed in our mock object classes.
我们大约需要编写50行代码来真正执行我们在模拟对象类中所需的行为。
Aspects also have the ability to modify object state and behavior in new, more fine-grained ways, raising worries about maintaining system integrity, robustness, and even comprehension.
方面还有用新的、更精细的方式修改对象状态和行为的能力,从而引起了对维护系统完整性、健壮性、甚至整体理解的担心。
I also force rippling changes whenever I change the behavior of my models, because I must change the model object and the test cases that surround them.
一旦更改模型的行为,就不得不进行连锁更改,因为必须要更改模型对象和围绕这些模型的测试用例。
A COM object can support multiple interfaces, each representing a different view or behavior of the object.
一个COM对象可以支持多个接口,每个接口代表对象的一种不同的视图或行为。
Since it groups services on the basis of related behavior, rather than encapsulated (behavior plus data), the set of services will be subtly different from a business object model.
由于它基于相关的行为对服务进行分组,而不是进行封装(行为及数据),所以这组服务与业务对象略有不同。
The default behavior is still to create an _xml attribute of a nested object only when it contains character-level markup.
缺省行为仍然是只有在对象包含字符级标记时才创建嵌套对象的_ xml属性。
Encapsulation: a software object is a discrete package containing both the physical properties (data) and the functionality (behavior) that mimics its real-world counterpart.
封装:软件对象就是包含模拟真实世界的对象的物理属性(数据)和功能(行为)的离散包。
Instead we have split out this monolithic object into manageable pieces that now make it much easier to extend and hook into core server behavior.
相反,我们将这个大对象分解为可管理的几部分,这样扩展就更容易了,同时对核心服务器端行为的回调也更容易。
A mock object conforms to the interface of the real object, but has just enough code to fool the tested object and track its behavior.
模仿对象符合实际对象的接口,但只要有足够的代码来“欺骗”测试对象并跟踪其行为。
The settings of the various object properties have a significant impact on the behavior and performance of the JMS application.
各种对象属性的设置对JMS应用程序的行为和性能有重要影响。
Just as an MC is a special-purpose object, its definition is a special-purpose class which defines the structure and behavior of its instances.
正如MC是专用对象一样,其定义也是专用类,用于定义其实例的结构和行为。
The set is similar to those used on "the Weakest Link" and "Deal or No Deal," but the object of this game is to prod seemingly nice people to admit bad behavior.
节目的模式与“最薄弱的一环”和“做与不做”类似,但这一节目的目的是要让那些看起来很好的人坦白恶劣的行为。
If the behavior is removed from the object and put into a service, the object then becomes a mere holder for data.
如果把行为从对象转移到服务中,对象就成了纯粹的数据容器。
Now I will show you something else which is quite interesting, and that is how the behavior of the period is on the... on the mass of the object.
现在给你们看一些,很有趣的东西,就是在重物作用下,这个物体。,周期的表现是什么。
The behavior of multiselect gets more interesting with Object as result type or if no type argument is specified.
如果以Object作为结果类型或没有指定类型参数时,multiselect的行为会变得更加有趣。
Instead, it turned out to be a simple Weather object, and we had to code around this behavior, as you can see in the finished code for the sample PHP client.
然而,它被转换成了一个简单的Weather对象,我们必须根据这种行为进行编码,就像您在最终的示例PHP客户机代码中看到的那样。
You therefore use jQuery to grab object references to the two links and override their default behavior with click event handlers.
因此要使用jQuery来获取两个链接的对象引用并用click事件处理程序覆盖它们的默认行为。
If you have extracted advice behavior to another class, you can substitute a mock object for your helper object and verify that the advice triggers at the right join points.
如果将建议行为抽取到另一个类中,那么就可以用一个mock对象替代helper类对象,并验证建议是否在正确的联结点上触发。
Event sources obtain the EmitterFactory from JNDI and use the object to create an emitter with the specified behavior.
事件源从JNDI中获得EmitterFactory对象,并利用该对象来创建带有指定行为的发射器。
应用推荐