搜索资源列表
fangbo
- 我是用AT89C52在PROTEUS上进行仿真产生方波的,C和ASM的都有,还有PROTEUS的电路原理图-I am using AT89C52 PROTEUS simulation for Fang Bo, C and ASM have, there are PROTEUS of the circuit diagram
IO-interface
- 1、 (1)熟悉8086小模式下基本系统的电路结构:系统电路、总线形成、端口空间分配等;(2)学会8086的运行环境的配置:内存空间、代码空间、时钟频率等;(3) Proteus下仿真调试工具的使用方法;(5)Proteus提供的实验仪器和测试手段的使用方法。 2、 用通用接口芯片实现无条件I/O传送。用一片74LS245做输出端口控制8个LED灯。要求LED灯从上到下依次点亮一次,每个灯亮1s。画出电路图、按要求编写程序,在仿真环境下调试通过。 -1, (1) be familiar
io
- 基于8086cpu的IO接口实验,内附protues仿真文件和汇编语言又源码-Based 8086cpu of I O interface experiment, enclosing proteus simulation file and the source code and assembly language
lesson5
- proteus单片机仿真 数码管 #include <reg51.h> unsigned char code Tab[] {0xC0,0xF9,0xA4,0xB0,0x99,0x92,0x82,0xF8,0x80,0x90} void Delay() { unsigned char i,j for(i 0 i<255 i++) for(j 0 j<255 j++) } void main() { uns
lesson6
- proteus单片机仿真-数码管(动态) #include<reg51.H> unsigned char code Tab[] {0xc0,0xf9,0xa4,0xb0,0x99,0x92,0x82,0xf8,0x80,0x90} unsigned char Dat[] {0,0,0,0} unsigned char tmp,i,j unsigned char s 0 void delay(int n) { int i for(i 0
lesson7
- proteus单片机仿真-有源蜂铃器 #include<reg51.h> sbit Buzzer P0^0 void main(void) { int i,n n 60 while(1) { Buzzer 1 for(i 1 i<n i++) Buzzer 0 for(i 1 i<n i++) } }-Proteus single-chip microcomputer simu
chap12_1_IO
- emu8086 proteus I/O-emu8086 proteus IO
E4_IO接口
- 8086 I/O接口扩展实验+protues仿真(8086 and Protues simulation)