您要查找的是不是:
- Keywords Endothermic fuel;Hydrocarbon fuel;Vapor pressure;Vaporization enthalpy;Inclined ebulliometer;Quasi static method; 吸热燃料;烃类燃料;蒸气压;蒸发热;斜式沸点计;拟静态法;
- quasi statics method 拟静力法
- You can only use static method in a static method! 回复:我在一个方法不能使用;帮忙;很简单的.
- 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 crushing process, peak load and energy absorption property of carbon epoxy circular waved beams under quasi static loading are investigated experimentally in this paper. 用试验研究了碳纤维-环氧树脂圆弧型波纹梁在轴向准静态载荷下的损毁过程、峰值载荷和能量吸收能力。
- The File class provides static methods. File类提供静态方法。
- This method applies only if the current delegate represents a static method. 仅在当前委托表示静态方法时才可应用此方法。
- Similar logic applies to static methods. 类似的逻辑也适用于静态方法。
- 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数据。
- Axial crushing energy dissipation behavior of glass/epoxy round tubes is investigated both dynamically and quasi statically. 研究了玻璃纤维增强环氧圆柱管轴向撞击和准静态压缩下的能量吸收特性。
- Code Block 11 is a partial listing of these static methods. 代码块11是这些静态方法的部分清单。
- quasi static and dynamic mechanics properties 动静态力学性能
- 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. 即使没有创建类的实例,也可以调用该类中的静态方法、字段、属性或事件。