CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 搜索资源 - Polymorphism

搜索资源列表

  1. ImageProcess.rar

    0下载:
  2. 用vc++6.0实现的图像锐化算法(实现了多种常见的锐化算子)和伪彩色增强算法,可以调节颜色范围,算法设计优良,利用了运行时多态。,With vc++ 6.0 achieve image sharpening algorithm (to achieve a wide range of common sharpening operator) and pseudo-color enhancement algorithms can adjust the color range, the algorit
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:168.67kb
    • 提供者:孙宇
  1. Solve

    0下载:
  2. 编写求解几何图形周长、面积的应用程序,要求如下: 1) 几何图形要求至少包含直线、三角形,矩型,圆等类型,计算周长,面积等。 2) 要求能计算两个图形之间的距离 3) 要求能计算两个图形进行布尔运算(即交、并、差)后的面积(可选作)。 4) 必须用到继承、接口、多态和包,内部类可选 -Written to solve geometry perimeter, area of ​ ​ application requirements are as follow
  3. 所属分类:Fractal program

    • 发布日期:2017-03-26
    • 文件大小:3.75kb
    • 提供者:xieqiyu
  1. ObjectSample

    0下载:
  2. 以TStrings为例子,来说明多态性,以及相关的应用-Polymorphism
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-29
    • 文件大小:15.72kb
    • 提供者:tony
  1. InheritanceAndPolymorphism

    0下载:
  2. 继承和多态,实现由链表的继承与多态,创建了栈和队列,用模版扩充-Inheritance and polymorphism to achieve from the list of inheritance and polymorphism to create a stack and queue, use the template to expand
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:3.25kb
    • 提供者:wangyao
  1. Draw

    0下载:
  2. Mini draw,画图板功能,简单的类的继承与多态,类似windows自带的画图软件-Mini draw, drawing boards feature a simple class inheritance and polymorphism, similar to the Paint software that comes with windows
  3. 所属分类:Graph program

    • 发布日期:2017-03-23
    • 文件大小:40.74kb
    • 提供者:吴晓群
  1. demos

    0下载:
  2. C++学习,比较主要集中测试程序,很好理解C++。如:C++面向对象编程_1、从struct到class,C++面向对象编程_2、构造函数和析构函数,C++面向对象编程_3、操作符_重载_友元_静态成员,C++面向对象编程_4、拷贝控制,C++面向对象编程_5、继承,C++面向对象编程_6、多态性,-C++ learn more focus on testing procedures, a good understanding of C++. Such as: C++ object-orient
  3. 所属分类:Graph program

    • 发布日期:2017-03-28
    • 文件大小:101.23kb
    • 提供者:李世蓂
  1. xunishixian

    0下载:
  2. 虚函数实现动态多态性,设计一个类CShape,并在CShape的基础上有继承类圆CCircle、矩形CRect和椭圆CEll。-Virtual functions to achieve dynamic polymorphism, to design a class CShape, and CShape the basis of a derived class round CCircle, rectangular and oval CRect CEll.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:1.54kb
    • 提供者:收到回复
  1. Shape

    8下载:
  2. 写一个画图小程序MiniDraw,要求画直线(Line),椭圆(Ellipse),矩形(Rectangle),多边形(Polygon)等图形元素(图元)。 每种图元需用一个类(对象)来封装,如CLine, CEllipse, CRect, CPolygon; 各种图元可从一个父类CShape来继承; 每种图元的绘制不一样,但是绘制接口在父类中是一样,因此可学习和使用类的多态性。 -Write a drawing applet MiniDraw, required drawing
  3. 所属分类:Graph Drawing

    • 发布日期:2014-08-15
    • 文件大小:1.96mb
    • 提供者:陈婉
  1. Class

    0下载:
  2. 面向对象程序语言三个关键特点:  封装 ( Encapsulation )  继承 ( Inheritance )  多态 ( Polymorphism )-Object-oriented programming languages on three key features:  package (Encapsulation)  inheritance (Inheritance) ᠋
  3. 所属分类:GIS program

    • 发布日期:2017-04-08
    • 文件大小:90.72kb
    • 提供者:金大鹏
  1. ThinkingCplusplus

    0下载:
  2. 本书作者根据自己学习C++的亲身体会及多年教学经验,用简单的例子和简练的叙述讲解C++编程,别具特色。 全书共分十八章,内容涉及对象的演化、数据抽象、隐藏实现、初始化与清除、函数重载与缺省参数、输入输出流介绍、常量、内联函数、命名控制、引用和拷贝构造函数、运算符重载、动态对象创建、继承和组合、多态和虚函数、模板和包容器类、多重继承、异常处理和运行时类型识别。 -Of this book to learn C++ based on their personal experience a
  3. 所属分类:Graph Recognize

    • 发布日期:2017-06-02
    • 文件大小:13.82mb
    • 提供者:洚心独吟
  1. DArray

    2下载:
  2. 写一个画图小程序MiniDraw,要求画直线(Line),椭圆(Ellipse),矩形(Rectangle),多边形(Polygon)等图形元素(图元)。 每种图元需用一个类(对象)来封装,如CLine, CEllipse, CRect, CPolygon; 各种图元可从一个父类CShape来继承; 每种图元的绘制不一样,但是绘制接口在父类中是一样,因此可学习和使用类的多态性-Write a drawing applet MiniDraw, required drawing a straight
  3. 所属分类:Graph Drawing

    • 发布日期:2014-08-17
    • 文件大小:2kb
    • 提供者:fhj
  1. cPP

    1下载:
  2. 8.6 几何形体的派生关系如下: 对平面形体有长和面积,对立体有表面积和体积,对几何图形基类,周长、面积和体积应怎样计算(用什么函数)?对平面图形体积怎样计算(用什么函数)?对立体图形周长怎么计算(用什么函数)?要求实现运行时的多态性。请编程,并测试。 -8.6 derived geometric relationship is as follows: The body has a long and flat area, on a three-dimensional sur
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:1.1kb
    • 提供者:abc
  1. homework1

    0下载:
  2. 编写求解几何图形周长、面积的应用程序,要求如下: 1) 几何图形要求至少包含直线、三角形,矩型,圆等类型,计算周长,面积等。 2) 要求能计算两个图形之间的距离 3) 要求能计算两个图形进行布尔运算(即交、并、差)后的面积(可选作)。 4) 必须用到继承、接口、多态和包 -Written to solve geometry perimeter, area of application requirements are as follows: 1) The geomet
  3. 所属分类:Fractal program

    • 发布日期:2017-04-04
    • 文件大小:7.76kb
    • 提供者:高荣
  1. FISH-AND-ANIMAL-CPP

    0下载:
  2. C++编译器在编译的时候,发现Animal类的breathe()函数是虚函数,这个时候C++就会采用迟绑定(late binding)的技术,在运行时,依据对象的类型(在程序中,我们传递的Fish类对象的地址)来确认调用的哪一个函数,这种能力就做C++的多态性。-C++ compiler during compilation, found the Animal class breathe () function is a virtual function, the c++ will use la
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-15
    • 文件大小:2.34kb
    • 提供者:周前飞
搜珍网 www.dssz.com