搜索资源列表
VHDL
- VHD设计实例8位加法器的设计分频电路数字秒表的设计
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
timer
- 一个完善的带有时区切换的闹铃秒表功能的数字时钟-Digital clock with a perfect with time zone switching alarm clock stopwatch function
StopWatch
- 设计一个名为StopWatch的类,该类包括:具有访问器方法的私有数据域startTime和endTime;一个无参构造方法,使用当前时间来初始化startTime;一个名为start()方法,将startTime重设为当前时间;一个名为stop()方法,将endTime设置为当前时间;一个名为getElapsedTime()的方法,以毫秒为单位返回秒表记录的流逝时间。画出该类的UML图并实现这个类。并编写一个测试程序,用于测量使用选择排序对100 0000个数字进行排序的执行时间。-Desig