搜索资源列表
vigra
- VIGRA is a computer vision library that puts its main emphasize on flexible algorithms, because algorithms represent the principle know-how of this field. The library was consequently built using generic programming as introduced by Stepanov and Muss
多态性和复习0413_相关文件
- 多态性和复习的相关文件!!!好老火,要限制字数!!!防撒发生发生发生发撒-polymorphism and review of the relevant documents! ! ! Good old fire, to restrict the number of words! ! ! Anti-spreading occurred happened happened fat spreading
masm3280
- 结构化程序设计方法与面向对象程序设计方法的各自特点、区别和相互联系。 2.面向对象的程序设计方法中的有关概念,如类、对象、封装、继承、消息和多态性等。 3.C++程序的基本组成和框架结构。 4.掌握C++语言中的基本数据类型、各种运算符、表达式。 5.C++数据输入流对象cin和输出流对象cout的使用。 6.程序的3种基本结构 7.构造数据类型,如数组、结构体、指针等的定义方法、特点和使用方法。 7.函数的定义、调用及函数调用过程中的参数传递的机理和程序执行流程。
sondjddj
- 利用 Microsoft Visual C++开发软件编程实现了银行储蓄管理系统的编译,该系统具有信息的添加、删除、查找、修改、保存和显示等功能。编写此系统,我们要利用C++得最要主要功能:派生、继承和多态。这样有的源代码可以重复使用,可以减少空间和调用的时间。定义类把每类数据都封装起来,这样机完整又保密性,使得程序清晰明朗,易检查。-Using Microsoft Visual C++ Development Software Programming management system of
Polymorphism
- Excellent explanation for polymorphism
polymorphism
- 讲解C++的PPT(主要是关于多态性的解释)-Explain the C++, PPT (mainly about the polymorphism)
Polymorphism
- 一个演示C++多态性的例子,能够很好地例证多态性的特点和用法!-A demonstration example of C++ polymorphism, polymorphism can be a good example of the characteristics and usage!
happygardern
- 一个帮助学习继承及多态概念的例子,便成模拟动物园叫声比赛,-A help to learn the concept of inheritance and polymorphism example, it calls into the zoo simulation game
CPP-polymorphism
- 简要介绍了C++的多态机制,包括其内部的维护方式-A brief introduction of C++ polymorphism
CPP-inheritance-and-polymorphism
- 详解C++中的继承,虚函数与多态,及其相对应的示例-Sep inheritance in c++, virtual function and polymorphism, and corresponding sample
The-ToString-polymorphism
- The ToString polymorphism Tostring的多态-The ToString polymorphism Tostring的多态
polymorphism
- C#中继承和多态的例子,只适用于初学者学习。-Inheritance and polymorphism in C# example, only suitable for beginners to learn.
Polymorphism
- Polymorphism using c-Polymorphism using c++
Inheritance-and-polymorphism
- 编程实现类与类之间的关系,体现继承和多态,包含:(1) 体现三类继承方式的区别 (2) 纯虚函数体现多态 (3) 有成员类 (4) 实现类成员初始化(5) 要有构造函数(6) 拷贝构造函数(7) 操作符重载 (8) 要有友元函数 (9) 类型匹配异常-The relationship between class and class programming, reflecting the inheritance and polymorphism, including: (1) ref
Polymorphism-and-virtual-functions
- 1.理解多态的概念 2.掌握如何用虚函数实现运行时多态 3.掌握如何利用抽象类 -1. Understand the concept of polymorphism 2. grasp how virtual functions to achieve when running multi-state 3. To learn how to use abstract classes
Polymorphism
- 以员工为父类,经理、普工均继承该类,创建经理类和普工类,输出经理和普工的工资。在父类编写getSalary()方法,并在子类中重写,实现多态。(工资包括基本工资与津贴,其中:基本工资:2000+工龄*10,父类定义;津贴与具体岗位有关)-Employees in the parent class, general manager, inherit the class, create a class and general manager, manager of the output and th
Polymorphism
- Polymorphism using c-Polymorphism using c++
Inheritance-and-polymorphism
- 初学C++了解继承与多态必看,很有帮助.-Beginners C++ understanding of inheritance and polymorphism must see, very helpful
ploymophsm
- this program about polymorphism
polymorphism
- polymorphism example