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

搜索资源列表

  1. 1

    0下载:
  2. 矩形类CRectangle具有4个int类型的私有数据成员x、y、width、high;-CRectangle
  3. 所属分类:assembly language

    • 发布日期:2017-04-07
    • 文件大小:580
    • 提供者:show
  1. changfangxing

    0下载:
  2. 说明并定义一个长方形类CRectangle。其数据成员定义为私有,包括左下角点坐标x,y;x方向长度a与y方向长度b。定义公有成员函数作为CRectangle的外部接口,包括输入或修改长方形的坐标;输出该长方形坐标、长宽,周长与面积。 -Describe and define a rectangle class CRectangle. The data member is defined as private, including the lower-left corner point coor
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1783175
    • 提供者:sankeletb
  1. main

    0下载:
  2. 设计一个类CRectangle,有5个数据成员(私有属性),分别为矩形左上顶点的横坐标、纵坐标和矩形的长、宽及矩形面积。该类还要求有5个成员函数(公有属性)和1个友元函数:矩形移动位置的move()函数,改变矩形大小的size()函数,显示输出数据成员的show()函数,构造函数和析构函数,友元函数是求矩形面积的area(),要求构造函数按形参(有默认参数值)初始化对象。并编写main函数测试该类各功能(至少定义2个对象)。 1、main函数中定义该类的对象,再调用各成员函数和友元函数。
  3. 所属分类:Other systems

    • 发布日期:2017-11-27
    • 文件大小:681
    • 提供者:王祎
  1. CRectangle

    0下载:
  2. C语言实现简单的CRectangle类C 语言实现简单的CRectangle类C语言实现简单的CRectangle类-C language implementation a simple CRectangle class C language implementation a simple CRectangle C-like language the simple CRectangle C-like language simple CRectangle class
  3. 所属分类:Console

    • 发布日期:2017-11-30
    • 文件大小:178665
    • 提供者:wujisen
  1. Classes-(I)---CPP-Documentation_files

    0下载:
  2. In order to avoid that, a class can include a special function called constructor, which is automatically called whenever a new object of this class is created. This constructor function must have the same name as the class, and cannot have any retur
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:31269
    • 提供者:梦娜
  1. cPPcourse_design

    0下载:
  2. 1、【拷贝构造函数】定义一个复数类CComplex class CComplex { private: float real //实部 float imag //虚部 public: CComplex(float x =0.0 , float y = 0.0):real(x),imag(y) {} CComplex(CComplex& c) CComplex operator+(CComplex& c)
  3. 所属分类:Other systems

    • 发布日期:2017-05-09
    • 文件大小:1787410
    • 提供者:红楼飞雪梦
搜珍网 www.dssz.com