搜索资源列表
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.函数的定义、调用及函数调用过程中的参数传递的机理和程序执行流程。
Lesson02
- C++经典语法与应用,类的编写与应用,构造与析构函数,函数的重载,类的继承,函数覆盖,基类与派生类的构造函数、析构函数先后调用顺序,如何在派生类构造函数中向基类的构造函数传递参数,this成员变量,类型转换的内幕,虚拟函数与多态性,引用和指针的变量的区别与共同处。VC工程的编译原理与过程,将工程中不同的类拆分到不同的原文件中,每一个类由一个.h和.cpp文件共同完成,头文件重复定义问题的解决,培养了学员良好的编程习惯,也为以后分析MFC Appwizard生成的工程奠定了良好基础。-classi
lab8_1
- 该程序包含了c++中函数的多态性,是多态性的一个实例-The program contains a function, c polymorphism, is an example of polymorphism
studentdomitorymanagement
- 实现学生宿舍信息的基本管理,采用了面向对象的思想,用到虚函数,多重继承,多态-achieving student hostels basic information management, the use of the object-oriented thinking, use virtual function, multiple inheritance, polymorphism
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
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
Inheritance-and-polymorphism
- 初学C++了解继承与多态必看,很有帮助.-Beginners C++ understanding of inheritance and polymorphism must see, very helpful
ploymophsm
- this program about polymorphism
polymorphism
- polymorphism example