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

搜索资源列表

  1. Triangle-tools-2.1

    0下载:
  2. The triangle language processor will be consist of a compiler, an interpreter, and a disassembler-language processor will be co nsist of a compiler, an interpreter, and a disassembler
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:106.57kb
    • 提供者:leiuchan
  1. Triangle

    0下载:
  2. 通过三点坐标判断能否构成三角形。是的话计算面积-By three coordinates to determine whether to form a triangle. Is calculated area
  3. 所属分类:Java Develop

    • 发布日期:2017-11-09
    • 文件大小:4.68kb
    • 提供者:祖龙诀
  1. Triangle

    0下载:
  2. 我自己写的java程序,实现输入三个点的坐标,输出能否构成三角形并输出面积和周长-I wrote it myself java process, input the coordinates of three points, the output can constitute a triangle and the output area and perimeter
  3. 所属分类:Java Develop

    • 发布日期:2017-04-09
    • 文件大小:6.02kb
    • 提供者:jacky
  1. Triangle

    0下载:
  2. 一个判断是否是等边三角形还是等腰三角形的程序.-To determine whether it is an equilateral triangle or isosceles triangle procedures.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-28
    • 文件大小:876byte
    • 提供者:张杰
  1. Triangle

    0下载:
  2. 编写一个jsp页面,该页面提供一个表单,用户可以通过表单将三角形三边的长度提交给页面,用户提交表单后,jsp页面将计算三角形面积的任务交给一个bean去完成.-Write a jsp page, the page provides a form, users can form will be submitted to the length of the triangle triangular page, after the user submits the form, jsp page will
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-03-28
    • 文件大小:796byte
    • 提供者:hansen
  1. Yang-Hui-triangle

    0下载:
  2. 利用 Java 编程 可以 输出 杨辉三角-Java programmers can use the output Yang Hui Triangle
  3. 所属分类:Java Develop

    • 发布日期:2017-03-27
    • 文件大小:2.26kb
    • 提供者:cauchyjjd
  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
    • 文件大小:787byte
    • 提供者:Meissah
  1. triangle

    0下载:
  2. 输入三条边输出三角形的图形和面积 输入三条边输出三角形的图形和面积-Enter the three sides of the output graphics and area of the triangleEnter the three sides of the output graphics and area of the triangle
  3. 所属分类:Ajax

    • 发布日期:2017-04-03
    • 文件大小:1kb
    • 提供者:黄彬
  1. nextday-triangle

    0下载:
  2. 自己的作业,java写的下一天和三角形判断的代码,简单容易看懂-Own operations, the code of java to write the next day and the triangle judgment, simple and easy to understand
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:10.19kb
    • 提供者:郭乐乐
  1. triangle

    0下载:
  2. jsp文件,三角形的三边关系,三条边各自的长度,组成三角形的三边的条件,各种情况的分析-Triangle Success
  3. 所属分类:Java Develop

    • 发布日期:2017-04-10
    • 文件大小:599byte
    • 提供者:Alisha
  1. triangle

    0下载:
  2. 输入一个三角形的3个边长,检查是否能构成一个直角三角形-Input a triangle of three fields, check whether can constitute a right triangle
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:628byte
    • 提供者:hui
  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
    • 文件大小:778byte
    • 提供者:徐伟
  1. Yang-hui-triangle-algorithm

    0下载:
  2. 用java语言实现数学中所学的杨辉三角,该算法简单-Using java language learning mathematics, Pascal' s Triangle, the algorithm is simple
  3. 所属分类:Applet

    • 发布日期:2017-11-10
    • 文件大小:9.88kb
    • 提供者:lxt
  1. Triangle-and-cylinder-class-package

    0下载:
  2. (1)创建一个三角形类Triangle,包含的属性有三条边的长sideA,sideB,sideC,包含的方法有构造方法(两个,一个没有参数,一个给定三条边的长度),求面积方法area(),求周长方法getLength(); 提示:设三角形的三边长为a,b,c,则它的面积为 ,其中S=(a+b+c)/2,开平方的方法为Math.sqrt()。 (2)创建一个圆柱体类YZT,包含的属性有底面半径radius和圆柱体的高heigth,包含的方法有构造方法(两个,一个没有参数,一个给定半径rad
  3. 所属分类:JavaScript

    • 发布日期:2017-11-06
    • 文件大小:676byte
    • 提供者:李泽华
  1. triangle

    0下载:
  2. 在Drools中,编写的用于判断三角形的类型,对drools的学习有帮助-Used to determine the triangle type written in Drools, drools learning
  3. 所属分类:JSP源码/Java

    • 发布日期:2017-11-29
    • 文件大小:16kb
    • 提供者:许伟伟
  1. Triangle

    0下载:
  2. 三个值判断是否是三角形 (用在软件测试中的白盒测试和黑盒测试) -Three values ​ ​ to determine whether the triangle (white-box testing and black box testing in software testing)
  3. 所属分类:Java Develop

    • 发布日期:2017-11-20
    • 文件大小:2.29kb
    • 提供者:刘宏
  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
    • 文件大小:18.56kb
    • 提供者:Fan
  1. Triangle

    0下载:
  2. 给定四个点坐标 判定第一个点 是否在后三个点围成的三角形内部外部还是在三角形上-Determine whether the point is inside in the triangle
  3. 所属分类:Java Develop

    • 发布日期:2017-04-09
    • 文件大小:4.81kb
    • 提供者:liyang
  1. Triangle

    0下载:
  2. Java虚基类的应用 三角形类及椭圆类继承点线类,点线类继承图形类,实现图形面积的计算-Application triangle and oval-class class class inherits dotted line Java virtual base classes, class inheritance dotted line graphics class, to achieve the graphic area calculation
  3. 所属分类:JavaScript

    • 发布日期:2017-04-16
    • 文件大小:21.24kb
    • 提供者:henry
  1. triangle

    0下载:
  2. 编写一个代表三角形的类,其中,三条边为三角形的属性,并封装有求三角形的面积和周长的方法。并设计构造方法和toString()方法。 -Write a representative of the triangle class. Among them, the three sides of the triangle of property, and the package are asking triangle area and perimeter approach. And design an
  3. 所属分类:Java Develop

    • 发布日期:2017-04-12
    • 文件大小:921byte
    • 提供者:李新燕
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com