搜索资源列表
bpe32
- 病毒多态引擎/压缩引擎,具有较强的反汇编和跟踪功能-Polymorphic virus engine/compression engine, has a strong anti-compilation and tracking
DuoTai
- VC++一个非常实用多态的小例子,提供大家熟悉C语言多态特性的使用。-VC++ A very practical example of polymorphic small to provide everyone familiar with the C language the use of multi-modal characteristics.
fft
- "FFT功率谱”用于计算时间信号的平均功率谱。连接至“时间信号”输入端的数据类型决定使用此函数的某个多态实例。-" FFT power spectrum" is used to calculate the average power spectrum of time signal. Connected to the " timing signal" type of input data to a decision to use this function po
ReloadOperate1
- VC与C++开发基础 操作符重载实现编译多态,复数的加法运算,ReloadOperate的程序源码-VC and C++ to develop basic operator overloading to achieve compile polymorphic plural addition operator, ReloadOperate, program source code
lab8
- 多态描述的练习,掌握虚函数的定义方法和运行时多态的实现机制,从而理解虚函数的作用。 掌握纯虚函数的定义方法,理解抽象基类的作用-Polymorphic exercises described master virtual function definition and run-time polymorphism implementation mechanism, in order to understand the role of virtual functions. Grasp the d
Shape
- C++继承与多态练习程序,基类为图形类,子类包括圆形、方形、三角形等。-The C++ inherited polymorphic exercises program, the base class is a graphics class, subclass include round, square, triangle.
Software-Engineer
- 实现类的集成以及多态性表现。提供大家这些方面的一个小练习-Class integration and polymorphic performance. These areas a small practice
vb-Polymorphic-interface
- 针对vb6.0不是面向对象的编程,如何实现的多态接口-In view of the VB6.0 is not object oriented programming, polymorphism interface to realize
python源代码
- opp 面向对象 封装 客观的事物封装成抽象的的类 继承 子类派生类 基类 父类 超类 object 多态 一个类实例的的相同方法 在不同情形不同表现形式 原则 单一 一个类的功能 开放封闭原则-- 替换原则 依赖原则 object(Opp object oriented Encapsulation of objective things into an abstract class Inheri