CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 计算三角形的面积和周长

搜索资源列表

  1. 编写求解几何图形周长、面积的应用程序

    0下载:
  2. 编写求解几何图形周长、面积的应用程序,要求如下: 1) 几何图形要求至少包含直线、三角形,矩型,圆等类型,计算周长,面积等。 2) 要求能计算两个图形之间的距离 3) 要求能计算两个图形进行布尔运算(即交、并、差)后的面积(可选作)。 4) 必须用到继承、接口、多态和包 -It s good.
  3. 所属分类:JSP源码/Java

    • 发布日期:2017-03-21
    • 文件大小:11944
    • 提供者:陈新光
  1. area

    0下载:
  2. 输入一个大写英文字母,输出相应的小写字母。输入一个学生的数学成绩,如果它低于60,输出“Fail”,否则,输出“Pass”。输入一个正整数repeat (0<repeat<10),做repeat次下列运算: 输入四个整数,输出其中的最小值。 输入一个正整数repeat (0<repeat<10),做repeat次下列运算: 输入三角形的三条边a, b, c,如果能构成一个三角形,输出面积area和周长perimeter(保留2位小数);否则,输出“These
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-25
    • 文件大小:817
    • 提供者:海洋
  1. Triangle

    0下载:
  2. 计算三角形的面积和周长,要求如下: (1)设计出point类(点类)。 (2)设计出triangle类,至少包括其构造方法,以及获取面积和周长的方法等。 (3)通过输人三点坐标的方法来确定一个三角形,并输出三角形的面积、周长等。-Calculation of area and perimeter of triangles, the following: (1) design point type (point type). (2) triangle-type des
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-24
    • 文件大小:1051
    • 提供者:yanglingfei
  1. asasss

    0下载:
  2. 计算三角形的面积和周长。 通过输入三点坐标的方法来确定一个三角形,并输出三角形的面积和周长。-Calculation of area and perimeter of the triangle. By entering the three-point method to determine the coordinates of a triangle, and the output of the area and perimeter of the triangle.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-10
    • 文件大小:546
    • 提供者:天宇
  1. jiheti

    0下载:
  2. 显示并计算三角形等输入几何体的面积和周长-Display and input, such as calculating the triangular geometry of the area and perimeter
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:3244
    • 提供者:kathy
  1. triangle

    0下载:
  2. 通过用户输入任意三个点的坐标计算三角形的面积和周长-Through the user input the coordinates of an arbitrary three-point calculation of the area and perimeter of a triangle
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-23
    • 文件大小:820
    • 提供者:liutubing
  1. Count

    0下载:
  2. 计算三角形的面积和周长,要求设计出点数,通过输入三点坐标的方法来确定一个三角形,并输出三角形的面积,周长等。-Calculate triangle area and perimeter, to design the points, by entering the three methods to determine the coordinates of a triangle, and the output of the triangle area and perimeter.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:580
    • 提供者:feiye
  1. Tangle

    0下载:
  2. 通过坐标计算三角形面积和周长的JAVA小程序-Coordinates calculated by the triangle area and perimeter of the JAVA applet
  3. 所属分类:JavaScript

    • 发布日期:2017-04-04
    • 文件大小:8753
    • 提供者:yoguai2011
  1. Triangle

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

    • 发布日期:2017-11-14
    • 文件大小:778
    • 提供者:徐伟
  1. jisuansanjiaoxingmianji

    0下载:
  2. 利用C++中类的概念,利用引用来计算三角形的面积和周长-Using concept of C++ class using a reference to calculate the area of ​ ​ a triangle and perimeter
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-18
    • 文件大小:736
    • 提供者:任珊珊
  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. w1

    0下载:
  2. 实现求圆形、三角形、矩形的面积和周长。要求和说明如下: (一) 定义接口sharp接口 (二) 通过实现接口定义Rect、Triangle、Circle的类,并且一个构造方法,并实现求面积和周长的方法(其中三角形斜边的计算公式c=Math.sqrt (width * width + height * height ) ) -Seeking to achieve circular, triangular, rectangular area and perimeter. Requirem
  3. 所属分类:JavaScript

    • 发布日期:2017-04-10
    • 文件大小:734
    • 提供者:东东
  1. inherit-

    0下载:
  2. 试定义类TRI(三角形)及其派生类COL(三角柱体).其中三角形类可以计算三角形的面积和周长:三角柱体类可以计算柱体的体积和表面积.-Try to define classes TRI (triangle) and its derived classes COL (triangular prism) which can calculate the triangle class area and perimeter of triangles: triangular prism class can
  3. 所属分类:CSharp

    • 发布日期:2017-03-25
    • 文件大小:1377
    • 提供者:姜玉洁
  1. classandobject

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

    • 发布日期:2017-04-04
    • 文件大小:8542
    • 提供者:ccdd
  1. Grape

    0下载:
  2. JAVA语言编写的一个可以计算矩形、三角形、圆形的面积和周长的软件,页面精致简单!-JAVA language may calculate a rectangular, triangular, circular area and perimeter of the software, the page simply exquisite!
  3. 所属分类:Java Develop

    • 发布日期:2017-04-29
    • 文件大小:10932
    • 提供者:余懿
  1. jiheti

    0下载:
  2. 显示并计算三角形等输入几何体的面积和周长-Display and input, such as calculating the triangular geometry of the area and perimeter
  3. 所属分类:Game Program

    • 发布日期:2017-04-14
    • 文件大小:3285
    • 提供者:ying615793
  1. Triangle2D

    0下载:
  2. 定义一个三角形的类Triangle2D,包含设置和获取三个点的坐标、创建三角形的对象的构造方法。可以计算三角形的面积和周长以及给定点,判断该点和三角形之间的关系(在三角形内、三角形重叠、三角形外)。请编写该测试程序。-Define a triangle class Triangle2D, contains set and get the three coordinates of the point, to create a triangular object constructor. You c
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:2107
    • 提供者:王说
  1. TestForm

    0下载:
  2. 一个计算各种形状的面积和周长的程序。 父类Shape2D为一个抽象类,其中包含计算周长和计算面积两个方法。其他形状圆(Circle),三角形(Triangle)和长方形(Rectangle)均继承自Shape2D类。而Square继承自Rectangle类。编写测试类来计算这些形状的面积。(A program for calculating the area and perimeter of various shapes. The parent class Shape2D is an abs
  3. 所属分类:其他

  1. 图形的周长和面积计算器C_.doc

    0下载:
  2. 为了大家更方便的计算图形的周长和面积,我设计了一个实现图形的周长和面积的计算器。这个计算器可以计算圆形、矩形、三角形的周长和面积。用户输入圆的半径或者矩形的长和宽或者三角形的三边长,系统判断用户输入的是否正确,若不正确,给出提示;若正确,系统会计算出相应的周长和面积,并显示在屏幕上反馈给用户。(In order to calculate the circumference and area of the graph more conveniently, I designed a calculat
  3. 所属分类:文章/文档

    • 发布日期:2018-01-06
    • 文件大小:156672
    • 提供者:npc
  1. p41

    1下载:
  2. 有键盘输入三角形的三条边的长度,通过程序计算出其面积和周长,并显示在屏幕上(The keyboard input the length of the three sides of the triangle, and the program calculates its area and circumference, and displays it on the screen.)
  3. 所属分类:网络编程

    • 发布日期:2018-05-03
    • 文件大小:4096
    • 提供者:慢慢巴
« 12 »
搜珍网 www.dssz.com