搜索资源列表
intdemo
- 串口的输入输出,使我们在串口的输入信号可以在串口输出-Serial input and output, so that we in the serial input signals can be output on the serial port
第六章
- 《MATLAB高效编程技巧与应用_25个案例分析》第六章的matlab代码("MATLAB efficient programming skills and application of _25 case analysis" sixth chapter of the matlab code)
实验四前三题
- 1、8255 芯片初始化 (1) 分析原理图,计算 8255 芯片和 8253 芯片在 IO 空间中各内部寄存器的端口地址,修改 Demo 程序(main.asm 和 INTDemo.asm)中 IO 空间地址的符号定义(xxH)。 (2) 分析原理图中 8255 芯片 PA、PB 和 PC 口的信号传输方向确定各端口的输入及输出状 态,填充源代码框架中 8255 芯片初始化子程序 INIT8255,完成 8255 芯片初始化代码。 (