CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - rectangle c

搜索资源列表

  1. 矩形对象以及Point类成员计算其面积

    0下载:
  2. 编写C++程序完成以下功能: 定义一个Point类,其属性包括点的坐标,提供计算两点之间距离的方法 定义一个矩形类,其属性包括左上角和右下角两个点,提供计算面积的方法 创建一个矩形对象,提示用户输入矩形左上角和右下角的坐标 观察矩形对象以及Point类成员的构造函数与析购函数计算其面积,并输出 ,The preparation of C++ Process is complete the following functions: the definition of
  3. 所属分类:其他小程序

    • 发布日期:2017-03-21
    • 文件大小:1193
    • 提供者:王靖
  1. juxing

    0下载:
  2. 1、 矩形 编写C++程序完成以下功能: (1) 定义一个Point类,其属性包括点的坐标,提供计算两点之间距离的方法; (2) 定义一个矩形类,其属性包括左上角和右下角两个点,提供计算面积的方法; (3) 创建一个矩形对象,提示用户输入矩形左上角和右下角的坐标; (4) 观察矩形对象以及Point类成员的构造函数与析构函数的调用; (5) 计算其面积,并输出。 -1, rectangular write C++ program completed the follo
  3. 所属分类:Other systems

    • 发布日期:2017-11-17
    • 文件大小:813
    • 提供者:周彦均
  1. 1

    0下载:
  2. 1、 矩形 编写C++程序完成以下功能: (1) 定义一个Point类,其属性包括点的坐标,提供计算两点之间距离的方法; (2) 定义一个矩形类,其属性包括左上角和右下角两个点,提供计算面积的方法; (3) 创建一个矩形对象,提示用户输入矩形左上角和右下角的坐标; (4) 观察矩形对象以及Point类成员的构造函数与析构函数的调用; (5) 计算其面积,并输出 -1, rectangular prepared C++ Process is complete the f
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-09
    • 文件大小:981
    • 提供者:李伟
  1. BlokOut1

    0下载:
  2. visual C++,MFC编程环境编写的用鼠标画方框的程序!-visual C++,MFC,draw rectangle!
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:56674
    • 提供者:caiba
  1. rectangular

    0下载:
  2. 1、 矩形 编写C++程序完成以下功能: (1) 定义一个Point类,其属性包括点的坐标,提供计算两点之间距离的方法; (2) 定义一个矩形类,其属性包括左上角和右下角两个点,提供计算面积的方法; (3) 创建一个矩形对象,提示用户输入矩形左上角和右下角的坐标; (4) 观察矩形对象以及Point类成员的构造函数与析构函数的调用; (5) 计算其面积,并输出。 -1, rectangular write C++ program completed the follo
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-05
    • 文件大小:945
    • 提供者:
  1. Rectangle

    0下载:
  2. 根据输入的长宽,计算Rectangle面积周长等功能,并画出在txt文件中-Rectangle Create a class Rectangle with attributes length and width, each of which defaults to 1 a. Provide member functions that calculate the perimeter and the area of the rectangle. b. Also provide se
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-15
    • 文件大小:3873
    • 提供者:沈晴雯
  1. exp23

    0下载:
  2. 1.设计一个类CRectanglea.a.该类重的私有成员变量存放Rectangle的左下角x,y和它的长(int)、宽(int),并且长、宽的默认值都是10。b.通过函数设置其长和宽,并确保长和宽在(0,50)范围之内c. 定义求它的周长的函数Perimeter。 并在此基础上实现Move、Size、Area、Getx、Gety函数。-1. Design a class CRectanglea.a. Weight of such private member variables store
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-20
    • 文件大小:32658
    • 提供者:rising
  1. Exp08

    0下载:
  2. 是C++课程的一个实验题目,计算三角型、长方形、圆的面值和周长-VC++ caculate the area and perimeter of the rectangle circle triangle
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-25
    • 文件大小:1143438
    • 提供者:商鞅
  1. bit-yuanpailie

    0下载:
  2. 给定n个大小不等的圆c , c , , cn 1 2  ,现要将这n个圆排进一个矩形框中,且要求各圆与矩形框的底边相切。圆排列问题要求从n个圆的所有排列中找出有最小长度的圆排列。例如,当n=3,且所给的3 个圆的半径分别为1,1,2时,这3个圆的最小长度的圆排列如图所示。其最小长度为2 + 4 2 。-Given n circles of varying sizes c, c,, cn 1 2  , now to the n rows into a round rec
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:747
    • 提供者:Susan
  1. shape

    0下载:
  2. 用c++的一个形状类,其中有子类正方形类和矩形类。-A shape with c++ class, which has classes and subclasses square rectangle classes.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:1104
    • 提供者:dingping
  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-08
    • 文件大小:1787410
    • 提供者:红楼飞雪梦
  1. rr

    0下载:
  2. 4.矩形转置:5.选择法排序;简单的c语言程序-4. rectangle transpose: 5 ranking selection method;Simple c language program
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2660
    • 提供者:杰伦
  1. Lab02

    0下载:
  2. 用C++构造绘制矩形的类并着色并返回所绘制的矩形在窗体中的位置和它的长宽-use c++ to create a new class which can draw rectangle and colour it
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:5947
    • 提供者:echo42
  1. juxing

    0下载:
  2. 点直线矩形三角形等的类定义,c++老师布置的作业-Point Line Rectangle triangle class definition
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-29
    • 文件大小:366733
    • 提供者:徐佳丽
  1. myDraw2-old

    0下载:
  2. 用C++语言实现的绘图程序,主要功能包括:画线、画圆、画矩形以及序列化等功能。-Using 等功能。 C++ language to achieve the drawing program, the main functions include: drawing lines, drawing circles, drawing rectangle, as well as serialization and other functions.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-05
    • 文件大小:698895
    • 提供者:无为君
  1. CAD

    0下载:
  2. 利用c++实现一个模拟的CAD应用,可以进行画直线、曲线、圆、矩形等-draw line、circle,curve,rectangle with CAD
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-04
    • 文件大小:298871
    • 提供者:张阳
  1. calibration

    0下载:
  2. 介绍一下制作这个类库的流程:新建一个项目→选择 类库 → 在这个类库的基础上添加新建项 → 用户控件→添加 引用HalconDotNet → 拖一个 Halcon显示图像的HalconWindow 上去 → 改写,添加 放大 缩小的功能 完毕。(Descr iption: halcon and C # joint programming, control function 1, support the mouse button zoom and left drag 2, support in t
  3. 所属分类:其他

    • 发布日期:2017-12-25
    • 文件大小:371712
    • 提供者:ms_mm
  1. rectangle

    0下载:
  2. rectangle example for C language
  3. 所属分类:其他

    • 发布日期:2018-01-03
    • 文件大小:32768
    • 提供者:vinylrecordz
搜珍网 www.dssz.com