搜索资源列表
TemperatureController
- 本程序分为界面和控制器核心两部分 一、界面部分功能主要有: (1)显示控制器核心数据和参数 (2)与用户交互,可以调节初始输入温度值,并将温度变化率清零以便进行新一轮的模拟。 界面使用了定时器。开启模拟时候,每隔一秒,触发一次计时器消息,完成下列工作: 1. 将界面上的当前温度映射为模糊控制器的输入温度 2. 输出当前温度,当前温度变化率 3. 调用模糊控制,得到控制器输出值,将其乘以m_fFuelEffect (燃料输出对温度变化率的影响率,目前设置为0.3),得到
Timer
- 一个Java实现的定器例子,里面实现了定时器所需的基本功能.
SuspendResum
- SuspendResum为用java线程实现的定时器势力.
Clock_Timer
- java实现的有关定时器的源码,可以实现本机时间的显示,GUI小程序。-java realization of the source of the timer, you can achieve the local time display, GUI applet.
Edit
- 设计一个Java程序编辑器 实验目的:图形界面、线程、流与文件等技术的综合应用。 题意 设计一个图形界面的文档编辑器,实现以下功能: (1) 打开、保存文件。 (2) 查找、替换字符串。 (3) 定时自动更新文件,并创建备份文件。 (4) 将Java关键字以不同颜色或不同字体显示。-The design of a Java program editor experimental purposes: graphical interfaces, threading, st
Javacode
- 用Java实现的飞鸽(附源代码) Java全角和半角的转换代码 非常棒的放礼花的源程序 tomcat 监控器和定时器 Java中的字符编码与解码 “贪吃蛇”游戏程序代码 -Feige implemented using Java (with source code) Java full-width and half-width of the conversion code terrific fireworks put the source tomcat monitor a
Alerter
- 用JAVA实现的定时提醒器,可以当闹钟使用,当然比闹钟好用多了-An alert can be useful for you!
usingtime
- 定时器 在应用开发中,经常需要一些周期性的操作,比如每5分钟检查一下新邮件等。 对于这样的操作最方便、高效的实现方式就是使用java.util.Timer工具类。-Timer in application development, often need some periodic operations, such as every 5 minutes to check for new messages and so on. For such operations the most
trafficlightsByJava
- java 实现的红绿灯程序 其 该组件提供信号的红,绿,黄三种信号显示输出. 1 另外,在javax.swing.Timer的定时控制下, 轮流输出三种信号;也可使用自己定义的定时器实现三种信号轮流显示。 2 在窗口中应该有启动按钮,停止按钮. 并且有时间设置功能. 设置三种状态的显示时间. 3 实现支持信号灯的点击事件, 例如, 用鼠标点击红灯, 那么红灯立刻亮, 然后再进入到定时三种信号的转换输出.-trafficlights by java
mofang
- Java编写的网页版魔方游戏,编译后生成.class文件,然后用HTML去调用,不过运行时候需要你的浏览器安装有运行Class的插件。Java源代码实现部分,比较有意思,也具参考性。像坐标控制、旋转矩阵、定时器、生成图像、数据初始化、矩阵乘法、坐标旋转、判断是否是顺时针方向排列、鼠标按下、放开时的动作等,都可在本源码中得以体现。-Written in Java web game cube version, compiler generated. Class files, then use HTM
animation
- 本例使用一个定时器来实现动画的效果, 定时器每隔一个延迟调用一系列图片中的一张。并绘制在屏幕上,从而产生动画的效果。-This example uses a timer to achieve animation effects, timer delay call every one series of Figure Of one of the film. And draw on the screen, resulting in the effect of the animation.
SpringPquartz
- Spring+quartz定时器动态多任务实现,用户在前台自行维护任务列表和任务执行时间,后台将任务执行时间解析成对应的cronexpression后与任务列表一起保存到数据库中。-Spring quartz was timer dynamic multi-task to achieve, maintain task lists, and task execution time in the foreground, the background task execution time resol
Bouncing-ball
- 弹弹球,使用定时器实现图形动画。事件监听的事例-Bouncing ball, use timer graphics animation. Examples of event listeners
spring
- java语音spring实现定时器的例子-java voice spring achieve timer example. . . .
codingYun-Demo
- springmvc实现定时器的功能-springmvc achieve timer
timed-task
- ssh框架下的定时器。web.xml配置listener,java程序实现要定时的内容。配好web.xml即可。-Timer under SSH framework. Web.xml configuration listener, Java program to achieve the timing of the content. With good web.xml can.
TimerManager
- Java实现定时器的三种方法,并且总结出三种方法的优缺点(TimerManager,Runnable,Timer,ScheduledExecutorService)