搜索资源列表
孙媳妇
- 首先,分别对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
汇编timer
- 计数器 用汇编语言编写的 计数器程序 是一个定时技术的程序-timer!! It s used win32asm.
8259A中断控制器
- 8259A中断控制器实验 253A的计数器0为工作方式0,装入时间常数FFFFH,结束中断时显示信息:8253A INTERRUPT EXPERIMENT!-8259A interrupt controller experimental 253A of counter 0 0 way to work, the time constant FFFFH loaded to end disruption to display information : 8253A INTERRUPT EXPERI
8253 8259 time
- 计时程序,对8253进行分频,使用二个计数器,使第二个计数器的OUT作为中断源,送到8259产生中断,在LED上显示时间-time procedures for the 8,253-frequency, the use of two counters, so that a second counter OUT interrupted as a source to have interrupted 8259, the time shown on the LED
定时计数器T0作定时应用
- 用 AT89S51 单片机的定时 / 计数器 T0 产生一秒的定时时间,作为秒计数时间,当一秒产生时,秒计数加 1 ,秒计数到 60 时,自动从 0 开始。-with AT89S51 SCM timer / counter T0 produce than the regular time, seconds count as a time when a second time when, seconds count plus one, count to 60 seconds, the automa
winclac
- 一个模仿WINDOWS计数器的CODE,用C#编写,供学习用-imitate a counter CODE WINDOWS, C# prepared for Learning
Aexp5
- 8253定时/计数器的发声实现程序,简单易懂-8253 timer / counter the audible procedures, easily understood
99jsq
- 这是一个数码管0-99计数器,请大家指点-This is a digital tube 0-99 counter, please instruct
mcd-lED2
- 目的是让大家熟悉输入、输出端口的使用 该程序的功能是把演示板当做一个按键计数器-purpose is to let people familiar with the input, output ports using the procedures of the functional demonstration board is a key counter as
mcs-51example
- 包含大量程序:AD转换类,计数器,键盘控制,数码管显示,步进电机,小喇叭,遥控类,液晶显示,走马灯,综合程序等-contain a large number of procedures : AD conversion type, counter and keyboard control, digital control, the stepping motor, a small horn. Remote Control category, liquid crystal display, like
jk
- 寄存器所储存的数据的数据经由数据选择器进入,在进由译码电路将原来的BCD码转换成七段显示器的显示码,之后传送到七段显示器。请注意,四个七段显示器是轮流点亮而非一起点亮,其显示扫描的速度必须和数据选择器器同步,因此需要一个计数器来提供两者的扫描信号。事实上,显示器扫描信号和键盘扫描信号两者对扫描信号的速度要求相近,所以可以共享一组扫描信号。-stored in the register of data through the data selector entry, Progressive by
COUNT-ASM
- 小型加减乘除计数器-ASM程序,包含LINK.EXE,MASM.EXE.-small counter - ASM procedures, including LINK.EXE, MASM.EXE. Thank you
计数器控制周期性写时序
- 50MHz的晶振频率,可以产生50MHz的计数器。每个计数周期代表20ns。 每毫秒产生一个写脉冲,意味着20000个时钟为一个大循环,换成二进制,需要15位的计数器,计到19999强制归零。 不可能产生30ms的准确写宽度,最小只能用两个周期产生40ms宽的写脉冲。
a
- 0-999计数器 单片机数码管显示-0-999 counter Singlechip digital tube display
100
- 100位计数器,汇编语言实验,很精准的,计数从0到-100 counters, assembly language experiments, very accurate, counting from 0 to
test
- 一. 实验目的: 1.了解光电开关的使用方法 2.了解利用光电传感器测量电机转速的方法 二.光电测速基本原理 光电测速的基本电路由光电传感器、计数器和定时器组成。测量时在被测电机主轴上固定一个圆盘,圆盘的边缘上打上小孔。传感器的红外发射端和接收端装在圆盘的两测,电机带动圆盘转到有孔的位置时,红外光通过,红外接收管导通,输出低电平。红外光被挡住时接收管截止,输出高电平。用计数器记录在一定时间内传感器发出的脉冲个数就可以计算出电机转速。 三.实验内容 1.接线方法
8253
- 用于计数器实验,运行环境为Winxp Xingyan集成环境-For the counter experiments, operating environment, integrated environment for Winxp Xingyan
AutoCounter
- 经典的汇编实验程序-工业自动计数器实验,非常适合学生用作实验。-Compilation of classic experimental procedures- experimental industrial automatic counters, very suitable for students for experiments.
8254计数器控制
- 汇编实现计数器按键5次产生低脉冲,从而在屏幕上画出M
计数器
- 简易的计数器,实现简单的计数,从而达到控制时间的效果(Control of time by counting)