搜索资源列表
一个16F877实现计时秒表功能
- 该源程序已在实验板上调试通过,读者可直接引用,并可以利用软件编程的灵活性,加以拓展,实现更为复杂的功能。--Use 16F877 to implement a clock functionality. It is tested on an experiment board.
一个16F877实现计时秒表功能
- 该源程序已在实验板上调试通过,读者可直接引用,并可以利用软件编程的灵活性,加以拓展,实现更为复杂的功能。--Use 16F877 to implement a clock functionality. It is tested on an experiment board.
电子秒表
- 实现电子秒表计时功能,精度可达百分之一秒。-electronic stopwatch function of time, up to 1% precision seconds.
14at20053121537918945
- 89S51的程序,实现秒表功能秒表C51程序,包含键盘扫描,在数码管上显示各个数字,使用80C51单片机 -89S51 procedures to achieve stopwatch function stopwatch C51 procedures, keyboard scanning, digital control in the various figures show that the use of 80C51 microcon
gaojingdushuzimiaobiao
- 高精度数字秒表,在pc机上用汇编语言模拟普通数字秒表,实现计时,暂停,继续,存储等功能。-high-precision digital stopwatch, the PCs used assembly language simulation ordinary digital stopwatch, time to achieve, suspended, continued, storage.
miaobiaosheji
- 本程序是一个实现秒表功能的设计程序,附带时钟功能.
clock
- 用Keil_C语言编写的单片机程序,实现用八段数码管作秒表功能,可以直接输入数字调整时间-Keil_C languages with single-chip process using eight digital tube for stopwatch functions, can directly enter the number of adjustment time
VHDLdesign
- EDA课程设计,包含源码和文档说明,实现秒表计数和闹钟功能,使用VHDL语言编写 已完成功能 1. 完成时/分/秒的依次显示并正确计数,利用六位数码管显示; 2. 时/分/秒各段个位满10正确进位,秒/分能做到满60向前进位,有系统时间清零功能; 3. 定时器:实现整点报时,通过扬声器发出高低报时声音; 4. 时间设置,也就是手动调时功能:当认为时钟不准确时,可以分别对分/时钟进行调整; 5. 闹钟:实现分
secondclock
- 电子秒表要实现的功能:用键盘中断来控制整个程序,按一下回车键启动电子秒表,再按一下暂停,按一下ESC键清零,用七段数码管显示时间。整个程序涉及到8255、8253与8259三个芯片。8253的OUT2,CLK2分别连接8259的IRQ7与PCLK,8253的GATE2连接正5伏电压,采用计数器2每隔0.01秒产生一次中断并且计数,写入以偏移地址4000H开始的4个内存单元,然后利用8255将内存单元的数据输出到七段数码管-err
stop_watch
- 采用Quartus2编写的电子秒表电路 实现计时、暂停等功能-Quartus2 prepared using electronic stopwatch timer circuit, suspension and other functions
vhdl_miaobiao
- 用vhdl实现秒表的功能,具有秒表功能,有分、秒显示,后期可以自己添加闹钟的模块。 -Use VHDL to achieve the functions of a stopwatch with a stopwatch function, who, seconds indicates that the latter can add their own alarm clock module.
SHUZIZHONG
- 汇编语言实现数字钟功能,主要有时间、闹铃、秒表功能,课程设计,写的比较乱,希望耐心看-Digital clock assembly language functions, the main time, alarm, stopwatch functions, curriculum design, writing comparative chaos, I hope the patience to see
stopwatch
- VHDL语言设计的秒表,实现计时功能,实现报时功能,并且通过硬件实验。-VHDL language design stopwatch, timer function of the realization, the realization of time functions, and through hardware experiments.
functionalelectronicbell
- 本文设计实现的是一个多功能数字电子钟,其功能为:24小时制时、分、秒的时间显示,具有整点报时功能;年、月、日及星期的日历显示;具有秒表功能;可显示当前环境温度;可通过按键对各时间信息进行调整。系统采用单片机AT89C52作为主控芯片。系统中的显示模块采用LCD1602液晶显示器实现。LCD1602可以显示两行字符,每行16个字符,能够满足本系统的显示要求。系统中的温度采集模块采用DS18B20芯片实现。DS18B20体积小,其输出量是数
watch
- 用VHDL设计实现秒表功能:秒表功能包括开始/暂停键和清零键,精度要达到0.01秒,所以计数显示共有八个数码管,而每个数码管又有八个管脚,因此采用扫描显示的方法,减少管脚数量。时钟脉冲由最低位给入,采用异步方式驱动更高位的计数,时钟频率应该为100Hz,通过数码管显示,共有八个数码管,所以扫描频率应在100Hz的8倍以上。(付按键消抖代码)-VHDL design with a stopwatch functions: stopwatc
clock
- 单片机(AT89S52)实现多功能数字钟 该数字钟实现时钟运行,调整,倒计时,秒表功能,且精确度经调试一天的误差在2S内。 -SCM (AT89S52) to achieve multi-functional digital clock digital clock to achieve the clock is running, adjustment, countdown, stopwatch function, and the
1602
- 用C语言在单片机上用1602液晶实现一个数字钟,可定时,可当秒表功能-SCM using C language with the 1602 liquid crystal to achieve a number of minutes and can be from time to time may be when the stopwatch function
AB3
- 只通过移位寄存器来实现AB两个按钮对秒表的单次计时功能和总计时功能两种功能(Only through the shift register to achieve AB two buttons, stopwatch single time function and total timing function of two functions)
ARM实现秒表功能
- 实现秒表功能。数码管高两位显示秒,低两位显示精确到0.01秒的数值(提示,修改PIT0中断的时间,调整走时和显示算法;在实现自由走时的基础上,利用按键,使其具有开始、暂停、继续、停止等功能。开始键负责清零,然后开始计时。(Stopwatch function. Two digital tube display seconds, low two digit display accurate to 0.01 seconds (numeric
简易秒表设计
- 用8031单片机实现简易秒表功能并用八段数码管显示。按下启动键,不管原来显示何值,均先从零开始。按下停止键时停止,数字保持不变。显示时间最长为9秒后停止,数字保持为“9”。按下复位键后,数字显示“0”。(A simple stopwatch function is realized with 8031 singlechip and eight segments are used to display it. Press the star