搜索资源列表
JavaStopWatch
- java简易秒表,可以根据自己设定计数目来设时.可以暂停或继续.还可以根据自己的需要重新设定设数个数.-java simple stopwatch. under the terms set for the number of hours to set up. can be suspended or continue. also, in light of its own needs re-setting, a number of few.
PaoPanel
- 这是一个秒表代码,适合初学JAVA的朋友们借鉴,内有多线程操作-This is a stopwatch code, suitable for novice Java from friends, there are more threads operation
pp810
- 秒表计时,可以按暂停继续并且可以清零继续秒表的计时-stopwatch time, in accordance with the suspension and can continue to reset the stopwatch to time
StopWatch
- 一个 Java 秒表计时器,两种计时模式,可切换皮肤和语言。-A stopwatch in Java. There are two timing modes and the language and look can be changed.
StopWatch
- 秒表实现暂停,继续,开始,并且带有同步的秒针显示,数字的精确到0.01-Stopwatch to achieve the suspension to continue, start, and synchronized with the second hand indicates that the precision of the figures to 0.01
stopwatch
- 由flash编写,Actionscr ipt2.0. 模拟物理实验的秒表。-Stopwatch
Calculagraph
- Java写的手机秒表,严格来说是用J2me 写的,适合初学者学习。-Written in Java mobile phone stopwatch, strictly speaking, is written in J2me, suitable for beginners to learn.
Java-a-stopwatch-for-phone
- Java写的手机秒表,严格来说是用J2me 写的,适合初学者学习-Written in Java mobile phone stopwatch, strictly speaking, is J2me written for beginners to learn
Super-stopwatch-java
- 手机上的JAVA超级秒表,希望对大家有帮助-Super stopwatch JAVA on the phone, we want to help
stopwatch
- 这是一个秒表功能的java程序,基于eclipse平台。-This is a stopwatch function of Java program, based on the eclipse platform
StopWatch
- 小型秒表,java编写的,可以实现开始,暂停,继续,结束等功能-Small stopwatch, written in Java, you can start, pause, continue, end function
MainActivity-stopwatch
- android stopwatch 秒表 实现秒表的功能-android stopwatch stopwatch stopwatch function
ChronometerDemo-stopwatch
- 计时器小程序——秒表计时器,程序界面简洁,只有一个时间显示区域和两个图片按钮,一个按钮是开始/暂停,另一个按钮是停止-Timer applet- stopwatch timer program interface is simple, there is only one time display area and two pictures button, a button to start/pause, another button to stop
lightweight-stopwatch
- 一个简易的Android的秒表程序,可以进行多个计时。-A simple Android stopwatch procedures, can be more time.
StopWatch
- Stopwatch source code in j2me
stopwatch
- Android手机秒表程序的简单源代码,可以运行-Simple source code, Android stopwatch program can be run
stopwatch
- 一个秒表, 有启动,暂停,复位的功能,时间显示为00:00:00。-a stopwatch with functions to start,pause and reset.
Stopwatch
- 这是一个计时器的java程序,实现了 开始,暂停 结束,继续等功能-This is a stopwatch Java program
StopWatch
- 设计一个名为StopWatch的类,该类包括:具有访问器方法的私有数据域startTime和endTime;一个无参构造方法,使用当前时间来初始化startTime;一个名为start()方法,将startTime重设为当前时间;一个名为stop()方法,将endTime设置为当前时间;一个名为getElapsedTime()的方法,以毫秒为单位返回秒表记录的流逝时间。画出该类的UML图并实现这个类。并编写一个测试程序,用于测量使用选择排序对100 0000个数字进行排序的执行时间。-Desig
StopWatch
- It is a nice stopwatch application which can show elapsed time and laps with good GUI.