您要查找的是不是:
- implicit static method 隐式静力算法
- You can only use static method in a static method! 回复:我在一个方法不能使用;帮忙;很简单的.
- Three passes of vertical-horizontal(V-H) rolling process with 3-D thermal and mechanic field was simulated by explicit dynamic FEM,updating geometric method and implicit static FEM. 结合显式动力学有限元方法、几何模型更新方法、隐式静力有限元方法对立-平辊轧制过程三道次三维热、力场进行了分析。
- Three passes of vertical-horizontal (V-H) rolling process with 3-D thermal and mechanic field was simulated by explicit dynamic FEM, updating geometric method and implicit static FEM. 摘要结合显式动力学有限元方法、几何模型更新方法、隐式静力有限元方法对立-平辊轧制过程三道次三维热、力场进行了分析。
- The name of the static method that the delegate is to represent. 委托要表示的静态方法的名称。
- The name of the static method that the delegate represents. 委托表示的静态方法的名称。
- The specified method must be a static method of the class. 指定的方法必须为该类的静态方法。
- In fact static method calls are resolved at compile time. 实际上,静态方法的调用在编译时解决。
- The File class provides static methods. File类提供静态方法。
- Similar logic applies to static methods. 类似的逻辑也适用于静态方法。
- This method applies only if the current delegate represents a static method. 仅在当前委托表示静态方法时才可应用此方法。
- A static method does not change when inherited by a descendant class. 当被子孙类继承时,静态方法并不改变。
- So even if you've never created an object of that class you can call a static method or access a piece of static data. 所以尽管从未创建那个类的一个对象,仍能调用一个static方法,或访问一些static数据。
- Code Block 11 is a partial listing of these static methods. 代码块11是这些静态方法的部分清单。
- Thread procedures can be static methods or instance methods. 线程过程可以为静态方法或实例方法。
- Avoid providing static methods that alter static state. 避免提供可更改静态状态的静态方法。
- This uses the static method random( ) in the Math library,which generates a double value between 0 and 1. 它用到了Math库里的static(静态)方法random()。该方法的作用是产生0和1之间(包括0,但不包括1)的一个double值。
- A static method, field, property, or event is callable on a class even when no instance of the class has been created. 即使没有创建类的实例,也可以调用该类中的静态方法、字段、属性或事件。
- In the Object Test Bench window, right-click your class, and click Invoke Static Method. 在“对象测试工作台”窗口中右击您的类,再单击“调用静态方法”。
- The converse of this scenario is also supported, so that it is possible to bind the first argument of a static method. 与此相反的情形也受支持,因此还可以绑定静态方法的第一个参数。