搜索资源列表
时钟
- 精确到毫秒的时钟,以及秒表,带有提醒功能- Precisely to a millisecond clock, as well as the stopwatch, has the reminder function
timetool
- VB 秒表时钟的制作 在计算机是1000毫秒的计算情况下,以60进1秒的计算方法-VB stopwatch clock production in 1000 is a computer calculation of milliseconds, 60 seconds into a method of calculation
clock
- 基于vhdl的数字钟 有闹钟,秒表,时钟,日期等功能 秒表可以开始,暂停,清零, 时钟可以设置时间, 还可以设置日期
timer
- 秒表/时钟计时器的设计采用AT89C52单片机,最小化应用设计;采用共阳七段LED显示器,P0口输出段码数据,P2.0-P2.5口作列扫描输出,P1.0、P1.1、P1.2口接三个按钮开关,用以调时及功能设置。为了提供共阳LED数码管的驱动电压,用三极管8550作电源驱动输出。
scproj
- 单片机工程,含DS18B20测温,能闹铃秒表时钟等的Keil、C51、Proteus仿真
clock_时钟
- 程序模拟一台高级时钟,功能包括以指针方式显示、以数字方式显示、日历和秒表等;可设置时间和日期。 程序使用对话框结构,左方有框显示指针式钟面,其下方有两个矩形框,一个以数字方式显示日期、星期和时间,该时间应与指针显示的时间一致。另一个框作为秒表的显示框。对话框右方有设置时间按钮、时间快进按钮和秒表按钮-simulation a senior clock, including functional indicators shown, in digital form, calendar and sto
单片机时钟显示汇编程序
- 单片机控制LED数码管显示,实现时钟秒表显示。
单片机电子时钟的设计
- 数字电子钟具有走时准确,一钟多用等特点,在生活中已经得到广泛的应用。虽然现在市场上已有现成的电子钟集成电路芯片,价格便宜、使用也方便,但是人们对电子产品的应用要求越来越高,数字钟不但可以显示当前的时间,而且可以显示期、农历 、以及星期等,给人们的生活带来了方便。另外数字钟还具备秒表和闹钟的功能,且闹钟铃声可自选,使一款电子钟具备了多媒体的色彩。单片机具有体积小、功能强可靠性高、价格低廉等一系列优点,不仅已成为工业测控领域普遍采用的智能化控制工具,而且已渗入到人们工作和和生活的各个角落,有力地推动
daima.用VHDL语言设计一个数字秒表
- 用VHDL语言设计一个数字秒表: 1、 秒表的计时范围是0秒~59分59.99秒,显示的最长时间为59分59秒。 2、 计时精度为10MS。 3、 复位开关可以随时使用,按下一次复位开关,计时器清零。 4、 具有开始/停止功能,按一下开关,计时器开始计时,再按一下,停止计时。系统设计分为几大部分,包括控制模块、时基分频模块、计时模块和显示模块等。其中,计时模块有分为六进制和十进制计时器。计时是对标准时钟脉冲计数。计数器由四个十进制计数器和两个六进制计数器构成,其中毫秒位、十毫秒位、秒位和
miaobiao 简单的四个数码管显示的四位的秒表电子时钟
- 这是我做的一个简单的四个数码管显示的四位的秒表电子时钟。带有三个按键,开始,停止,清零-This is I do a simple four digital pipe display four stopwatch electronic clock. With three key, start, stop, reset
89s52clock
- C51编写的基于单片机的秒表时钟设计。包括原程序及原理图和PCB设计。-C51 prepared by the stopwatch clock based on single chip design. Including the original program and the schematic and PCB design.
S2.rar
- 时钟程序,有闹钟、定时、秒表等功能,采用PIC单片机,很精确,可作为大学生课程设计的典型程序……,Clock procedures, has an alarm clock, timer, stopwatch functions, using PIC microcontroller, very accurate, can be used as a typical university curriculum design process ... ...
Atmega128
- ATMEGA128的最小系统原理图,确定可行,包括时钟电路,电源电路 等-ATMEGA128 minimum system diagram to determine the feasibility, including the clock circuits, power supply circuit
clock
- 具有电子时钟、秒表、闹钟(可设定10组)功能-With electronic clock, stopwatch, alarm clock (which can be set up 10 groups) function
clock
- 单片微机实验设计---数字时钟 文件内容: keil 下开发的源代码 并附带生成的hex文件 protuse下时钟的模拟电路,加载hex文件后可模拟仿真 附带较详细的实验报告 时钟功能: 时分秒显示 秒表 闹钟 日历 具体功能调试就知道了,还是蛮不错的,本人第一次做的单片机小功能。(收藏着)-Single-chip computer experiment design the content of the document--- Digit
clock
- 电子时钟具有一般时钟所具有的所有功能,定时,报时,显示时间和日期以及秒表等等功能。-electric clock
design
- 秒表/时钟计数器要求用六位LED数码显示时,分,秒,以24小时计时方式。使用按键开关可实现时分调整,秒表/时钟功能转换,省电等功能。 -Stopwatch/clock counter asked six LED digital display with hour, minute, second, the way to a 24-hour time. Button switch can be used to adjust hours, a stopwatch/clock function of
timeclock
- //2.10实现一个秒表功能(精确到0.01秒),有计时按钮和复位按钮, //当安下计时按钮时开始计时,同时计时按钮文字由“开始计时”变为“停止计时”, //再次按下计时按钮停止计时同时显示文字变为“开始计时”,按下复位按钮后时间回到0:-//2.10 implement a stopwatch function (accurate to 0.01 seconds), with timing button and reset button,// when the safety butto
电子时钟源程序
- 利用51单片机实现电子时钟功能,有秒表,闹钟,定时等功能。(The use of 51 single-chip electronic clock function)
秒表
- 程序包含stm32rtc实时时钟的使用以及定时器中断的应用。在tft显示屏上显示出时间,以及秒表,屏幕上有按键可以开始,暂停,归零秒表(The program contains the use of stm32rtc real-time clock and the application of timer interrupts. Display time on the TFT display, and the stopwatch, with buttons on the screen to st