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

搜索资源列表

  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. CurveApplet

    0下载:
  2. 绘制两条曲线,并且可以拖动控制点随心所欲改变曲线的形状,为进一步编写绘图程序打下基础。-drawing two curves, and can drag control points arbitrary change in the curve shape, To further prepare mapping procedures laid.
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:1725
    • 提供者:王春永
  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. Print_Mesure_GeometricShape

    0下载:
  2. 此程序可实现:在可视化界面中随即生成一些图形(长方形、椭圆、圆、正方形);程序会自动告诉你所生成的图形的形状并计算这些图形的面积;最后程序会自动统计各个图形的分布。-this procedure can be achieved : the visual interface immediately generated some graphics (rectangular, oval, round, square); the program will automatically tell you g
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:3802
    • 提供者:吴锐骁
  1. SimpleGeomInfo

    0下载:
  2. Java3D实现的图形,自动旋转的,车顶盖的形状-Java3D achieve graphics, automatic rotation, the shape of car roof
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:2799
    • 提供者:tianfuqan
  1. GeometricObject

    0下载:
  2. 用java实现棱形的程序!并且其它的形状可以从它继承!在机子上编绎并通过!很实用!-java achieve a rhombus with the procedure! And the other from its shape can be inherited! On the loom and through continuous series! Very practical!
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:2152
    • 提供者:刘浏
  1. draw

    0下载:
  2. 创建一些形状类,用来保存每个形状的信息,如果有一个Graphics对象,就允许这些类对象“聪明地”自己画自己。
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:2630
    • 提供者:79799779
  1. java

    0下载:
  2. 可随机画出位置形状均不相同的直线,圆和矩形的java应用程序,三个类均继承自component
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:3981
    • 提供者:79799779
  1. Java2D

    0下载:
  2. 一个演示Java2D实现为扁平形状添加一种灯光效果以实现一种类3D外观。
  3. 所属分类:JSP源码/Java

    • 发布日期:2014-01-17
    • 文件大小:14962
    • 提供者:刘宇
  1. TestShape

    0下载:
  2. JAVA写的一个有关求解形状:正方形,圆等面积的类
  3. 所属分类:JSP源码/Java

    • 发布日期:2014-01-18
    • 文件大小:578
    • 提供者:小钻风
  1. 例6.07 四叶玫瑰线的图形设计

    0下载:
  2. 一个java编写的四叶玫瑰线的图形,可以画出四片叶子的玫瑰花瓣形状-prepared in a four leaf rosette graphics can paint four leaf rose petal shape
  3. 所属分类:JSP源码/Java

    • 发布日期:2014-01-18
    • 文件大小:4418
    • 提供者:李白
  1. BallCanvas

    0下载:
  2. 检查小球的碰撞,并描绘这个过程中小球的形状变化
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:1738
    • 提供者:wangtai
  1. Test3

    0下载:
  2. 定义4个类,MyShape、MyLine、MyRectangle和MyOval,其中MyShape是其他三个类的父类。MyShape为抽象类,包括图形位置的四个坐标;一个无参的构造方法,将所有的坐标设置为0;一个带参的构造函数,将所有的坐标设置为相应值;每个坐标的设置和读取方法;abstract void draw(Graphics g)方法。MyLine类负责画直线,实现父类的draw方法;MyRectangle负责画矩形,实现父类的draw方法;MyOval负责画椭圆,实现父类的draw方法
  3. 所属分类:Java Develop

    • 发布日期:2017-04-09
    • 文件大小:1104
    • 提供者:封强
  1. c3_1

    0下载:
  2. java程序 带交互界面的 判断三角形 形状的程序-java program with the interface of the program to determine the shape of a triangle
  3. 所属分类:Java Develop

    • 发布日期:2017-03-24
    • 文件大小:1515
    • 提供者:王强
  1. TestJSB

    0下载:
  2. 此记事本具有强大的功能,能改变字体的颜色,大小和字体形状-This notebook has great features, change the font color, font size and shape
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-07
    • 文件大小:3883
    • 提供者:J彬
  1. Star

    0下载:
  2. java循环输出各种形状的-java循环输出各种形状的星星
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:21139
    • 提供者:
  1. BBS

    0下载:
  2. 该BBS系统实现了帖子的树形的形状的展现,平板式展现,回复帖子,发表新主题,分页显示,删除帖子等功能-The BBS system implementation of the post to show the shape of the tree, flat-type display, reply Post published a new theme, page display, delete posts and other functions
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-05-12
    • 文件大小:2693221
    • 提供者:贺华隆
  1. game

    0下载:
  2. 教你如何制作简易画板 ,可以选择你要画出的任意形状,简单快捷-Teach you how to make a simple drawing board, you can choose any shape you want to draw a simple and quick
  3. 所属分类:Applet

    • 发布日期:2017-04-01
    • 文件大小:2876
    • 提供者:Jallen
  1. GameFK

    0下载:
  2. Java程序 俄罗斯方块 可通过手机虚拟机上传至手机作为手机游戏,可根据个人爱好添加方块颜色和形状。-Tetris Java program can be uploaded to mobile phones as a virtual machine, mobile phone games, can be added according to personal preferences box colors and shapes.
  3. 所属分类:JavaScript

    • 发布日期:2017-03-28
    • 文件大小:2872
    • 提供者:瓶起子
  1. java95

    0下载:
  2. 本例通过多线程技术每100us重绘界面 在绘制界面时 根据时间绘制成表盘和指针的形状 同时 在表盘下方是数字表显示时间-That this example is in dial down part by the fact that multi-thread technology each 100 us draw an interface again while drawing the form becoming the dial and guiding principle according t
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:18093
    • 提供者:liukunhong
« 12 3 4 5 »
搜珍网 www.dssz.com