搜索资源列表
孙媳妇
- 首先,分别对8255、8253进行初始化,设置8255为A口、C口输出,设置8253的计数器0为工作模式3;其次,设置IRQ7的中断矢量,使得有IRQ7中断时调用SERVER;再次,调用INIT对计数值初始化;最后,主程序循环等待中断,开始秒表的计时。 2、 INIT子程序-First, the 8255,8253 initialization, set for the 8255 A-C mouth output, set 8253 as the Counter mode 0 3; Second
gaojingdushuzimiaobiao
- 高精度数字秒表,在pc机上用汇编语言模拟普通数字秒表,实现计时,暂停,继续,存储等功能。-high-precision digital stopwatch, the PCs used assembly language simulation ordinary digital stopwatch, time to achieve, suspended, continued, storage.
16f877
- 一个16F877实现计时秒表功能-16F877 achieve a stopwatch function of time
time0-99s
- ST套件上0-99秒计时,比较准的!(由网友wonderfulsf提供) ST套件上0-99秒计时,比较准的! 这是我学习PIC完成的第一个程序烧在了ST套件上不错,0-99秒计时 如果用MPLAB模拟,用stopwach计时非常准 ST套件上0-99秒表程序,根据原0-99键控程序上改写的,初学练习
AT89C52_CLOCK
- 程序能用于24小时计时,能作为秒表使用,能定时闹铃1分钟(也可关). 使用方法:开机后在00:00:00起开始计时,(1)长按P1.0进入调分状态:分单元闪烁 按P1.0加1,按P1.1减1.再长按P1.0进入时调整状态,时单元闪烁,加减调整同调分.
dianzimiaobiao
- 电子秒表,利用8253芯片实现秒表的计时。
clock
- 电子秒表的设计 1、用系统8253定时器提供的55ms定时单位,设计秒表定时程序。 2、有关系统定时方法: PC机系统中的8253定时器0工作于方式3,外部提供一个时钟作为CLK信号, 频率:f=1.1931816MHz。 定时器0输出方波的频率:fout=1.1931816/65536=18.2Hz。 输出方波的周期Tout=1/18.2=54.945ms。8253A每隔55ms引起一次中断,作为定时信号。可用 5945ms作基本计时单位。 用BIOS调用INT
dianzimiaobiao
- 设计一个简单的电子秒表(按一下钮启动,再按一个停止,再按一下清零,周而复始。)最小计时单位0.01S,即可显示XX.XX(秒、百分之一秒)。
dianzibiao
- 1、用系统8253定时器提供的55ms定时单位,设计秒表定时程序。 2、有关系统定时方法: PC机系统中的8253定时器0工作于方式3,外部提供一个时钟作为CLK信号, 频率:f=1.1931816MHz。 定时器0输出方波的频率:fout=1.1931816/65536=18.2Hz。 输出方波的周期Tout=1/18.2=54.945ms。8253A每隔55ms引起一次中断,作为定时信号。可用 5945ms作基本计时单位。 用BIOS调用INT 1AH可以取得该定
miaobiao
- 实现秒表的功能。能精确到0.01位。最多能计时1个小时。
8253-2
- 利用PC机的硬件定时8253, 编制秒表延时(0~9秒)程序.要求: 按任意键,开始计时, 在屏幕上以1秒间隔从0到9显示 按ESC键,计时停止.-use of PC hardware-timed 8253, the establishment of a stopwatch Delay (0 ~ 9 seconds) program. Requirements : by the arbitrary button, the timer on screen to a second interval
complex-digital-clock
- 一个多功能数字钟汇编程序,具有基本时钟功能,年月日,秒表,24小时的倒计时,闹钟五个功能。-A multi-functional digital clock assembler with the basic clock function, date, stopwatch, 24-hour countdown, the five functional alarm clock.
miao
- LCD1602显示秒表.功能描述:K3为控制按键.第一次按下时,开始计时,第二次按下时,暂停计时.第三次按下时,累计计时,第四次按下时,暂停计时。K4为清零按键:在任何状态下,按一下K4,均可清零.可同时显示:时、分、秒、毫秒(带有两位ms级显示)-LCD1602 display stopwatch. Functional Descr iption: K3 for the control of keys. When the first press, the beginning of time,
111
- 设计一个简单的电子秒表(按一下钮启动,再按一个停止,再按一下清零,周而复始。)最小计时单位0.01S,即可显示XX.XX(秒、百分之一秒)。设计要求如下: (1)由键盘和8255作为输入部分 (2)用七段数码管或液晶显示屏来显示时间 (3)由8253和8259构成计时信号,通过中断完成启动计时、停止计时和动态刷新显示。 -Realize the use of assembly language simulation program to master the electronic
12345
- 秒表完整程序,具有计时,暂停,清零功能能。-Stopwatch complete program, with the timing, pause function can be cleared.
LCD
- 在单片机的P1端口上接有LCD模块,用来显示计时时间。P3.3、P3.4端口分别接有按钮开关K1、K2,做秒表的计时控制按钮。-P1 port in the microcontroller connected with LCD module, used to display time of time. P3.3, P3.4 port were connected with the button switch K1, K2, do stopwatch timing control buttons.
miaobaioyuandaima
- 秒表源代码。计时精确到0.01秒,计时led输出。方便实用-Stopwatch source code. Timing accurate to 0.01 seconds, timing led output. Convenient and practical
asm_assembly_design_features_achieve_classic_stopw
- asm汇编设计实现计时秒表功能的经典程序源码asm assembly design features to achieve a classic stopwatch program source code-asm assembly design features to achieve a classic stopwatch program source code
qddown_hb61055888355
- 汇编语言一个16F877实现计时秒表功能程序源代码-Assembly language implementation of a 16F877 source code stopwatch function
aci-counter
- 单片机计时秒表程序设计(时钟显示范围00.00~99.99秒,分辨度为0.01秒)-Microcontroller stopwatch program design (clock display range of 00.00 to 99.99 seconds, the resolution of 0.01 seconds)