CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - 计算矩形的面积

搜索资源列表

  1. bjw_01

    0下载:
  2. 简单的面积计算,可计算矩形和圆形,课后的作业-simple calculation, translate rectangular and circular, the after-school operations
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:8.12kb
    • 提供者:bao
  1. CalRec

    0下载:
  2. 模拟控件使用,计算控件外接矩形等,通过外接矩形的计算获得控件面积
  3. 所属分类:RichEdit

    • 发布日期:2008-10-13
    • 文件大小:16.04kb
    • 提供者:hhwei
  1. rectangle

    0下载:
  2. 1.设计并测试一个名为Rectangle的矩形类,其属性为矩形的左下角 //与右上角两个点的坐标,能计算矩形的面积。
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:5.79kb
    • 提供者:于洁
  1. Union_area

    0下载:
  2. 这是2008/6金山网上招聘试题的第二个题,计算窗口上两个矩形所覆盖的面积和是多少。
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:955byte
    • 提供者:Lucy
  1. 一个非常好用的Autocad工具集

    6下载:
  2. ********************************************************* * AyungerStudio AutoCAD-Tools 更新日期: 2010.02.01 * ********************************************************* 这是本人近年来独自开发的一个AutoCAD修改工具集合,现与各位共享,主要包括: 1、 绘制类: 箭头、示坡线、锥坡线、剖断线、垂线、切线、等高线加
  3. 所属分类:其他小程序

    • 发布日期:2010-03-26
    • 文件大小:1.96mb
    • 提供者:ayungerstudio
  1. 定义一个矩形类

    0下载:
  2. 定义一个矩形类,其属性包括左上角和右下角两个点,提供计算面积的方法; ,Define a rectangle class, its properties include the upper left and lower right corner of two points to provide the calculation method of the area
  3. 所属分类:C#编程

    • 发布日期:2017-04-05
    • 文件大小:888byte
    • 提供者:佟笠
  1. 矩形对象以及Point类成员计算其面积

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

    • 发布日期:2017-03-21
    • 文件大小:1.17kb
    • 提供者:王靖
  1. C++开发图形计算程序

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

    • 发布日期:2017-03-24
    • 文件大小:598byte
    • 提供者:yaoy92
  1. xufunction

    0下载:
  2. 写一个程序,定义抽象基类shape, 由它派生3个基类,Circle(圆),Rectangle(矩形),Trapezoid(梯形)。用虚函数分别计算几种图形的面积,并求他们的和。要求:用基类指针数组,使它的每一个元素指向一个派生类对象-Write a program that defines an abstract base class shape, it is derived from the three basic classes, Circle (round), Rectangle (re
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:665byte
    • 提供者:wangjian
  1. facetothething5

    0下载:
  2. 采用虚函数的方法计算三角形,矩形合圆的面积,利用C++语言进行设计求值。-The use of virtual function method of triangular, rectangular area of a circle together, using C++ language design is evaluated.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:5.39kb
    • 提供者:jay chou
  1. area

    0下载:
  2. 计算图形的面积,矩形,圆形,正方形,梯形,三角形。的小程序,菜鸟真的也不好当啊。-Calculating the area of graphics, rectangular, circular, square, trapezoid, triangle. Small procedures, when the rookie is really not a good ah.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-11
    • 文件大小:519byte
    • 提供者:阿忆
  1. 1

    0下载:
  2. 定义一个抽象类的CShape,包括纯虚数Area(用来计算面积)和SetData(用来重设形状大小)。然后派生出三角形CTriangle类、矩形CRect类、圆CCircle类,分别求其面积。最后定义一个CArea类,计算这几个形状的面积之和,各形状的数据通过CArea类构造函数或成员函数来设置。-Defines an abstract class CShape, including the pure imaginary number Area (used to calculate the ar
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:722byte
    • 提供者:卢振智
  1. rectangle

    0下载:
  2. 设计并测试一个名为Rectangle的矩形类,其属性为矩形的左下角与右上角两个点的坐标, 能计算矩形的面积。 -Design and test a class called Rectangle rectangle, bottom left corner of its property and the upper right corner of the rectangular coordinates of two points, to calculate the area of the
  3. 所属分类:数据库编程

    • 发布日期:2016-12-23
    • 文件大小:250.74kb
    • 提供者:Jerry
  1. CPP

    0下载:
  2. 东南大学C++上机实验11,商品结构体类型变量的定义和使用;定义二维坐标点结构体系类型计算并计算矩形面积-Southeast University, C++ test, product structure type variable definition and use define the type system of two-dimensional coordinates of the points structure and calculate the rectangular area
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:1008byte
    • 提供者:姚颖然
  1. juxing

    0下载:
  2. 设计并测试一个名为Rectangle的矩形类,其属性为矩形的左下角与右上角两个点的坐标, 能计算矩形的面积。 -Design and test a class called Rectangle rectangle, bottom left corner of its property and the upper right corner of the rectangular coordinates of two points, to calculate the area of ̴
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-03
    • 文件大小:1.06mb
    • 提供者:onway
  1. 1.1

    0下载:
  2. 设计并测试一个名为Rectangle的矩形类,其属性为矩形的左下角与右上角两个点的坐标,能计算矩形的面积-Design and test a class called Rectangle rectangle, bottom left corner of its property for the rectangle with upper right corner of the coordinates of two points, to calculate the area of ??a recta
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:71.86kb
    • 提供者:张莉
  1. liangjuxingxiangjiaomianji

    0下载:
  2. 输入两个矩形,判断两个矩形是否相交,如果相交,计算出相交的面积,不相交返回。-Input the two rectangular determine whether two rectangles intersect if intersect, calculate the area of ​ ​ the intersection of disjoint return.
  3. 所属分类:IME Develop

    • 发布日期:2017-11-14
    • 文件大小:3.55mb
    • 提供者:older
  1. DAOLU

    0下载:
  2. 设计并测试一个名为Rectangle的矩形类,其属性为矩形的左下角和右上角两个点的坐标,能计算矩形的面积。 -Design and test a rectangular called Rectangle class, its properties as coordinates of the lower left and upper right corner of the rectangle two points, can calculate the area of ​ ​
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-29
    • 文件大小:162.5kb
    • 提供者:超儿
  1. jisuanqi

    0下载:
  2. 使用PHP语言,开发一个简易计算器,实现计算圆,三角形,矩形的面积计算。-Using PHP language, develop a simple calculator to achieve computing circles, triangles, rectangles of area calculation.
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:3.23kb
    • 提供者:刘欢
  1. 整人

    0下载:
  2. 可以轻松计算规矩矩形的面积是用VBscr ipt装的(It is easy to calculate the area of a rectangular rectangle in VBscr ipt)
  3. 所属分类:其他

« 12 3 »
搜珍网 www.dssz.com