CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 WEB源码 搜索资源 - 三角形

搜索资源列表

  1. TCPSocketTrangle

    0下载:
  2. 使用Java开发的利用Socket开发的图形化界面,计算三角形面积,可以实现一对多的通信-TSPSocket trangle
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:2495
    • 提供者:华仔
  1. PolygonsArea

    0下载:
  2. 用第归计算多边形的面积,如果是四边形,就把它切成两个三角形,总之,只计算三角形的面积,然后把所有三角形的面积加起来就是总面积-The area of a polygon in Cartesian space is to be calculated. Each vertex of the polygon is at a coordinate (x,y). A polygon can be divided in half creating 2 sub polygons by adding a
  3. 所属分类:Java Develop

    • 发布日期:2017-04-15
    • 文件大小:8645
    • 提供者:lai ni
  1. CJava2

    0下载:
  2. Java 设计的小程序判断三个数字是否为三角形。-Java applet designed to determine whether a triangle of three figures.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:2323
    • 提供者:黎鸿江
  1. soft

    0下载:
  2. 一款对三角形和nextdate函数进行测试的小工具 -A function of the triangle and nextdate test gadget
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:66349
    • 提供者:yanhao
  1. huatu

    0下载:
  2. //2.2编写一个APPLET程序 //当按下屏幕下方的按钮时, //上方画出相应的图形 //要求屏幕上在任一时刻只能有一个图形存在。本程序画的是三角形和正方形-//APPLET 2.2 write a program// bottom of the screen when you press the button,// Draw the top of the corresponding graphic// requests on the screen at any one time
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:4414
    • 提供者:youyi
  1. Sjx.java

    0下载:
  2. 编写一个三角形类,能根据3个实数构造三角形对象,如果三个实数不满足三角形的条件,则自动构造以最小值为边的等边三角形。输入任意三个数,求构造的三角形面积。-Preparation of a triangle class, according to three real objects constructed triangle, if the triangle does not meet the three conditions of a real number, is automatically
  3. 所属分类:Ajax

    • 发布日期:2016-01-25
    • 文件大小:1024
    • 提供者:王涛
  1. Triangle

    0下载:
  2. 符号三角形本人原创的解法。支持较大数字的运行而不会出现溢出错误。-Solution to my original triangle symbol. Support large numbers does not appear to run an overflow error.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-11
    • 文件大小:787
    • 提供者:Meissah
  1. test

    0下载:
  2. java两种方法编写倒置的三角形,输出第一行7个,第二行5,第三行3个,第四行1个-two ways to write java inverted triangle, the first line of the output 7, the second line 5, the third line 3, the fourth line 1
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:14532
    • 提供者:梁桂立
  1. JAVA

    0下载:
  2. 使用Java语言编写一个程序求解矩形、三角形的面积与周长-Write a program using the Java language to solve the rectangle, triangle area and perimeter
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:4287
    • 提供者:chenmoxiyu
  1. sierpinski

    0下载:
  2. 用java编写的谢尔宾斯基三角形Sierpinski triangle formation-Written by java Sierpinski triangle
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:1247
    • 提供者:liyang
  1. YangHuiSanJiao

    0下载:
  2. 实现杨辉三角——以1为腰的三角形,中间带有空格,可以任意输入想打出的行数-Yang Hui triangle to achieve- to 1 for the lumbar triangle, in the middle with a space, you can enter any number of lines to play
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:685
    • 提供者:欧定
  1. AreaAndLength

    0下载:
  2. AreaAndLength.java 三角形、梯形和圆形的类封装,使用类来封装对象的属性和功能-AreaAndLength.java
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:1078
    • 提供者:lakehu
  1. Shap

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

    • 发布日期:2017-03-27
    • 文件大小:674
    • 提供者:蒙子
  1. test

    2下载:
  2. 黑盒测试(等价类划分+边界值分析+决策表方法)白盒测试(语句覆盖、分支覆盖、条件覆盖、分支/条件覆盖、条件组合覆盖及基本路径测试方法)分析三角形问题-Black box testing (equivalence class boundary value analysis+ by+ decision table method) white box (statement coverage, branch coverage, condition coverage, branch/condition c
  3. 所属分类:Java Develop

    • 发布日期:2017-03-26
    • 文件大小:31915
    • 提供者:shitou
  1. areaAndLength

    0下载:
  2. java三角形、梯形和圆形的类封装使用类来封装对象的属性和功能-java
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:15467
    • 提供者:刘文俊
  1. yuan

    0下载:
  2. 此代码为Java代码,可以实现实现求圆、三角形和梯形的面积-This code is Java code, you can achieve realization of circular, triangular and trapezoidal area
  3. 所属分类:JavaScript

    • 发布日期:2017-04-14
    • 文件大小:3362
    • 提供者:123
  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. acm-FindEquilRtiangle

    0下载:
  2. 输入三个数字,判断在杨辉三角中,以这三个数字为顶点是否构成一个等边三角形-Enter three digits to determine that in the Yang Hui triangle, wether the vertices of the three numbers can constitute an equilateral triangle
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:4596
    • 提供者:小葱
  1. Trianglele

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

    • 发布日期:2017-04-13
    • 文件大小:1689
    • 提供者:william
  1. AreaAndLength

    0下载:
  2. 用类方法实现圆和三角形梯形等图形的面积及周长-Area And Length
  3. 所属分类:Java Develop

    • 发布日期:2017-04-11
    • 文件大小:1108
    • 提供者:
« 1 2 3 45 6 7 8 9 10 »
搜珍网 www.dssz.com