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

搜索资源列表

  1. MyApplet

    0下载:
  2. 一个风扇,可以正转,倒转,并可由滚动条控制速度-a fan, one can turn, reversed and can control the speed of the rolling
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:1515
    • 提供者:柳杉杉
  1. exp7

    0下载:
  2. 一个风扇的程序,很好用的!-a fan of the process, with very good!
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:4927
    • 提供者:阿嫂地方
  1. fan

    0下载:
  2. 简单风扇程序,简单却很有用,相信大家会用到-a java application for a simple fan,quite easy but so useful
  3. 所属分类:Java Develop

    • 发布日期:2017-04-05
    • 文件大小:1242
    • 提供者:张凯
  1. ElectricFanFrame

    0下载:
  2. 功能描述 1.模拟现实中风扇的吹风功能。 2.能运用按钮控制风扇的开关和风扇的旋转速度。 3.加入JSlider滑条,用此调节风扇转速。 -Functional Descr iption 1. Simulated reality of the hair fan function. 2. To use the switch button to control the fan and fan rotation speed. 3. JSlider joined
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:1740
    • 提供者:王莉娜
  1. zhuanfengshan

    0下载:
  2. 一个Java编的模拟风扇转动的小程序,不算太完美,但是还算美观。-Part of a Java applet simulation of rotating fan, which is not too perfect, but pretty beautiful.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:1561
    • 提供者:wlb
  1. FanAnimation

    0下载:
  2. 小风扇 可以实现开始、暂停、变方向、改变转动速度的功能-Small fan can start, pause, change direction, change the function of rotation speed
  3. 所属分类:Java Develop

    • 发布日期:2017-04-11
    • 文件大小:1316
    • 提供者:程可
  1. DrawArcs

    0下载:
  2. (1)当按下加速时可以加快小风扇的旋转速度。 (2)当按下反转时可以反着旋转, (3)当按下减速时减速转动。 (4)当按下反转时可以反转 (5)可以暂停 (6)同时可以通过滚动条来控制小风扇的旋转速度,当拖动滑动条时可以-(1) when you press the acceleration can speed up a small fan rotation speed. (2) when pressed against the rotation can be reve
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:1277
    • 提供者:小试
  1. fs.java

    0下载:
  2. 实现风扇的一些操作。包含3个小风扇,可分别控制快慢,开始或结束也可单独控制。-Some operations to achieve fan. Contains 3 small fans, which can control the speed, the beginning or end can be controlled separately.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:32527
    • 提供者:马野
  1. DrawFan

    0下载:
  2. 运用JAVA语言画出了一个风扇,可以顺时针转、逆时针转、暂停等功能-JAVA language used to draw a fan, you can turn clockwise, counterclockwise turn, and pause
  3. 所属分类:Java Develop

    • 发布日期:2017-04-05
    • 文件大小:1423
    • 提供者:马巨鹏
  1. zhuanfengshan

    0下载:
  2. 一个Java小程序,实现了简单的风扇图像效果,可以旋转和调整转速。-A Java applet, a simple fan image effects, you can rotate and adjust the speed.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:3225
    • 提供者:wlb
  1. fan

    0下载:
  2. 一个风扇的java小程序,可实现风扇的一般功能,如开关,调节风速,定时。-A fan of the Java applet, the general functions of the fan switch, adjust the wind speed, timing.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:6073
    • 提供者:张红亮
  1. DrawWind

    0下载:
  2. 可以实现一个自由转动的小风扇,对于学习JAVA来说是个不错的选择-Can achieve a rotating fan is a good choice for learning JAVA
  3. 所属分类:Applet

    • 发布日期:2017-04-13
    • 文件大小:2540
    • 提供者:海之蓝
  1. 8.8Fun

    0下载:
  2. 【风扇类Fan】设计一个名为Fan的类表示一个风扇。-Design a class Fan Fan 】 【 class represents a named Fan Fan.
  3. 所属分类:Java Develop

    • 发布日期:2017-11-23
    • 文件大小:1419
    • 提供者:丁子雄
  1. newone

    0下载:
  2. 一个风扇转动的实验,用到了图形的绘制,线程的应用等方面的知识。-a rolling fan in java
  3. 所属分类:Applet

    • 发布日期:2017-11-17
    • 文件大小:2221
    • 提供者:zhonghua liu
  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. ControlFans

    0下载:
  2. Java上机实验,运用多线程,实现对三个风扇的控制。-Java-on experiments, the use of multi-threaded, to achieve the three fan control.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-16
    • 文件大小:55067
    • 提供者:justdoit
  1. fengshan

    0下载:
  2. 一个小型模拟风扇,可改变颜色,速度,能完美运行-A small simulation fan, you can change the color, speed, can run perfectly
  3. 所属分类:Applet

    • 发布日期:2017-04-15
    • 文件大小:7304
    • 提供者:Chandra_Lee
  1. fan

    0下载:
  2. java实现fan类,可以更改风扇的颜色和转速,都是最基本的方法,初学者可以一看呀~-Java class method to achieve fan, you can change the color and the fan speed. Since it is very basic, beginners can take a look ~
  3. 所属分类:JavaScript

    • 发布日期:2017-04-12
    • 文件大小:1373
    • 提供者:zoey
  1. Fan

    0下载:
  2. 2.风扇加上图形界面,及快慢调节按钮、风扇叶片颜色调节选项,并添加相应的事件监听器完成对应的事件处理。(可选:为风扇绑定定时器,使得其能完成在特定时间启动,特定时间关闭,或是设定工作时长。)(fan with graphical interface, and speed adjustment button, fan blade color adjustment options, and add the corresponding event listener to complete the co
  3. 所属分类:Java编程

    • 发布日期:2017-12-23
    • 文件大小:1024
    • 提供者:544625
  1. fan

    0下载:
  2. 定义一个名字为Fan的类模拟风扇,属性有speed、on、redius和color。要求为每个属性定义属性方法,并提供方法tostring()返回类中所有属性值的字符串(Define a class named Fan class simulation fan, the attributes are speed, on, redius and color. The attribute method is defined for each attribute, and the method toS
  3. 所属分类:Java编程

    • 发布日期:2018-01-05
    • 文件大小:1024
    • 提供者:清奇
« 12 »
搜珍网 www.dssz.com