单词 | single method | ||||
释义 | single method
例句释义: 特殊化方法,单一汇率法 1. Delegates can be bound to a single method or to multiple methods, referred to as multicasting. 委托可绑定到单个方法或多个方法,后者又称为多路广播。 msdn2.microsoft.com 2. What unites history in the face of these expansions and divisions is a commitment to a single method, namely "careful archival work. " 在这些扩张和分裂面前把历史团结起来的因素是对单一方法的承诺,也就是“认真的档案研究”。 changbai.chinafolklore.org 3. The method can be applied to dealing with hydraulic problems in practical projects which are difficult to be solved by a single method. 该方法对于用单一方法难以完成的工程水力学问题,具有很好的应用价值。 www.ceps.com.tw 4. Marx's research method is not a single method, but the total of a series of methods of different levels. 马克思的研究方法不是一个单独的方法,而是一系列各种层次的方法的总和。 www.fabiao.net 5. Returns a single method that can be invoked to call all handlers sequentially for the specified event . 返回一个单独的方法,可调用该方法来顺序调用指定事件的所有处理程序。 www.bing.com 6. Variables that are not used outside the scope of a single method should be declared as local variables within the method body itself. 不在单个方法范围外部使用的变量应在方法体自身范围内声明为局部变量。 technet.microsoft.com 7. And with the greater part of flue cured version to take a one-time job, that is, with a single method to complete. 而烤版大都采取一次性作业,即用一步到位的方法来完成。 www.bing.com 8. In this sense, they act just like a class-level variable, but their visibility is limited to a single method. 从这点来看,它们的行为就好像一个类级别变量,但是它们的可见性只限制为单个方法。 blog.sina.com.cn 9. Delayed binding makes it possible for a single method to be truly polymorphic. 延迟绑定可以让单个的方法具有真正的多态性。 www.ibm.com 10. This single method would then contain the orchestration necessary to insert the trade order and update the account. 然后,这个方法将包含插入交易订单和更新帐户所需的业务流程。 www.ibm.com 1. But in essence, an event is still connected to a single method, which might then need to act on various widgets. 但是本质上,事件仍旧被连接到单个方法上,随后可能需要作用于各种窗口构件。 www-128.ibm.com 2. One interface is provided for each type of channel exit, and each interface provides a single method to be implemented. 一个接口提供给每种通道出口,每个接口都提供一个需要实现的方法。 www.ibm.com 3. Method is used to programmatically create both sides of a trust relationship with a single method call. 方法通过单个方法调用以编程方式创建信任关系的双方。 msdn2.microsoft.com 4. The rule class is quite simple, typically containing only a single method. 规则类是十分简单的,典型情况下只包含一个方法。 www.ibm.com 5. Method is used to delete both sides of a trust with a single method call. 方法用于通过单个方法调用删除信任的双方。 msdn2.microsoft.com 6. Class return a node value and convert it to a CLR value in a single method call. 属性在单个方法调用中返回节点值并将其转换为CLR值。 msdn2.microsoft.com 7. The Command interface defines only a single method, called execute, that accepts a single parameter, called CommandModel. Command接口仅仅定义了一个单独的方法,叫做execute,这个方法接受一个单独的操作,叫做CommandModel。 www.ibm.com 8. As a single method instead of setting the text on each component in its creation method; this is out of reuse consideration. 作为一个方法提取出来,而不是在每个组件自己的创建方法中设置文本;这是从重用的角度进行考虑。 www-128.ibm.com 9. JiBX extensively uses this technique of combining multiple parser operations in a single method. JiBX广泛地使用将多个解析器操作组合在单一方法中的这种技术。 www.ibm.com 10. Initially, estimating tools focused on a single method or technique, but no longer. 起初,评估工具集中在单一的方法和技术。 www.ibm.com 1. However, some objects are too complex for a single method or constructor to represent. 但是,某些对象可能过于复杂,无法用单个方法或构造函数来表示。 msdn2.microsoft.com 2. Each test corresponds to a single method in the CUT that you want to test. 每个测试与要测试的CUT中的一个方法相对应。 msdn2.microsoft.com 3. Multiple methods, not dependence on a single method, will result in better vocabulary learning. 多元途径,而不只依赖于一种方法,词汇会学得更好。进一步阅读 www.kecheng.net 4. The java. util. concurrent. Executor interface has only a single method: execute(Runnable). Executor接口仅有一个方法:execute(Runnable)。 www.ibm.com 5. This simple interface has a single method and a single property. 这个接口非常简单,只有一个方法和一个属性。 www.cnblogs.com 6. This works fine, because the object has only a single method that retrieves a predefined set of data. 这个过程很有效,因为对象只有一个方法来检索一组预定义数据。 msdn2.microsoft.com 7. The PresenceListener implementation exposes a single method called notify which accepts an instance of the Event Java bean. PresenceListener实现公开了一个名为notify的方法,该方法接收事件Javabean的一个实例。 www.ibm.com 8. Like non-verbal behavior, however, no single method is guaranteed to work each time. 然而,就像非语言行为一样,没有一个方式每次都保证奏效。 www.bing.com 9. A module is an interface with a single method. 模块就是一个具有某种单实例对象方法的接口。 www.ibm.com 10. The result showed that the difference was obvious between single method and united method. 结果表明,单一鉴别方式与联合鉴别方式的误差率有显著差别。 www.ceps.com.tw 1. A single method can have multiple structured exception handling blocks, and the blocks can also be nested within each other. 一个方法可有多个结构化例外处理区块,而这些区块也可以彼此巢状嵌入。 technet.microsoft.com 2. A single method can no longer produce reliable estimates across every step in the process. 单一的评估方法不可能在过程的每一步产生可靠的评估结果。 www.ibm.com 3. Instead, you define a single method, named after the member, that you want to allow for. 相反,只需要定义一个方法,以成员的名称命名它。 www-128.ibm.com 4. To return three variables with a single method call. 在一个方法调用中返回三个变量。 msdn2.microsoft.com 5. There will be contradictions if the sequence of categories is determined according to a single method. 按单一的方法要求安排范畴顺序,往往出现矛盾。 blog.sina.com.cn 6. A server validator must implement the IServerValidator interface, which defines a single method, validate. 服务器验证器必须实现IServerValidator接口,它设置了一个单一方法,即validate。 www.ibm.com 7. Data Link relies on a single method, link, to tie together input elements on a form and the target object. DataLink通过一个名为link的方法,来将表单中的input元素和目标对象绑定在一起。 www.infoq.com 8. Encryption and decryption is executed in a single method call. 加密和解密在单个方法调用中完成; www.infoq.com 9. The constraint-based Assert model uses a single method of the Assert class for all assertions. 该基于约束断言模型采用单一方法的断言班上所有的断言。 zhidao.baidu.com 10. Throuhg the illustration, nose reduction effect of single method and combined methods is obtained . 通过图例说明单一方法和两种降噪方法综合应用的降噪效果。 www.bing.com 1. The GenericDeclaration interface defines a single method, which returns the array of TypeVariables included in the declaration. GenericDeclaration接口定义了一个方法,它返回在声明中包含的TypeVariable的数组。 www.ibm.com 2. A single method can contain either structured or unstructured exception handling, but not both. 单个方法可包含结构化或非结构化异常处理,但不能同时包含二者。 msdn2.microsoft.com 3. Is it a single method? 他是否是单独的方法? www-128.ibm.com 4. A CharSequence provides only a single method for accessing its characters: charAt(x). CharSequence只提供了一个方法来访问它的字符:charAt(x)。 www.ibm.com 5. Objects and want to add them to the collection with a single method call. 对象并想通过单个方法调用就将这些对象添加到集合中时,则可以使用。 msdn2.microsoft.com 6. This has a single method Entry Helpers that returns an instance of java. awt. CompositeContext. 这个类有一个单独的EntryHelpers方法,该方法返回java.awt.CompositeContext的实例。 www.ibm.com 7. Type are not tied to a single method. 类型不会仅与单独某个方法联系在一起。 msdn2.microsoft.com 8. The server interface has a single method: Sleep. 服务器接口具有单个方法:Sleep。 msdn2.microsoft.com 9. In this benchmark, we have an interface for PseudoRandom, which has a single method, nextRandom(int bound). 在这个基准程序中,有一个PseudoRandom的接口,它只有一个方法nextRandom(intbound)。 www.ibm.com 10. Parents may find that the more they rely on one single method, the less effective that method becomes. 父母们也许会发现他们越依赖单一的方法,那个方法就越没那么有效。 www.bing.com 1. There is a single method to implement called map (which is parameterized based on the types of the (key, value) pair that are the input). 这里有一个名为map的简单实现方法,该方法基于输入(key,value)对的类型进行参数化。 www.ibm.com 2. A good unit test exercises a single method. 一个好的单元测试检测一个独立的方法。 www.ibm.com 3. Its single method is convert. 它只有一个convert方法。 www.ibm.com 4. For example, if you want to emit a separate method for each object, you need a single method that calls all of these methods in turn. 例如,如果要为每个对象发出一种不同的方法,则需要一个依次调用所有这些方法的方法。 msdn.microsoft.com 5. The test mechanism of single method such as rebound method and ultrasonic method make the two methods un perfect. 单一的检测方法回弹法、超声法的检测机理的局限性造就了这两种方法的缺陷。 www.fabiao.net 6. You achieve this by writing a single method to change the displayed text. 通过编写一个方法来修改显示的文本,可以实现这一要求。 www.ibm.com 7. They use the single method and set more indicators, which can not reflect the people oriented management philosophy. 评价方法较为单一、评价指标设置过多、以人为本的思想尚未充分体现。 www.cpre.sdnu.edu.cn 8. Function#wrap distills the essence of aspect-oriented programming into a single method Function#wrap提取面向方面编程的精华到一个单个方法中 www.infoq.com 9. In its place two interfaces, each with a single method, may be appropriate 取而代之的是两个接口,每一个都带了单独的方法,这样会更合适些 www.infoq.com 10. All of this registration logic is wrapped up into a single method on PreviewHandler 此注册逻辑全部打包到PreviewHandler的单个方法 msdn.microsoft.com 1. In this case, we could write a single method that accumulates an operator passed as an argument over a 在这种情况下,我们可以编写一个单独的方法,它在 www-128.ibm.com 2. The Single Method of Mathematics Teaching and its Applications 论数学教学中的特殊化方法及其应用 service.ilib.cn 3. Comparison between radiofrequency coagulation plus small needle knife and single method in treatment of sacrolumbar pain 射频热凝加小针刀松解治疗腰骶部疼痛与单一方法的比较 www.ilib.cn 4. Implements, you can also write a single method that implements multiple methods defined in an interface, as in the following example 也可以编写单个方法来实现接口中定义的多个方法,如下面的示例所示 msdn2.microsoft.com 5. Your code performs a number of operations within a single method, and 您的代码在一个方法中执行许多操作,并且 msdn2.microsoft.com 6. Implements the single method of this interface, 把这个接口的单个方法, www-128.ibm.com 7. Interface defines only a single method, called 接口仅仅定义了一个单独的方法,叫做 www-128.ibm.com 8. This interface consists of a single method, 该接口由一个单独的方法, msdn2.microsoft.com 9. The Research on Measurement of Drift in the Evaluation Conclusion of Single Method 单一方法评价结论漂移性的测度研究 service.ilib.cn 10. One good example of using a single-method interface instead of a delegate is 使用单一方法接口而不使用委托的一个很好的示例是 msdn2.microsoft.com 1. The interface for the service describes a single method 对于服务的接口描述了一个简单的方法 www.ibm.com 2. The ServiceUI class provides a single method to display the printer selection dialog ServiceUI类提供一个单独的方法来显示打印机选择对话框 www.ibm.com 3. This class exposes a single method called 这个类公开了称为 www-128.ibm.com 4. The Study of Law: Plural Method or Single Method 法学的方法:多元化抑或单一性 168.160.184.72 5. The base class contains a single method, 派生类方法也包含一个名为, msdn2.microsoft.com 6. You now have a single method that handles the 现在您有一个可处理两个控件的 msdn2.microsoft.com |
||||
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。