搜索资源列表
Triangle-tools-2.1
- 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
Triangle
- 通过三点坐标判断能否构成三角形。是的话计算面积-By three coordinates to determine whether to form a triangle. Is calculated area
Triangle
- 我自己写的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
Triangle
- 一个判断是否是等边三角形还是等腰三角形的程序.-To determine whether it is an equilateral triangle or isosceles triangle procedures.
Triangle
- 编写一个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
Yang-Hui-triangle
- 利用 Java 编程 可以 输出 杨辉三角-Java programmers can use the output Yang Hui Triangle
Triangle
- 符号三角形本人原创的解法。支持较大数字的运行而不会出现溢出错误。-Solution to my original triangle symbol. Support large numbers does not appear to run an overflow error.
triangle
- 输入三条边输出三角形的图形和面积 输入三条边输出三角形的图形和面积-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
nextday-triangle
- 自己的作业,java写的下一天和三角形判断的代码,简单容易看懂-Own operations, the code of java to write the next day and the triangle judgment, simple and easy to understand
triangle
- jsp文件,三角形的三边关系,三条边各自的长度,组成三角形的三边的条件,各种情况的分析-Triangle Success
triangle
- 输入一个三角形的3个边长,检查是否能构成一个直角三角形-Input a triangle of three fields, check whether can constitute a right triangle
Triangle
- 计算三角形的面积和周长,要求如下: (1)设计出point类(点类) (2)设计出triangle类(三角形类),至少包括其构造方法,获取面积和周长的方法。 (3)通过输入三点坐标的方法来确定一个三角形,并输出三角形的面积周长等内容。 -Calculate the area and perimeter of triangles, requirements are as follows: (1) design point class (point) (2) design trian
Yang-hui-triangle-algorithm
- 用java语言实现数学中所学的杨辉三角,该算法简单-Using java language learning mathematics, Pascal' s Triangle, the algorithm is simple
Triangle-and-cylinder-class-package
- (1)创建一个三角形类Triangle,包含的属性有三条边的长sideA,sideB,sideC,包含的方法有构造方法(两个,一个没有参数,一个给定三条边的长度),求面积方法area(),求周长方法getLength(); 提示:设三角形的三边长为a,b,c,则它的面积为 ,其中S=(a+b+c)/2,开平方的方法为Math.sqrt()。 (2)创建一个圆柱体类YZT,包含的属性有底面半径radius和圆柱体的高heigth,包含的方法有构造方法(两个,一个没有参数,一个给定半径rad
triangle
- 在Drools中,编写的用于判断三角形的类型,对drools的学习有帮助-Used to determine the triangle type written in Drools, drools learning
Triangle
- 三个值判断是否是三角形 (用在软件测试中的白盒测试和黑盒测试) -Three values to determine whether the triangle (white-box testing and black box testing in software testing)
Triangle
- 先创建一个MyPoint类,然后定义Triangle类。在Triangle类中定义三个MyPoint的实例来表示一个三角形的三个点,再定义一个方法setTri对这三个点进行初始化,然后定义两个方法求三角形的周长、面积。在main()中创建一个对象,求给定三点的三角形的周长、面积。-MyPoint first create a class, and then define the Triangle class. In the Triangle class defines three MyPoint
Triangle
- 给定四个点坐标 判定第一个点 是否在后三个点围成的三角形内部外部还是在三角形上-Determine whether the point is inside in the triangle
Triangle
- 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
triangle
- 编写一个代表三角形的类,其中,三条边为三角形的属性,并封装有求三角形的面积和周长的方法。并设计构造方法和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