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

搜索资源列表

  1. DRAWSHAPE

    0下载:
  2. 本程序是程序设计第五版课后习题,实现画圆,画直线,画矩形-This procedure is the fifth edition of the after-school exercise program design, implementation drawcircle, draw a straight line, draw rectangle
  3. 所属分类:Applet

    • 发布日期:2017-04-14
    • 文件大小:4.12kb
    • 提供者:xuezhanfei
  1. fulldrawshap

    0下载:
  2. 本程序是程序设计第五版课后习题,实现画圆,画直线,画矩形,并且可以填充.-This procedure is the fifth edition of the after-school exercise program design, implementation drawcircle, draw a straight line, draw rectangle and can be filled.
  3. 所属分类:Applet

    • 发布日期:2017-04-14
    • 文件大小:3.76kb
    • 提供者:xuezhanfei
  1. draw

    0下载:
  2. java画图板,能画矩形、圆、直线。并能实现图形的扩大缩小移动变换颜色。-java drawing board to draw rectangle, circle, straight line. And narrow the achievement of the expansion of mobile graphics color transformation.
  3. 所属分类:Applet

    • 发布日期:2017-05-10
    • 文件大小:2.16mb
    • 提供者:Cynthia
  1. rectangle

    0下载:
  2. hi hello this program is code for cpu scheduling algorithms in java
  3. 所属分类:JavaScript

    • 发布日期:2017-04-13
    • 文件大小:2.44kb
    • 提供者:srujanareddy
  1. lxjz

    0下载:
  2. java写的螺旋矩阵 可以自己设定坐标和值 螺旋矩阵算法编程,沿各个矩形边框依次给矩阵的每一个元素赋值,在计算机内存中构造一个完整的螺旋矩阵,然后输出-java write spiral matrix can be set for the coordinates and the value of spiral matrix algorithm for programming, along the border of each rectangle in turn to the matrix o
  3. 所属分类:Applet

    • 发布日期:2017-03-29
    • 文件大小:9.06kb
    • 提供者:王苗
  1. JFrame

    0下载:
  2. 1. 能在JFrame、JApplet、Canvas等对象上绘制圆、椭圆、矩形、线段等图形。 2. 能编写画圆、画矩形等应用程序。 -1. Can JFrame, JApplet, Canvas and other objects to draw circles, ellipses, rectangles, line segments and other graphics. 2. Can write draw a circle, draw rectangle, etc. applicat
  3. 所属分类:Applet

    • 发布日期:2017-04-03
    • 文件大小:2.5kb
    • 提供者:jay
  1. rectangle

    0下载:
  2. This document shows how an Attendance Monitoring System can be realized using the Java Server Pages (JSP) technology and its major features. The system uses the embedded nature of JSP to communicate effectively with all the HTML pages created to prov
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:2.57kb
    • 提供者:ayush2003
  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
    • 文件大小:4.19kb
    • 提供者:chenmoxiyu
  1. Rectangle

    0下载:
  2. 一个计算周长和面积的小程序,使用java语言既简单又实用-Calculate perimeter and area of ​ ​ a small program, using java language is simple and practical
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:1.18kb
    • 提供者:maxinkuan
  1. java

    0下载:
  2. 使用抽象类实现求三角形和圆形和矩形的面积和周长-Seeking to use abstract class implements the triangle and circle and rectangle area and perimeter
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:649byte
    • 提供者:wsy
  1. Java

    0下载:
  2. 求解3种几何图形的周长面积,主要针对三角形,圆形和矩形-Solving the three kinds of geometry perimeter area, mainly for the triangle, circle and rectangle
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:9.76kb
    • 提供者:谭环宇
  1. java

    0下载:
  2. 修改实验7中定义的Rectangle类,使之拥有两个构造方法。其中一个是默认的,它使两点的坐标都为(0,0) 另一个带有4个参数,求出左上角和右下角点坐标为(2.1,3.2)、(5.2,6.3)的矩形的周长及面积,再利用带参数的构造方法创建Rectangle对象,求出左上角和右下角点坐标为(1,2)、(6.8,10.5)的矩形的周长及面积.-Modify the definition of experiment 7 Rectangle class, so that it has two cons
  3. 所属分类:Java Develop

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

    2下载:
  2. 定义一个类MyRectangle代表矩形,为矩形定义getwidth方法(获得矩形的宽度)。getLength方法(获得矩形的长度)SetWidth(设置宽度)getArea方法(求矩形面积)和toString方法(显示矩形格式)。为矩形派生出一个子类,MySquare代表正方形,并对getArea和toString进行重写。-Representatives to define a class MyRectangle rectangle, the rectangle defined getwid
  3. 所属分类:JavaScript

    • 发布日期:2017-03-26
    • 文件大小:534byte
    • 提供者:史建卿
  1. JavaApplication7

    0下载:
  2. 定义一个抽象类Shape代表一个形状类,具有一个计算形状的面积的抽象方法,一个具有计算形状的周长的抽象方法。定义一个Shape类的子类Circle类表示一个圆,,此类具有一个表示半径的成员变量,实现这个类,定义一个单独的类测试此类。定义一个Shape类的子类Retangle类表示一个矩形,,此类具有表示高和宽的成员变量,实现这个类,定义一个单独的类测试此类-Define an abstract class Shape represents a shape class, with a calcul
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:769byte
    • 提供者:陈春
  1. Java-Source-Code

    0下载:
  2. Java基础程序,含Calender、Login、IO、Thread、Circle、Rectangle、Calsulate、FactorialSum、KeCheng、Draw、Ticket等程序的.java源文件-Java basic Source code , including Calender、Login、IO、Thread、Circle、Rectangle、Calsulate、FactorialSum、KeCheng、Draw、Ticket*.java and so on
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:9.08kb
    • 提供者:Stoudemire
  1. Rectangle

    1下载:
  2. 做一个简单的矩形面积计算器,要求你输入长和宽就可以计算出其面积。- Create a class Rectangle (and store it in a file called Rectangle.java) It should have two instance variables l (the rectangle’s length) and w (the rectangle’s width). It should have one method that cal
  3. 所属分类:JavaScript

    • 发布日期:2017-04-03
    • 文件大小:901byte
    • 提供者:撒旦
  1. package

    0下载:
  2. 运用java平台 绘制 三角形 圆形 矩形 的java源程序-Use of the Java platform to draw the triangle round rectangle java source
  3. 所属分类:Java Develop

    • 发布日期:2017-04-11
    • 文件大小:1.02kb
    • 提供者:zq
  1. one-drawing-program-based-on-java

    0下载:
  2. 一个绘图程序,程序可以根据用户的请求绘制圆、矩形、直线等几何图形,并且可以移动这些图形.-A drawing program, the program can be based on user requests to draw a circle, rectangle, line and other geometric shapes, and can move these graphics
  3. 所属分类:JavaScript

    • 发布日期:2017-04-07
    • 文件大小:102.06kb
    • 提供者:wangyidianzi
  1. Rectangle

    0下载:
  2. 简单的类练习,掌握方法的调用,让新手了解java的特性-Simple class exercises to master the method call, so the novice to understand the characteristics of java
  3. 所属分类:Applet

    • 发布日期:2017-04-10
    • 文件大小:979byte
    • 提供者:maohui
  1. Java-mid-term-test

    0下载:
  2. (1)某邮局对邮寄包裹有如下规定:若包裹的长宽高任一尺寸超过1米或重量超过30千克,不予邮寄;对可以邮寄的包裹每件收取手续费0.5元,再加上根据下表按重量weight计算的邮资,请编写程序计算某包裹的邮寄资费。 重量(千克) 收费标准(元) weight<=10 1.00 10<weigh<=20 0.90 20<weigh<=30 0.80 (2)设计一个Rectangle(矩形)类,数据成员包括length(长)、width(宽)。要求成员方法实现
  3. 所属分类:Java编程

    • 发布日期:2021-02-06
    • 文件大小:11kb
    • 提供者:howah
« 12 3 4 »
搜珍网 www.dssz.com