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

搜索资源列表

  1. AreaAndLength

    1下载:
  2. 类的封装 1. 实验目的 使用类来封装对象的属性和功能。 2. 实验要求 (1)编写一个简单的Java应用程序,该程序中定义3个类:Tangle、Lader和Circle,分别用来刻画“三角形”、“梯形”和“圆形”,具体要求如下:  Tangle类具有类型为double的三条边,以及周长、面积属性,具有计算并返回周长、面积以及三条边的功能,另外还要具有一个boolean型的属性,用来判断三个数能否构成一个三角形。  Lander类具有类型为
  3. 所属分类:JavaScript

    • 发布日期:2017-04-01
    • 文件大小:5286
    • 提供者:覃翠娟
  1. jdbc

    0下载:
  2. 用java写的,一个服务器与客户端的通信程序,用户输入半径,服务器将其面积计算出来-Using java to write, and a server and client communication program, the user input radius, the server will calculate its size用java写的,一个服务器与客户端的通信程序,用户输入半径,服务器将其面积计算出来-Using java to write, and a server and cli
  3. 所属分类:JavaScript

    • 发布日期:2017-04-23
    • 文件大小:93935
    • 提供者:齐齐
  1. Cylinder

    0下载:
  2. 编写JAVA程序求园柱体的表面积和体积,已知底面圆心p为(0,0),半径r为10,圆柱体高为5.-JAVA program written request park area and volume of cylinder, known as the bottom center of the circle p (0,0), radius r is 10, a cylinder height of 5.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-25
    • 文件大小:1013
    • 提供者:william
  1. Draw-the-ball

    0下载:
  2. 用JAVA语言编写的一个球体,球心固定,可以随意改变球的半径及大小-JAVA language with a ball, center of the sphere of fixed, free to change the radius of the sphere and the size of the
  3. 所属分类:Applet

    • 发布日期:2017-03-29
    • 文件大小:53020
    • 提供者:王文
  1. nl

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

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

    0下载:
  2. java 写的画圆程序 鼠标响响应 半径可控 可变可直接使用。 -Circle program written in java mouse sound response to the radius of the controlled variable can be used directly.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:54666
    • 提供者:澄清
  1. JavaRadiusServer

    0下载:
  2. AAA JAVA Radius 源码 JavaRadiusServer-AAA JAVA Radius 源码JavaRadiusServer
  3. 所属分类:Other systems

    • 发布日期:2017-11-17
    • 文件大小:547371
    • 提供者:xiatian
  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. geometric

    0下载:
  2. 1)编写一个Java应用程序, 1)该程序中有3个类:Triangle、Circle和cone,分别用来刻画“三角形”、“圆形”和“圆锥体”。具体要求如下: a) Triangle类具有类型为double的三个边长度以及周长属性;定义构造函数,返回周长和修改三个边的方法。另外,Triangle类还具有一个boolean型的属性,该属性用来判断三个属能否构成一个三角形。 b) Circle类具有类型为double的属性半径、周长和面积;定义设置半径,返回面积的方法。 c) Con
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:1542
    • 提供者:倪林
  1. RadiusServer

    0下载:
  2. java 实现Radius简单公文 java 实现Radius简单公文-java Radius
  3. 所属分类:Java Develop

    • 发布日期:2017-05-03
    • 文件大小:766440
    • 提供者:sjl
  1. Polymor

    0下载:
  2. 编写一Java应用程序,计算圆的面积,当从键盘输入的半径不是double型数值时,产生异常提示:“您输入的不是数值,请从新输入”。(自行测试输入一字符(串)产生的结果-Write a Java application, calculate the area of the circle, when the input the keyboard is not the radius of the double type, it is a reminder: your input is not nu
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:3458
    • 提供者:郑涵
  1. 2D

    0下载:
  2. 使用Java源码绘制2D图形,如制定半径的圆、设定长宽的矩形。-2D graphics rendering using Java source code, such as a specified radius of the circle, set the length and width of the rectangle.
  3. 所属分类:Applet

    • 发布日期:2017-04-15
    • 文件大小:5409
    • 提供者:霍鹰
  1. Circle

    0下载:
  2. 使用java进行圆形的绘画,并输入半径后求得圆的面积-After using java perform circular painting, and enter the area of a circle radius determined
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-12
    • 文件大小:592
    • 提供者:罗利静
  1. DrawCircle

    0下载:
  2. Java语言编写的一个画圆小程序,输入圆的半径及位置坐标,点击画圆按钮即可绘制!-Java language to write a small circle program, enter the radius and position coordinates of the circle, click the circle button to draw!
  3. 所属分类:Java Develop

    • 发布日期:2017-05-04
    • 文件大小:9607
    • 提供者:张泰原
  1. xstream-1.3.1-sae-liufeng

    0下载:
  2. 2010年8月25日?-?Java应用服务器 近期公司做一个项目,动态将用户从BAS踢下线及动态修改用户带宽。 由于里面涉及到Radius 3576协议,找了一些资料 如下: A:中断消息(DM) ...(August 25, 2010 - Java application server company recently to do a project, the dynamic user from the BAS kicked off the assembly line and dynamic
  3. 所属分类:Java编程

    • 发布日期:2017-12-28
    • 文件大小:421888
    • 提供者:TCLJ
  1. 0.1-pre-alpha-debug-win32-2005.04.19

    0下载:
  2. JSP java radius client
  3. 所属分类:文章/文档

    • 发布日期:2018-05-03
    • 文件大小:86016
    • 提供者:大戟科
« 1 2»
搜珍网 www.dssz.com