搜索结果
找到约 200 项符合
Interrupt 的查询结果
按分类筛选
- 全部分类
- 单片机开发 (37)
- 单片机编程 (23)
- 汇编语言 (17)
- 微处理器开发 (16)
- DSP编程 (10)
- 嵌入式Linux (8)
- 其他嵌入式/单片机内容 (8)
- 串口编程 (6)
- 其他 (6)
- 其他书籍 (4)
- 技术资料 (4)
- Windows CE (3)
- 嵌入式/单片机编程 (3)
- 软件设计/软件工程 (3)
- Linux/Unix编程 (3)
- VC书籍 (3)
- 嵌入式综合 (3)
- C/C++语言编程 (2)
- USB编程 (2)
- uCOS (2)
- 电子书籍 (2)
- 书籍源码 (2)
- 驱动编程 (2)
- 编译器/解释器 (2)
- 通讯编程文档 (2)
- 笔记 (2)
- VIP专区 (2)
- 电源技术 (1)
- 教程资料 (1)
- 传感与控制 (1)
- 无线通信 (1)
- 开发工具 (1)
- 可编程逻辑 (1)
- 接口技术 (1)
- 仿真技术 (1)
- 文件格式 (1)
- 软件工程 (1)
- 系统设计方案 (1)
- VxWorks (1)
- 操作系统开发 (1)
- Java编程 (1)
- VHDL/FPGA/Verilog (1)
- Internet/网络编程 (1)
- 其他行业 (1)
- GPS编程 (1)
- *行业应用 (1)
- 编辑器/阅读器 (1)
- 技术管理 (1)
- 技术书籍 (1)
- 源码 (1)
汇编语言 这是PC机间相互通信的例子
这是PC机间相互通信的例子,程序“require”为用查询方式实现,程序“interrupt”为用中断方式实现
汇编语言 汇编作业:sound
汇编作业:sound,hentobia,interrupt, countnumber,count_numberandtel
汇编语言 这是PC机间相互通信的例子
这是PC机间相互通信的例子,程序“require”为用查询方式实现,程序“interrupt”为 用中断方式实现
其他 REMOVE removes a TSR. It takes two command line arguments. The first is the name of TSR to be remove
REMOVE removes a TSR. It takes two command line arguments. The first is the name of TSR to be removed (or an * to remove the last one), and the second is a file name which MUST contain the interrupt vectors to be loaded when the TSR is removed.
汇编语言 8259A中断控制器实验 253A的计数器0为工作方式0
8259A中断控制器实验
253A的计数器0为工作方式0,装入时间常数FFFFH,结束中断时显示信息:8253A INTERRUPT EXPERIMENT!
串口编程 CBC下写的串口编程
CBC下写的串口编程,API函数实例
I wish this site had been around when I was trying to figure out how to make serial communications work in Windows95. I, like many programmers, was hit with the double-whammy of having to learn Windows programming and Win95 serial comm programming at the same time. I f ...
微处理器开发 The following Philips LPC2k CAN examples in this directory were provided by ESAcademy. LPC2_CANA
The following Philips LPC2k CAN examples in this directory
were provided by ESAcademy.
LPC2_CANAll_V110:
Receives all CAN messages in a receive queue.
LPC2_CANFull_V110:
Uses Full-CAN-like reception filtering.
LPC2_CANBlinky_V130:
Minimal example of MicroCANopen, uses Full-CAN-like
reception fil ...
微处理器开发 The following Philips LPC2k CAN examples in this directory were provided by ESAcademy. LPC2_CANA
The following Philips LPC2k CAN examples in this directory
were provided by ESAcademy.
LPC2_CANAll_V110:
Receives all CAN messages in a receive queue.
LPC2_CANFull_V110:
Uses Full-CAN-like reception filtering.
LPC2_CANBlinky_V130:
Minimal example of MicroCANopen, uses Full-CAN-like
reception fil ...
微处理器开发 The following Philips LPC2k CAN examples in this directory were provided by ESAcademy. LPC2_CANA
The following Philips LPC2k CAN examples in this directory
were provided by ESAcademy.
LPC2_CANAll_V110:
Receives all CAN messages in a receive queue.
LPC2_CANFull_V110:
Uses Full-CAN-like reception filtering.
LPC2_CANBlinky_V130:
Minimal example of MicroCANopen, uses Full-CAN-like
reception fil ...
单片机开发 This firmware translates a PS/2 mouse to a USB mouse. The translator firmware is entirely interrup
This firmware translates a PS/2 mouse to a USB mouse. The translator
firmware is entirely interrupt driven (with the exception of sending the
data via USB to the host.) An interrupt is generated when the PS/2 start
bit is received, at which time the firmware will begin its receive routine.
In ad ...