搜索资源列表

  1. Calculation

    0下载:
  2. 《实用计算器》是一个集多种计算功能于一体的多功能数值计算器,包括以下七个功能: 1.电桥。用来处理《大学物理基础实验》中双臂电桥部分的实验数据,在左栏中输入所测实验数据后,点击\"计算\"按钮,即在右栏中显示答案。 2.计算器。是模仿Windows XP操作系统附件中的科学计算器做成,但并没有实现它的全部功能,仅能实现十进制下的运算及二进制、八进制、十进制和十六进制间数值的转换。 3.大数运算。能够实现十万位以内非负整
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:61947
    • 提供者:王林
  1. area

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

    • 发布日期:2024-06-01
    • 文件大小:1024
    • 提供者:海洋
  1. Triangle

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

    • 发布日期:2024-06-01
    • 文件大小:1024
    • 提供者: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
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-06-01
    • 文件大小:1024
    • 提供者:天宇
  1. jiheti

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

    • 发布日期:2024-06-01
    • 文件大小:3072
    • 提供者: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编程

    • 发布日期:2024-06-01
    • 文件大小:1024
    • 提供者: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
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-06-01
    • 文件大小:1024
    • 提供者:feiye
  1. Tangle

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

    • 发布日期:2024-06-01
    • 文件大小:9216
    • 提供者:yoguai2011
  1. Triangle

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

    • 发布日期:2024-06-01
    • 文件大小:1024
    • 提供者:徐伟
  1. jisuansanjiaoxingmianji

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

    • 发布日期:2024-06-01
    • 文件大小:1024
    • 提供者:任珊珊
  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 clas
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-06-01
    • 文件大小:1024
    • 提供者:孙巧巧
  1. w1

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

    • 发布日期:2024-06-01
    • 文件大小:1024
    • 提供者:东东
  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 triangle
  3. 所属分类:C#编程

    • 发布日期:2024-06-01
    • 文件大小:1024
    • 提供者:姜玉洁
  1. classandobject

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

    • 发布日期:2024-06-01
    • 文件大小:8192
    • 提供者: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. 所属分类:JSP源码/Java

    • 发布日期:2024-06-01
    • 文件大小:11264
    • 提供者:余懿
  1. jiheti

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

    • 发布日期:2024-06-01
    • 文件大小:3072
    • 提供者:ying615793
  1. Triangle2D

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

    • 发布日期:2024-06-01
    • 文件大小:2048
    • 提供者:王说
  1. TestForm

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

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

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

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

    0下载:
  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. 所属分类:Internet/网络编程

    • 发布日期:2024-06-01
    • 文件大小:4096
    • 提供者:慢慢巴
« 12 »

源码中国 www.ymcn.org