您要查找的是不是:
- abstract method errorn. [计]抽象方法错误
- This abstract method performs the hash computation. 此抽象方法执行哈希计算。
- An abstract method does not contain any code, only the method signature. 抽象方法不包含任何代码,仅包含方法签名。
- Abstract method declarations are only permitted in abstract classes. 只允许在抽象类中使用抽象方法声明。
- DialogDebuggerVisualizer has one abstract method (Show) that you must override. DialogDebuggerVisualizer有一个抽象方法(Show)是必须重写的。
- Any class that contains at least one abstract method must also be abstract. 必须是抽象类才可以包含一个以上的抽象方法。。。
- Abstract methods are specified using the. 属性指定抽象方法。
- The miss distance caused by guidance method error and the effects of perturbation are compensated in this initial guidance law. 该初制导方法能补偿制导方法误差和轨道摄动对拦截脱靶量的影响。
- In this paper, we expound the origin of method error of direct current voltmeter and galvanometer and also give out the correcting method of method error. 阐述了直流电压表、电流表方法误差的来源;并给出方法误差的修正办法.
- A return value is defined, although it is unchanging, because this method implements an abstract method. 即使返回值是不变的,也仍会定义一个返回值,原因是此方法会实现一个抽象方法。
- This is an abstract method in this base class; it must be implemented by derived classes. 这是该基类中的抽象方法;它必须由派生类来实现。
- The GetAvailableWebPartDescriptions method is declared as an abstract method that must be implemented by inheritors. GetAvailableWebPartDescriptions方法声明为必须由继承者实现的抽象方法。
- The GetHitTest method is an abstract method that forces Glyph implementations to provide hit test logic. GetHitTest方法是一个abstract方法,它强制Glyph实现提供命中测试逻辑。
- The results show that the method error is related to aerosol-molecule backscattering ratio and the measurement error is related to signal intensity and aerosol-molecule backscattering ratio. 结果表明:方法误差和气溶胶与分子后向散射比有关,噪声引起的测量误差与信号强度和气溶胶与分子后向散射比有关。
- The representation and abstract method of the feasible clamping face of a part from the solid model are proposed. 本文提出基于实体模型的工件的可行夹紧表面信息的提取与表示方法,从零件信息中提取可行的装夹表面信息;
- You can call an abstract method only in a class or instance of a class in which the method has been overridden. 只有在抽象方法已被覆盖的类或类的实例中才能对其进行调用。(也就是说,不能调用没有实现或没有定义声明的抽象方法。)
- Abstract method of“wave base tangent line”for the determination of oxidation peak intensity of ethanol in wine wa... 关于我们-联系我们-广告服务-杂志征订-法律声明-友情链接-网站导航
- Derived classes of the abstract class must implement all abstract methods. 抽象类的派生类必须实现所有抽象方法。
- When an abstract class inherits a virtual method from a base class, the abstract class can override the virtual method with an abstract method. 当抽象类从基类继承虚方法时,抽象类可以使用抽象方法重写该虚方法。