搜索资源列表

  1. CPP-Class-(-Guo-Liqiang-)

    0下载:
  2. C++课件(郭立强),第01讲 C++概述第02讲 C++对C的改进(一)第03讲 引用第04讲 函数的区别及new,delete第05 06 07 08 09 10讲 类和对象第11 12 13讲 继承和派生第14讲 运算符重载第1516讲 多态第17讲 RTTI第1819讲 库SLT第20 21讲 模板1(TEMPLATE)第22讲 异常(Exception)-C++ Courseware (Guo Lijiang), p. 01
  3. 所属分类:Windows编程

    • 发布日期:2024-05-21
    • 文件大小:23624704
    • 提供者:梅武钊
  1. fs

    0下载:
  2. 设计一个方法,此方法可以接受所有A类的所有类的实例,分别使用对象多态性和非多态性来完成。-Design a method that can accept all Class A all instances of the class, respectively, using polymorphic and non polymorphic objects to complete.
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:gaoyuan
  1. Win32.Anunnaki

    0下载:
  2. Win32.Anunnaki是个采用了offensive polymorphic engine 的多态病毒,同时采用了很多anti-heuristic和Anti-Emulator技术,值得anti-virus工作者研究!-Win32.Anunnaki is a polymorphic virus using offensive polymorphic engine,moreover ,some technologies about an
  3. 所属分类:汇编语言

    • 发布日期:2024-05-21
    • 文件大小:28672
    • 提供者:三石
  1. ref

    0下载:
  2. Thwarting Zero-Day Polymorphic Worms
  3. 所属分类:杀毒

  1. Object-oriented

    0下载:
  2. 在主程序中动态创建一个三角形对象和一个长方形对象,并赋于父类接口,然后通过多态的方法得到动态产生对象的周长和面积,并显示这个对象的基本信息。-In the main program to dynamically create a triangular object and a rectangular object, and assigns the interface of the parent class, and then the p
  3. 所属分类:OpenGL

    • 发布日期:2024-05-21
    • 文件大小:14336
    • 提供者:柳清风
  1. PolymorphicArrays

    0下载:
  2. code example for polymorphic arrays
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-21
    • 文件大小:17408
    • 提供者:e
  1. ReloadOperate1

    0下载:
  2. VC与C++开发基础 操作符重载实现编译多态,复数的加法运算,ReloadOperate的程序源码-VC and C++ to develop basic operator overloading to achieve compile polymorphic plural addition operator, ReloadOperate, program source code
  3. 所属分类:其他小程序

    • 发布日期:2024-05-21
    • 文件大小:7168
    • 提供者:殷超
  1. MotoVehiele

    0下载:
  2. 机动车类 包括机动车的属性 和机动车的方法 挺简单的一个程序,实现了继承 多态,适合初学者参考-The class of the vehicle including a very simple procedure of the properties of the motor vehicle and motor vehicle inherited polymorphic reference for beginners
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:付宇杰
  1. zve

    0下载:
  2. PolyMorphic Engine - PolyMorphic Engine
  3. 所属分类:Shell编程

    • 发布日期:2024-05-21
    • 文件大小:3072
    • 提供者:peyman
  1. zme

    0下载:
  2. PolyMorphic Engine - assembly
  3. 所属分类:Windows编程

    • 发布日期:2024-05-21
    • 文件大小:51200
    • 提供者:peyman
  1. PAPER1

    0下载:
  2. 基于输入分解输出匹配的多态自检电路进化设计.pdf-Evolutionary Design of Polymorphic Self-checking Circuits Based on Inputs Decomposition and Outputs Matching
  3. 所属分类:matlab例程

    • 发布日期:2024-05-21
    • 文件大小:252928
    • 提供者:xiaowang
  1. PAPER2

    0下载:
  2. 基于随机矩阵理论的DET合作频谱感知算法.pdf-Evolutionary Design of Polymorphic Self-checking Circuits Based on Inputs Decomposition and Outputs Matching
  3. 所属分类:matlab例程

    • 发布日期:2024-05-21
    • 文件大小:187392
    • 提供者:xiaowang
  1. tree_ocx

    0下载:
  2. 有时候我们经常需要实现树的多态选择,本文就介绍一种三态选择树的具体实现。 步骤一:生成一个对话框工程。 步骤二:添加树控件,设置所需的属性。 步骤三:做三态选择框图标,且在OnInitDialog()中初始化树,使树控件与选择框图标所构成的图像列表控件联系,具体实现看源代码。 步骤四:实现树的左击消息,实现三态选择。 -Sometimes we often need to implement
  3. 所属分类:界面编程

    • 发布日期:2024-05-21
    • 文件大小:44032
    • 提供者:周璟
  1. VirtualBase

    0下载:
  2. 演示如何使用虚函数,实现运行时的多态功能-Polymorphic function demonstrates how to use the virtual function run
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-05-21
    • 文件大小:13312
    • 提供者:mnorst
  1. object-oriented

    0下载:
  2. 关于面向对象的一些概念说明,封装继承多态-About some of the concepts of object-oriented descr iption of package inheritance of polymorphic
  3. 所属分类:软件工程

    • 发布日期:2024-05-21
    • 文件大小:432128
    • 提供者:夜先眠
  1. CPP_experience

    0下载:
  2. 个人的C++总结 主要是针对面向对象的 类 继承 多态 异常处理。很基础,适合刚开始接触C++的人。-Personal C++ summary for object-oriented class inheritance polymorphic exception handling. Basis, suitable for people just getting started with C++.
  3. 所属分类:书籍源码

    • 发布日期:2024-05-21
    • 文件大小:5120
    • 提供者:Shawn
  1. People

    0下载:
  2. 这是一个用java语言编写的实现继承多态接口等的一个小练习- This is a use Java language preparation implementation inheritance polymorphic interface, a little practice
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-21
    • 文件大小:9216
    • 提供者:金小花
  1. Polymorphic

    0下载:
  2. 面向对象之多态(向上转型与向下转型的具体应用实例)-Object-oriented as many states (the upcast down in transition)
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-21
    • 文件大小:1016832
    • 提供者:LeeMingre
  1. lab8

    0下载:
  2. 多态描述的练习,掌握虚函数的定义方法和运行时多态的实现机制,从而理解虚函数的作用。 掌握纯虚函数的定义方法,理解抽象基类的作用-Polymorphic exercises described master virtual function definition and run-time polymorphism implementation mechanism, in order to understand the role of
  3. 所属分类:其他小程序

    • 发布日期:2024-05-21
    • 文件大小:33792
    • 提供者:胡佳
  1. Shape

    0下载:
  2. C++继承与多态练习程序,基类为图形类,子类包括圆形、方形、三角形等。-The C++ inherited polymorphic exercises program, the base class is a graphics class, subclass include round, square, triangle.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-21
    • 文件大小:10240
    • 提供者:Conan
« 1 2 3 45 6 »

源码中国 www.ymcn.org