CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 汇编语言 搜索资源 - 面积计算

搜索资源列表

  1. Rectangle

    1下载:
  2. 设计并测试一个名为Rectangle的矩形类,其属性为矩形的左下角与右下角两个点的坐标,能计算矩形的面积-design and test a rectangular called Rectangle category, its attributes to the lower left-hand corner of the rectangle with 2 points lower right coordinates, which calculates the rectangular area
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:8.38kb
    • 提供者:luyou
  1. q

    0下载:
  2. 可以直接用来计算三角形的面积,方便的很哦
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:5.23kb
    • 提供者:me
  1. ALLMAIN

    0下载:
  2. 该程序为我做过的一个基于51的联合收割机自动计费器源码。可以自动计算亩数并转换为面积和价格显示。
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:5.05kb
    • 提供者:赵国栋
  1. circle

    0下载:
  2. 定义一个圆类,计算圆的面积和周长。   要求:分别用成员函数和友元函数来求圆的面积和周长。 -Class defines a circle, calculate area and circumference of a circle. Requirements: member function respectively, and a friend function to find area and circumference of a circle.
  3. 所属分类:assembly language

    • 发布日期:2017-03-24
    • 文件大小:8.84kb
    • 提供者:时间
  1. vb

    0下载:
  2. 首先判断给出的3条边能否构成三角形。如可以构成。则计算并输出该三角形的面积,否则要求重新输入。当输入-1时结束程序-First of all, given to determine whether the three constitute a triangle edge. Such as may constitute. Are calculated and output in the triangle area, and failing that, to re-enter. When you e
  3. 所属分类:assembly language

    • 发布日期:2017-03-31
    • 文件大小:917byte
    • 提供者:tom
  1. BubbleImage

    0下载:
  2. 由拍的照片计算照片中图形面积的大小,先自己预设参考面积大小-caculate the square of the black dots
  3. 所属分类:assembly language

    • 发布日期:2017-06-10
    • 文件大小:16.73mb
    • 提供者:孔雯
  1. arry

    0下载:
  2. 声明一个circle类,包含数据成员:radius(半径);成员函数:setradius()、getradius()、getarea()。在main()函数中,声明一个包含5个circle对象的数组,并提示用户输入它们的半径;使用getallareas()函数,求所有circle对象的面积之和,并在屏幕上输出计算结果。-Program fills up, realize the function: declare a circle kind, contain data members: radi
  3. 所属分类:assembly language

    • 发布日期:2017-03-30
    • 文件大小:528byte
    • 提供者:dsdsd
  1. DialogBase

    0下载:
  2. 十进制的VC++圆面积计算器源代码,界面可视化,只需要输入圆的半径,就可以快速计算出圆的面积。VC源码下载,相对完整,可直接编译生成EXE-Decimal VC++ round area calculator source code, visual interface, only need to input the radius of the circle, can quickly calculate the area of a circle. VC source code, relativel
  3. 所属分类:assembly language

    • 发布日期:2017-11-25
    • 文件大小:39.69kb
    • 提供者:wqwq
  1. cPP

    0下载:
  2. 简单C++编程计算,并有中文解释,计算圆的直径,面积以及体积-Simple C++ programming calculation, and have Chinese interpretation and calculation the diameter of the circle, area and volume
  3. 所属分类:assembly language

    • 发布日期:2017-11-17
    • 文件大小:2.91kb
    • 提供者:刘双
  1. EX4-01

    0下载:
  2. 计算圆的面积,主要是用于除入门者的练习。-Calculating area of ​ ​ a circle is mainly used in addition to the exercises for beginners.
  3. 所属分类:assembly language

    • 发布日期:2017-04-17
    • 文件大小:304.97kb
    • 提供者:张冉
  1. yuan

    0下载:
  2. 这是根据半径计算圆的周长和面积,并且非常实用- get circle
  3. 所属分类:assembly language

    • 发布日期:2017-04-25
    • 文件大小:14.73kb
    • 提供者:海浪
  1. yuan3

    0下载:
  2. 这是根据半径计算圆的周长和面积,并且非常实用-get circle
  3. 所属分类:assembly language

    • 发布日期:2017-04-04
    • 文件大小:5.89kb
    • 提供者:海浪
  1. yuan2

    0下载:
  2. 这是根据半径计算圆的周长和面积,并且非常实用-get circke
  3. 所属分类:assembly language

    • 发布日期:2017-04-27
    • 文件大小:14.33kb
    • 提供者:海浪
  1. 111

    0下载:
  2. 随机输入三个数字,判断其能否组成一个三角形。如果能,则计算其面积-Random input three numbers to determine its ability to form a triangle. If so, then calculate its area
  3. 所属分类:assembly language

    • 发布日期:2017-04-05
    • 文件大小:790byte
    • 提供者:fish
  1. 2

    0下载:
  2. 先定义“点”类Point,由“点”类派生出“圆”类Circle,再由“圆”类生成“圆柱体”类cylinder。圆类的属性有圆心和半径(指针类型);方法有构造函数、析构函数、显示面积和计算面积。圆柱体类的新增属性是高度,方法有构造函数、析构函数、显示体积和计算体积。类的应用:创建一个圆柱体类,显示信息,求它的体积。类的定义与实现及主函数以多文件组织。-The first definition of "point" Point, "points" class derived from the "Ci
  3. 所属分类:assembly language

    • 发布日期:2017-04-07
    • 文件大小:1.16kb
    • 提供者:123
  1. 2

    0下载:
  2. 一个三角形三条边比较大小,并且能够计算三角形的面积,计算三角形的周长,这三条边是否能够构成三角形。-Compare the size of the three sides of a triangle,and is able to calculate the area of ​ ​ a triangle,triangular perimeter calculation, whether it can be formed three sides of a triangle.
  3. 所属分类:assembly language

    • 发布日期:2017-04-06
    • 文件大小:19.53kb
    • 提供者:张三
  1. area

    0下载:
  2. 定义一个基类MyGraph,要求有一个纯虚函数double Area()=0。从基类派生一个圆类Circle和矩形类Rectangle,再由Rectangle类派生出Square类,分别给出Area()实现。 重载“>>”,实现对图形信息的输入。在主函数中计算三种形状的面积,并显示输出。 -Define a base class MyGraph, requires a pure virtual function double Area () = 0. Derive a circl
  3. 所属分类:assembly language

    • 发布日期:2017-04-08
    • 文件大小:10.36kb
    • 提供者:崔冲
  1. rectangle

    0下载:
  2. 三角形面积的计算公式JAVA,但是还是分享-this is one formula which can calculate the whole area of rectangle.
  3. 所属分类:assembly language

    • 发布日期:2017-04-06
    • 文件大小:2.17kb
    • 提供者:fushiyuan
  1. area

    0下载:
  2. matlab 图像处理程序 初学者面积计算练习-Image area calculation
  3. 所属分类:assembly language

    • 发布日期:2017-04-29
    • 文件大小:12.87kb
    • 提供者:芮星
  1. mj

    0下载:
  2. CAD面积计算,可以很好计算CAD面积,提高面积计算效率和速度。-Cad plug-ins can be a very good area to calculate the area can be directly calculated area does not affect the actual work
  3. 所属分类:assembly language

    • 发布日期:2017-04-11
    • 文件大小:1.36kb
    • 提供者:1
« 12 »
搜珍网 www.dssz.com