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

搜索资源列表

  1. Tra

    0下载:
  2. 基本的java3d程序 画图 三角形 还可以旋转 对于图形编程有一定的意义-java3d basic procedures can also drawing triangle rotation for graphical programming with a certain sense
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:1411
    • 提供者:流通
  1. hellooooo

    0下载:
  2. 利用多态性编程,创建一个square类,实现求三角形、正方形和圆形面积。方法 //抽象出一个共享的类,定义一个函数求面积的公共界面。再重新定义各面积的求面积 //函数,在主类中创建不同类的对象,并求不同形状的面积 -use polymorphism programming, the creation of a square type, seeking to achieve triangle, square and circular area. Methods / / abstract o
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:3577
    • 提供者:刘建强
  1. hm6

    0下载:
  2. 抽象类的使用 设计一个类层次,定义一个抽象类--形状,其中包括有求形状的面积的抽象方法。 ----继承该抽象类定义三角型、矩形、圆。 ----编写一个主程序将一个三角形、矩形、圆存入一个数组中,将数组中各类图形的面积输出。-kind of abstract designs a class hierarchy, the definition of an abstract category -- shape, These include the shape of the area fo
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:1021
    • 提供者:黄铭
  1. quandengsanjiaoxing

    0下载:
  2. 边角边全等三角形演示课件,帮实习学校老师做的,懂action的交流,懂隐形按钮的下,都不懂的别下了,免得说是垃圾!-Corner Pin congruent triangles demonstration courseware, training schools to help teachers do, and understand the action exchanges, understand the stealth button, nothing under the other, so t
  3. 所属分类:FlashMX源码

    • 发布日期:2008-10-13
    • 文件大小:195379
    • 提供者:adn
  1. Sanjiao_2006

    0下载:
  2. 各种三角形,对于刚学得很有用,主要是循环,其中还有一个菱形-various triangle, just learning very useful, mainly cycle, in which there is a rhombus
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:1685
    • 提供者:杨振伟
  1. fivestars

    0下载:
  2. 这是一个简单的程序,用画一个五星,用三个三角形画,它设成红颜色。-This is a simple procedure, with a painting of a five-star, with three triangular paintings, it set to the color red.
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:1861
    • 提供者:cathy
  1. sanjiaoxing

    0下载:
  2. 求三角形面积的算法,可以将输入的三个符合三角形定理的字符转化为整数来求面积-Triangle area of the algorithm, can be imported with three triangle theorem of the characters into the area to seek Integer
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:2056
    • 提供者:徐鑫烨
  1. s14dgt233

    0下载:
  2. 编写一个三角形类,能根据3个实数构造三角形对象,如果三个实数不满足三角形的条件,则自动构造以最小值为边的等边三角形。输入任意三个数,求构造的三角形面积-prepared a triangle category, according to three real tectonic triangular object, If the real number is not met three conditions triangle will automatically constructed to th
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:845
    • 提供者:丁韦
  1. cyuyanbianxianwet

    0下载:
  2. 变量和相等问题的设计和实现将a、b、c、d、e、f这6个变量排成如图所示的 三角形,这6个变量分别取 1——6的整数,且均不相同。求使三角形三条边上的变量之和相等的全部解,如 3 6 2 1 4 5 为一个解。 程序引入变量a,b,c,d,e,f,并让它们分别取1——6的整数,在它们互不相等的 条件下, 测试由它们排成如图所示的三角形三条边上的变量之和是否相等,如相等即为一种满足要求的排列,把它们输出。当这些变量取尽所有的组合后,程序就可得到全部可能的解。 -vari
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:17222
    • 提供者:果汁
  1. Lab16_2

    0下载:
  2. 计算三角形以及圆形的面积的小程序-calculated triangle and the area round the small program
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:1263
    • 提供者:陈彦
  1. TIN

    0下载:
  2. 用三角网法绘制等值线,是在三角形的三条边上用线性内插方法寻找等值点,这种方法的机理是将每个三角形看作是空间的一个平面,这就要求在每个三角形的三个顶点内的地貌形态无明显的变化,故此希望将其中最靠近的三个点构成三角形,以符合上述机理,使插补的等值点精度较高,更好的反映地貌的实际形态。符合这些条件的三角形称之为“最佳三角形”
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:23249
    • 提供者:赵强
  1. yanghui

    0下载:
  2. 杨辉三角形的输入,关键是数组的应用等知识
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:1646
    • 提供者:fish
  1. drawing

    1下载:
  2. 编写求解几何图形(如直线、三角形,矩型,圆,多边型)的周长、面积的应用程序,要求尽可能多的用到面向对象技术的特点,如继承,多态,封装,抽象类,接口,内部类,包等技术。写出算法。-prepared to solve geometric shapes (such as linear, triangular, rectangular, round, the multilateral type) of the perimeter, the area of application procedures,
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:1569
    • 提供者:里中学
  1. JUNITExample

    0下载:
  2. 对使用junit的三角形的测试代码,软件测试时的简单使用
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:3840
    • 提供者:zhouwenyong
  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
    • 文件大小:6165
    • 提供者:jacky
  1. JAVA

    0下载:
  2. 三角形 判断 两边之和大于第三边-Triangle of both sides is greater than the third side
  3. 所属分类:JavaScript

    • 发布日期:2017-04-11
    • 文件大小:655
    • 提供者:潇洒
  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. 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
    • 文件大小:796
    • 提供者:hansen
  1. Desktop

    0下载:
  2. 通过用户自己输入三角形三条边的边长数,计算三角形面积,使用的是jsp源代码编程来实现此功能-User input through the three sides of the triangle side lengths, calculating the triangle area, using a jsp source code programming to implement this functionality
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-01
    • 文件大小:852
    • 提供者:研研
  1. 点线圆长方形三角形的周长和面积

    0下载:
  2. 设计一个能够描述点(point)、线(line)、圆(circle)、矩形(rectangle) 和三角形(triangle)等几何形状的类体系,能够计算不同形状的 周长和面积(如果能够定义的话)。程序文件命名为 Exe3_3.java。
  3. 所属分类:JSP源码/Java

« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com