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

搜索资源列表

  1. WireFrameExample

    0下载:
  2. A3D成功案例三维网页游戏的设计,那么,场景已经就绪了,摄像机也设置好了,我们必须“按下按钮”-cameraController = new CameraController(stage) cameraController.camera = camera // Set default control keys——设置默认控制键 cameraController.setDefaultBindings() // Turn on camera collision detectio
  3. 所属分类:FlashMX/Flex

    • 发布日期:2017-03-29
    • 文件大小:20441
    • 提供者:my nanme
  1. AnimSpriteExample

    0下载:
  2. 网页三维开发,建立控制器并连接摄像机 cameraController = new CameraController(stage) cameraController.camera = camera // Set default control keys——设置默认控制键 cameraController.setDefaultBindings() // Turn on camera collision detection——打开摄像机碰撞检测 cameraContro
  3. 所属分类:FlashMX/Flex

    • 发布日期:2017-04-02
    • 文件大小:951062
    • 提供者:my nanme
  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
    • 文件大小:769
    • 提供者:陈春
  1. showInputDialog

    0下载:
  2. 求圆面积和圆周长,圆的半径用showInputDialog方法输入,所求面积和周长用showMessageDialog方法 分两行带提示输出。-For round area and circumference, round radius showInputDialog method with input, but for ZhouChangYong area and showMessageDialog method Points with two lines hint out
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:642
    • 提供者:hui
  1. nl

    0下载:
  2. java radius的实现 源码,分享
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:27258
    • 提供者:陈威
  1. Circle

    0下载:
  2. 输入圆柱的颜色,半径,和他的高。计算圆柱的体积,质量,表面积等.-input circle‘s color,radius,length.Calculate the volume,the quality.
  3. 所属分类:JavaScript

    • 发布日期:2017-11-20
    • 文件大小:1451
    • 提供者:amber
  1. Demo3

    0下载:
  2. 编写Applet(大小140*60),其背景色为蓝色,画一个长方形(其填充色为pink,各边离边小于10像素)和一个在填充的长方形中左右移动的小球(半径15)-Write the Applet (size 140* 60), the background color is blue, draw a rectangle (the fill color pink, the side away from the edge of less than 10 pixels) and a filled rec
  3. 所属分类:Applet

    • 发布日期:2017-12-05
    • 文件大小:616
    • 提供者:
  1. RoundArea

    0下载:
  2. 1编写程序,在程序中定义一个抽象类Area、两个Area类的派生子类RectArea类和RoundArea类,以及一个实现类ImpleArea类。程序的实现要求如下。 (1) 抽象类Area类中只包含一个抽象方法:double area()。 (2) 子类RoundArea类通过覆盖父类中的抽象方法area来求圆的面积,另一个子类RectArea类通过覆盖父类中的抽象方法area求长方形的面积。 (3) 圆的半径和长方形的边分别定义为子类RoundArea类和RectArea类的域,
  3. 所属分类:Java Develop

    • 发布日期:2017-11-11
    • 文件大小:4472
    • 提供者:徐伟
  1. Circle

    0下载:
  2. 实现圆类计算面积,可由用户自己输入圆的半径,计算圆的面积-Yuan class computing area, by the user enter the radius of the circle
  3. 所属分类:Java Develop

    • 发布日期:2017-11-16
    • 文件大小:20603
    • 提供者:baonijuhua
  1. Abstract

    0下载:
  2. 如何使用抽象方法的示例。用抽象类实现对长方形,正方形,圆形面积的计算,然后实现对随机产生的是个图形面积的累加(图形的形状和长、宽、半径均随机产生)-Abstract class implements a pair of rectangular, square, circular area is calculated, and then implement the randomly generated graphics area accumulate (the shape of the graph
  3. 所属分类:Java Develop

    • 发布日期:2017-11-21
    • 文件大小:1395
    • 提供者:he
  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
    • 文件大小:676
    • 提供者:李泽华
  1. hechajishang

    0下载:
  2. 编写一个应用程序,要求用户输入一个圆的半径(double类型),然后计算并输出圆的直径、周长、面积等信息-Write an application that requires the user to enter a circle radius (double type), then calculate and output the diameter of the circle, perimeter, area, and other information
  3. 所属分类:Ajax

    • 发布日期:2017-12-03
    • 文件大小:559
    • 提供者:吕寻光
  1. PROGRAM

    0下载:
  2. Wireless Sensor Networks (WSN) is different than the Cellular Networks as I mentioned earlier. A WSN is composed of a large number of sensor nodes that communicate using a wireless medium (air). The sensor nodes are deployed randomly in the environme
  3. 所属分类:Applet

    • 发布日期:2017-11-08
    • 文件大小:2722
    • 提供者:Sapi
  1. MVC

    0下载:
  2. 简单的MVC模式设计,输入球的半径,输出体积与表面积-Simple MVC pattern design, enter the radius of the sphere, the output volume and surface
  3. 所属分类:Java Develop

    • 发布日期:2017-11-27
    • 文件大小:11798
    • 提供者:javahaha
  1. AnalogFan

    0下载:
  2. 版本2:满分 15 分 修改版本 1 中Fan 类,让其继承 JPanel 类,并且把 color属性设置为 Color类型,默认 属性为 red。随机产生 radius ,取值范围为 1-5;随机产生颜色,取值范围为 red、blue 、yellow 、 green、orange ;根据 color、radius 属性值绘制风扇。运行如下图: 版本3:满分 20 分 让版本 2 中的风扇转起来。创建一个 FanControl 类包含以下内容:Start
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:13344
    • 提供者:
  1. AWK-Sample-Script

    0下载:
  2. Our team has developed a Matlab simulation for OFDMA networks. We propose a dynamic FFR mechanism that selects the optimal frequency allocation and inner cell radius based on the cell total throughput and a custom metric which is called user satisfac
  3. 所属分类:Ajax

    • 发布日期:2017-03-23
    • 文件大小:3979
    • 提供者:akbar
  1. java

    1下载:
  2. 使用java,在窗体上随机画圆,圆的半径随机生成。对初学者很有指导意义。-Using java, on a form random circle, the radius of the circle randomly generated. Very instructive for beginners.
  3. 所属分类:Applet

    • 发布日期:2017-04-14
    • 文件大小:2913
    • 提供者:雨夜
  1. point

    0下载:
  2. 这是一个求圆半径的程序。并把它加以显示出来。-This is a process of circular radius. And to display it.
  3. 所属分类:Applet

    • 发布日期:2017-04-05
    • 文件大小:538
    • 提供者:lin
  1. Sphere

    0下载:
  2. 一个画圆并求面积、体积的使用JAVA实现MVC模式的编程示范。可改变半径自动变圆,或ScrollBar改变体面积和圆。-And find the area of ​ ​ a circle, the volume demonstrates the use of JAVA Programming MVC pattern. The radius of the circle can be changed automatically change or change in body s
  3. 所属分类:Java Develop

    • 发布日期:2017-04-17
    • 文件大小:285618
    • 提供者:周益川
  1. exa

    0下载:
  2. ① Rectangle类有double型成员变量表示矩形左上角的位置坐标及矩形的宽和高,要求提供修改和返回各成员变量的方法。 ② Circle类有double型成员变量表示圆心坐标和圆的半径,要求提供修改和返回各成员变量的方法。 ③ Geometry类有Rectangle类和Circle型的成员变量rect和circle。即Geometry类创建的对象由一个矩形和一个圆组合而成。要求该类提供修改rect、circle位置和大小的方法;提供显示rect和circle位置关系的方法,并能够显
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-11
    • 文件大小:795
    • 提供者:陈怡
« 1 2 34 »
搜珍网 www.dssz.com