搜索资源列表
stopwatch
- 设计一秒表,实现计时的开始,暂停,停止功能。-Timing can start, pause, stop function
clock
- 设计一个带有指针、时钟,并且具有秒表功能,能方便我们的使用和操作。-Design with a pointer, clock and stopwatch functions with, we can easily use and operation.
jwood-standup-timer-v1.4-1-g91940ca
- Standup Timer应用用于控制站立会议时间,类似秒表倒计时,可以提醒每个人的讲话时间已到,从而保证每个与会者使用时间一样。从该项目的代码中,可以学会如何使用时间函数。另外,这个项目的代码是采用视图view、模型model严格分离的设计思路。-Standup the Timer application is used to control the standing meeting time, similar to the stopwatch countdown, you can remin
vhdl
- vhdl电子秒表设计 分频器 t触发器 模型框图-clock about vhdl
StopWatch
- 设计一个名为StopWatch的类,该类包括:具有访问器方法的私有数据域startTime和endTime;一个无参构造方法,使用当前时间来初始化startTime;一个名为start()方法,将startTime重设为当前时间;一个名为stop()方法,将endTime设置为当前时间;一个名为getElapsedTime()的方法,以毫秒为单位返回秒表记录的流逝时间。画出该类的UML图并实现这个类。并编写一个测试程序,用于测量使用选择排序对100 0000个数字进行排序的执行时间。-Desig
KCSJ_Clock
- 一个可以用的秒表课设,用于大学的课程设计,包含时钟(A stopwatch class set, can be used for curriculum design, of the university of containing the clock)