Welcome![Sign In][Sign Up]
Location:
Search - EX0

Search list

[Other resourceU51asm

Description: 交通灯: 1. 因为本设计是交通灯的控制,所以要先了解实际交通灯的变化规律。假设一个十字路口为东西南北走向。初始状态0为东西红灯,南北红灯。然后转状态1南北绿灯通车,东西红灯。过一段时间转状态2,南北绿灯闪几次转亮黄灯,延时几秒,东西仍然红灯。再转状态3,东西绿灯通车,南北红灯。过一段时间转状态4,东西绿灯闪几次转亮黄灯,延时几秒,南北依然红灯。最后循环至状态1。 2. 双色LED是由一个红色LED管芯和一个绿色管芯封装在一起,公用负端。当红色正端加高电平,绿色正端加低电平,红灯亮;红色正端加低电平,绿色正端加高电平,绿灯亮;两端都加高电平,黄灯亮。 急救车和交通灯: 中断服务程序的关键是:1. 保护进入中断时的状态,并在推出中断之前恢复进入时的状态;2. 必须在中断程序中设定是否允许中断重入,即设置EX0位。 本设计使用了INT0中断,一般中断程序进入时应保护 PSW,ACC以及中断程序使用但非其专用的寄存器。本设计中的INT0程序保护了PSW,ACC,2等三个寄存器并且在退出前恢复了这三个寄存器。另外中断程序中涉及到关键数据的设置时应关中断,及设置时不允许重入。本设计中没有涉及这种情况。 name:trled1.asm trled2.asm-traffic lights : 1. Because of the design of the traffic lights, so there must first understand the traffic lights change. Assuming a crossroads for the east-west north-south. Initial state of things 0 red light, red light north-south. Then the state opening of a north-south green, red things. For a period of time to state 2-green flashing yellow light switch several times, a few seconds delay, things are still red. Three sub-state, opening things green, red light north-south. For a period of time to state four, several things turn green blinking yellow light, a few seconds delay, the North and the South is still red. The last cycle to a state. 2. Two-color LED is a red LED tube core and a core package of green together, the common negative side. When the red is added to I-Greenpeace-Canad
Platform: | Size: 2191 | Author: 孙菱蔚 | Hits:

[Other resourceyejingxianshi000003

Description: 红外线遥控器解码程序(汇编) ORG 0000H AJMP MAIN ORG 0003H 外部中断INT0入口地址 AJMP INT 转中断服务子程序 MAIN: MOV SP,#40H MOV P1,#00H SETB EA 开CPU中断 SETB IT0 设定INT0触发方式 SETB EX0 INT0请求中断 DSP: MOV R2,#9 将遥控器键值转化成A(0~9) MOV DPTR,#TAB1 VV: MOV A,R2 MOVC A,@A+DPTR XRL A,1CH JZ ABC DJNZ R2,VV ABC: MOV A,R2 MOV DPTR,#TAB ;将A的值通过数码管显示出来 -infrared remote control decoder (Compendium) ORG 0000H AJMP MAIN ORG 000 3H external interrupt INT0 address AJMP INT entrance to a break in service subroutine MAIN : MOV SP, # 40H MOV P1, # 00H CPU SETB EA opening set interrupted SETB Indium-Tin-Oxide Substrates INT0 trigger mode SETB EX0 INT0 request interrupted DSP : MOV R2, # 9 will be the remote control keys into A (0 ~ 9) MOV DPTR, # TAB1 VV : MOV A, R2 MOVC A, @ A DPTR photolithography A, interruptive JZ ABC DJNZ R2, VV ABC : MOV A, R2 MOV DPTR, # TAB; A digital value through the tube show
Platform: | Size: 1340 | Author: ttforgo | Hits:

[Windows Developex07a

Description: 鼠标左键反应程序 MFC-left mouse button response procedures MFC
Platform: | Size: 1917952 | Author: | Hits:

[Other Embeded programU51asm

Description: 交通灯: 1. 因为本设计是交通灯的控制,所以要先了解实际交通灯的变化规律。假设一个十字路口为东西南北走向。初始状态0为东西红灯,南北红灯。然后转状态1南北绿灯通车,东西红灯。过一段时间转状态2,南北绿灯闪几次转亮黄灯,延时几秒,东西仍然红灯。再转状态3,东西绿灯通车,南北红灯。过一段时间转状态4,东西绿灯闪几次转亮黄灯,延时几秒,南北依然红灯。最后循环至状态1。 2. 双色LED是由一个红色LED管芯和一个绿色管芯封装在一起,公用负端。当红色正端加高电平,绿色正端加低电平,红灯亮;红色正端加低电平,绿色正端加高电平,绿灯亮;两端都加高电平,黄灯亮。 急救车和交通灯: 中断服务程序的关键是:1. 保护进入中断时的状态,并在推出中断之前恢复进入时的状态;2. 必须在中断程序中设定是否允许中断重入,即设置EX0位。 本设计使用了INT0中断,一般中断程序进入时应保护 PSW,ACC以及中断程序使用但非其专用的寄存器。本设计中的INT0程序保护了PSW,ACC,2等三个寄存器并且在退出前恢复了这三个寄存器。另外中断程序中涉及到关键数据的设置时应关中断,及设置时不允许重入。本设计中没有涉及这种情况。 name:trled1.asm trled2.asm-traffic lights : 1. Because of the design of the traffic lights, so there must first understand the traffic lights change. Assuming a crossroads for the east-west north-south. Initial state of things 0 red light, red light north-south. Then the state opening of a north-south green, red things. For a period of time to state 2-green flashing yellow light switch several times, a few seconds delay, things are still red. Three sub-state, opening things green, red light north-south. For a period of time to state four, several things turn green blinking yellow light, a few seconds delay, the North and the South is still red. The last cycle to a state. 2. Two-color LED is a red LED tube core and a core package of green together, the common negative side. When the red is added to I-Greenpeace-Canad
Platform: | Size: 2048 | Author: 孙菱蔚 | Hits:

[Other Embeded programyejingxianshi000003

Description: 红外线遥控器解码程序(汇编) ORG 0000H AJMP MAIN ORG 0003H 外部中断INT0入口地址 AJMP INT 转中断服务子程序 MAIN: MOV SP,#40H MOV P1,#00H SETB EA 开CPU中断 SETB IT0 设定INT0触发方式 SETB EX0 INT0请求中断 DSP: MOV R2,#9 将遥控器键值转化成A(0~9) MOV DPTR,#TAB1 VV: MOV A,R2 MOVC A,@A+DPTR XRL A,1CH JZ ABC DJNZ R2,VV ABC: MOV A,R2 MOV DPTR,#TAB ;将A的值通过数码管显示出来 -infrared remote control decoder (Compendium) ORG 0000H AJMP MAIN ORG 000 3H external interrupt INT0 address AJMP INT entrance to a break in service subroutine MAIN : MOV SP,# 40H MOV P1,# 00H CPU SETB EA opening set interrupted SETB Indium-Tin-Oxide Substrates INT0 trigger mode SETB EX0 INT0 request interrupted DSP : MOV R2,# 9 will be the remote control keys into A (0 ~ 9) MOV DPTR,# TAB1 VV : MOV A, R2 MOVC A, @ A DPTR photolithography A, interruptive JZ ABC DJNZ R2, VV ABC : MOV A, R2 MOV DPTR,# TAB; A digital value through the tube show
Platform: | Size: 1024 | Author: ttforgo | Hits:

[Dialog_Windowex05c

Description: 再用CScrollView 在第四章中,我们介绍过CScrollView.-CScrollView reuse in the fourth chapter, we introduced CScrollView.
Platform: | Size: 7452672 | Author: gaoyuan | Hits:

[Otherjijiucheshiyanchengxu

Description: 中断服务程序的关键是:1.保护进入中断时的状态,并在退出中断之前恢复进入时的状态。2.必须在中断程序中设定是否允许中断重入,即设置EX0位。 本例中使用了INT0中断,一般中断程序进入时应保护PSW,ACC以及中断程序使用但非其专用的寄存器。本例的INT0程序保护了PSW,ACC,2等三个寄存器并且在退出前恢复了这三个寄存器。另外中断程序中涉及到关键数据的设置时应关中断,即设置时不允许重入。本例中没有涉及这种情况。 实验开始时K8应在H(高电平)端,要产生中断时先拨向L(低电平)端再拨回H端。 -Interrupt service s key is: 1. the protection enters when the interrupt condition, and when the withdrawal interrupt before regains enters the condition. 2. must in the interrupt routine establish whether to permit the interrupt re-entry, namely establishes the EX0 position. in this example has used the INT0 interrupt, generally the interrupt routine enters when should protect PSW, ACC as well as the interrupt routine use but non-its special-purpose register. This example INT0 program protection PSW, ACC,2 and so on three registers, and restored these three registers before the withdrawal. Moreover in the interrupt routine involves to when the essential data establishment should close the interrupt, namely when establishment does not permit the re-entry. In this example has not involved this kind of situation. the experiment starts when K8 should when H (high level) the end, must have the interrupt allocate first to L (low level) the end dials the H end again.
Platform: | Size: 1024 | Author: 邱晓波 | Hits:

[Embeded-SCM Develop8bitpwm

Description: 参考程序B:WPCA1pwm8.C 程序实现PCA模块0和1的8位PWM输出J涑鼋臗EX0配置在P0.0脚输出方波占空比为2/3
Platform: | Size: 9216 | Author: 卢山 | Hits:

[Embeded-SCM Develop16bitpwm

Description: // 程序实现PCA模块0和1的16位PWM输出J涑鼋臗EX0配置在P0.0脚输出方波占空比为2/3
Platform: | Size: 9216 | Author: 卢山 | Hits:

[OtherEXIN.EX0-101.v2011-2-7.320q.PDF

Description: 2011年2月最新ITIL V3题库,本人亲测-Latest ITIL V3 exam bible updated in Feb 2011
Platform: | Size: 225280 | Author: heyufo | Hits:

[SCMEX0

Description: 利用51单片机的外部中断程序,在KEIL环境下编写-51 MCU external interrupt program, written in KEIL environment
Platform: | Size: 2048 | Author: 王翔 | Hits:

[SCMex0

Description: 51单片机的外部中段实验1 一共有3个实验-51mcu extern interrupt0
Platform: | Size: 56320 | Author: 宛英豪 | Hits:

[SCMex1

Description: 51单片机的外部中断0和外部中断1的实验-51mcu ex0 ex1
Platform: | Size: 60416 | Author: 宛英豪 | Hits:

[SCMEX0-EX1

Description: stc12c5a60s2外部中断0和中断1的模块测试,直接可以用。我已测试-Stc12c5a60s2 interruption of external interrupt 0 and 1 module test, can use directly. I have been testing
Platform: | Size: 25600 | Author: wangjianming | Hits:

[Embeded-SCM Develop16bitpwm

Description: // 程序实现PCA模块0和1的16位PWM输出J涑鼋臗EX0配置在P0.0脚输出方波占空比为2/3
Platform: | Size: 9216 | Author: dnesday | Hits:

[Picture Viewerex0

Description: MFC视频教学之 图形编程例程 输入学号,在另一个对话框中显示。编辑框,按钮等的使用。-MFC video teaching graphical programming routines input student number, displayed in another dialog box. Edit boxes, buttons, etc. are used.
Platform: | Size: 1955840 | Author: 陈仲海 | Hits:

[Graph programex0

Description: QT的基础小例子,适合非常基础的初学者。-base example
Platform: | Size: 2048 | Author: 尹焕健 | Hits:

[Communication-Mobileex0

Description: 采用ch395实现TCP/IP,已测试过,可以用(Using ch395 to achieve TCP/IP, has been tested, you can use)
Platform: | Size: 1582080 | Author: 欢欢换 | Hits:

CodeBus www.codebus.net