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

搜索资源列表

  1. xiangmu1

    1下载:
  2. 判断三边是否能构成三角形 如果是的话并求周长面积-#include <stdio.h> #include <math.h> void main() { int a,b,c double p,s printf("请输入三角形的三边长:") scanf(" d, d, d",&a,&b,&c) if ((a+b>c&&a-b<c)==1) { p=(a+b+c)/2 s=sqrt(p*(p-
  3. 所属分类:CSharp

    • 发布日期:2017-11-10
    • 文件大小:1160
    • 提供者:杜乘风
  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. Object

    0下载:
  2. 面向对象,求圆的周长,圆的面积,长方形的周长,长方形的面积,三角形的周长,三角形的面积-Object-oriented, seeking circumference of a circle, area of ​ ​ a circle, rectangular perimeter, area of ​ ​ the rectangle, the perimeter of the triangle, triangle area
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-20
    • 文件大小:881306
    • 提供者:冯鹏飞
  1. yuan

    0下载:
  2. 求圆的周长,面积,圆球体积,圆柱体积,用cin输入要计算的项目,然后输出计算结果,输入输出时要有文字提示-Of circular perimeter, area, volume sphere, cylinder volume, with the cin input to calculate the project, and then output the results, when you have a text prompt input and output
  3. 所属分类:Algorithm

    • 发布日期:2017-11-27
    • 文件大小:2815
    • 提供者:朱佳俊
  1. Triangle

    0下载:
  2. 先创建一个MyPoint类,然后定义Triangle类。在Triangle类中定义三个MyPoint的实例来表示一个三角形的三个点,再定义一个方法setTri对这三个点进行初始化,然后定义两个方法求三角形的周长、面积。在main()中创建一个对象,求给定三点的三角形的周长、面积。-MyPoint first create a class, and then define the Triangle class. In the Triangle class defines three MyPoint
  3. 所属分类:Java Develop

    • 发布日期:2017-11-09
    • 文件大小:19004
    • 提供者:Fan
  1. PMTX

    0下载:
  2. 运用面向对象方法设计点类和平面图形类(含点类成员),并由后者 派生设计圆类(含圆心、半径)、正方形类(含左上角顶点、边长)与矩形类(含 左上角顶点、长和宽)、三角形类(含三个顶点);同时为有关类设计构造函数、 成员数据设置/提取操作函数、顶点显示函数及周长与面积计算函数,其中顶点 显示函数及周长与面积计算函数在平面图形类中应定义为纯虚函数。在主函数 第 4 页 中,分别创建各类对象,调用和执行相关成员函数,观察并分析程序运行结果-The use of object-ori
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-16
    • 文件大小:1490
    • 提供者:苗茂米
  1. Test4

    0下载:
  2. 计算三角形的面积和周长,要求如下: (1)设计出point类(点类) (2)设计出triangle类,至少包括其构造方法,获取面积和周长的方法。 (3)通过输入三点坐标的方法来确定一个三角形,并输出三角形的面积周长等内容。 -Calculate the area and perimeter of a triangle, the following: (1) design a point class (Point class) (2) design a triangle class
  3. 所属分类:JavaScript

    • 发布日期:2017-12-07
    • 文件大小:725
    • 提供者:孙巧巧
  1. Box

    1下载:
  2. 一个立方体Box可以视为在一个矩形Rectangle的相互正交的长length和宽width的基础上增加一维与length和width相互正交的高height而生成的。 定义具有继承关系的矩形类Rectangle和立方体类Box。两个类中除了具有共同的属性length和width,还具有相同的接口(公有成员函数)Area(计算矩形面积立方体面积),Perimeter(计算矩形周长或立方体周长),Diagmonal(计算矩形对角线或立方体对角线的长度),GetLength(获取长度属性),Ge
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-24
    • 文件大小:861
    • 提供者:郑秋凯
  1. sdsd

    0下载:
  2. 小例子,里面有计算器、求圆的面积和周长、求方形的面积和周长-Small example
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:10784
    • 提供者:鲁智标
  1. CPP

    0下载:
  2. 内含C++经典代码,根据半径计算圆的周长和面积、十和十六进制数混合运算并输出、计算和打印打印乘法九九表等诸多代码,有较为详细的注释。-Containing C++ classic code, according to the radius of the circumference of a circle and area calculations, ten and hexadecimal numbers mixed calculates and outputs, calculate and pr
  3. 所属分类:software engineering

    • 发布日期:2017-04-17
    • 文件大小:145039
    • 提供者:黑色苍穹
  1. myshaprdemp

    0下载:
  2. 可以调用好多个类,把那个可以计算不同形状的面积 周长等等。-@property (retain,nonatomic)Weapon*weapon
  3. 所属分类:MacOS develop

    • 发布日期:2017-04-16
    • 文件大小:40467
    • 提供者:liuxingyu
  1. jihetezheng3

    0下载:
  2. 计算图像几何特征,包括周长、面积、圆形度、矩形度、细长度、不变矩、中心矩等-Calculated image geometric features, including perimeter, area, roundness, squareness, fine length, invariant moments, central moments, etc.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:1181
    • 提供者:付小珊
  1. dda

    0下载:
  2. 程序的作用是在CAD中自动标注房屋封闭多义线的面积和周长,并能够计算累计面积-The role of the program is automatically closed polyline annotation housing area and perimeter, and be able to calculate the total area
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:1582
    • 提供者:wwwwww
  1. biaokuang

    0下载:
  2. 可以实现最小面积,最小周长对图像进行标框,可以直接运行-Minimum area can be achieved, the minimum standard for image perimeter frame can be run directly
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:2525
    • 提供者:杨秀芳
  1. main

    1下载:
  2. 求三角形面积和周长,全C代码。用C实现类对象,如果你不是C语言高手,绝对会震惊你-Find the area and perimeter of a triangle, all C code. Class objects implemented in C, C language experts if you are not, you will definitely be shocked. . .
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:840
    • 提供者:zhengs
  1. Image-segmentation

    0下载:
  2. 图像分割,包括标识物体测量面积周长及阈值分割和轮廓提取的实现代码-Image segmentation
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:369003
    • 提供者:gf
  1. C123

    0下载:
  2. C++经典程序代码大全,包括根据半径计算圆的周长和面积等-Classic C++ program code Daquan, including the calculation based on the radius of the circle perimeter and area, etc.
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:94895
    • 提供者:HJ
  1. c1

    0下载:
  2. 声明一个Shape抽象类,在此基础上派生出Rectangle和Circle类,二者都有GetArea()和GetPerim()函数,GetArea用来计算对象的面积,GetPerim用来计算对象的周长。-Declare an abstract class Shape, on this basis, derived classes Rectangle and Circle, the two have GetArea () and GetPerim () function, GetArea used
  3. 所属分类:software engineering

    • 发布日期:2017-04-14
    • 文件大小:4934
    • 提供者:江勇
  1. ShapeTester

    1下载:
  2. 创建一个几何类型类,其中有计算面积getArea()和周长getPerimeter()抽象方法,然后通过它派生出三角形类、圆形类、矩形类,并通过测试类进行测试-Create a geometry type class, which calculate the area getArea () and perimeter getPerimeter () abstract method, then it derived class triangle, round type, rectangular c
  3. 所属分类:JavaScript

    • 发布日期:2017-04-01
    • 文件大小:1024
    • 提供者:hsq
  1. zhouchang

    0下载:
  2. 运用java软件进行图形周长的计算。通过他可以可以好好的掌握求周长及面积-java
  3. 所属分类:JavaScript

    • 发布日期:2017-03-23
    • 文件大小:630
    • 提供者:罗新华
« 1 2 ... 14 15 16 17 18 1920 21 22 23 24 ... 50 »
搜珍网 www.dssz.com