搜索结果
找到约 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)
其他 The W78E58B is an 8-bit microcontroller which has an in-system programmable Flash EPROM for firmwa
The W78E58B is an 8-bit microcontroller which has an in-system programmable Flash EPROM for
firmware updating. The instruction set of the W78E58B is fully compatible with the standard 8052. The
W78E58B contains a 32K bytes of main ROM and a 4K bytes of auxiliary ROM which allows the
contents of t ...
其他书籍 The Microsoft(R) Guide for Assembly Language and C Programmers By Ray Duncan PROGRAMMING FOR MS-DO
The Microsoft(R) Guide for Assembly Language and C Programmers
By Ray Duncan
PROGRAMMING FOR MS-DOS
Genealogy of MS-DOS
MS-DOS in Operation
Structure of MS-DOS Application Programs
MS-DOS Programming Tools
Keyboard and Mouse Input
Video Display
Printer and Serial Port
File Management
Volumes and Dir ...
USB编程 USBHostSlave is a USB 1.1 host and Device IP core. – Supports full speed (12Mbps) and low speed (1.
USBHostSlave is a USB 1.1 host and Device IP core.
– Supports full speed (12Mbps) and low speed (1.5Mbps) operation.
– USB Device has four endpoints, each with their own independent FIFO.
– Supports the four types of USB data transfer control, bulk, interrupt, and isochronous
transfers.
– Host ...
其他书籍 QuickSteps books are recipe books for computer users. They answer the question 揌ow do I...??by prov
QuickSteps books are recipe books for computer users. They answer the
question 揌ow do I...??by providing a quick set of steps to accomplish the
most common tasks with a particular program. The sets of steps are the
central focus of the book. Sidebar QuickSteps provide information on how to
do quick ...
汇编语言 NEA1803 51单片机与12864 由串口中断收取数据 显示经度纬度 高度 速度 时间 使用卫星数-GPS development NEA1803 51 SCM and 12864 collect
NEA1803 51单片机与12864 由串口中断收取数据 显示经度纬度 高度 速度 时间 使用卫星数-GPS development NEA1803 51 SCM and 12864 collected by the serial interrupt data show a high degree of longitude latitude speed time-use satellite
单片机编程 用定时器以间隔500MS在6位数码管上依次显示0、1、 2、3….C、D、E、F,重复。
#include<reg51.h>
#define uchar unsigned char
#define uint unsigned int
uint i,j;
sbit dula=P2^6;
sbit wela=P2^7;
uchar code table[]={0x3f,0x06,0x5b,0x4f,0x66,0x6d,
0x7d,0x07,0x7f,0x6f,0x77,0x7c,
0x39,0x5e,0x79,0x71};
void main()
{&nbsp;
j=0;
i=0;
&nbsp; &nbsp; TMOD=0X01;
TH0=(65536-50000)/256;
TL ...
单片机编程 红外解码程序
/*
&nbsp;* _168ZHONGDUAN2.c
&nbsp;*
&nbsp;* Created: 2014/11/2 15:12:45
&nbsp;* &nbsp;Author: lenovo
&nbsp;*/&nbsp;
#include <avr/io.h>
#include <avr/iom168pa.h>
#include <avr/interrupt.h>
#include <util/delay.h>
#include <avr/eeprom.h>
//#include <util/delay_basic.h>
//unsigned char const SEGtabl ...