搜索结果
找到约 516 项符合
Port 的查询结果
按分类筛选
- 全部分类
- 单片机开发 (53)
- 串口编程 (37)
- 微处理器开发 (28)
- 嵌入式/单片机编程 (26)
- 单片机编程 (24)
- 技术资料 (24)
- 驱动编程 (20)
- Linux/Unix编程 (20)
- 其他 (17)
- uCOS (15)
- 其他嵌入式/单片机内容 (13)
- Windows CE (11)
- Java编程 (11)
- 其他书籍 (9)
- VIP专区 (9)
- VHDL/FPGA/Verilog (8)
- 软件设计/软件工程 (8)
- Internet/网络编程 (8)
- 通讯编程文档 (8)
- 通讯/手机编程 (7)
- 网络 (7)
- 嵌入式Linux (7)
- GPS编程 (7)
- 操作系统开发 (6)
- 汇编语言 (6)
- 系统设计方案 (6)
- Delphi控件源码 (6)
- 文章/文档 (5)
- 可编程逻辑 (4)
- 人工智能/神经网络 (4)
- 编译器/解释器 (4)
- DSP编程 (4)
- VC书籍 (4)
- VxWorks (4)
- 教程资料 (3)
- PCB相关 (3)
- 开发工具 (3)
- 实用工具 (3)
- USB编程 (3)
- J2ME (3)
- 软件工程 (3)
- 技术管理 (3)
- 软件 (3)
- 驱动程序 (2)
- 开发板开源 (2)
- C/C++语言编程 (2)
- 嵌入式综合 (2)
- 压缩解压 (2)
- STL (2)
- 手机短信编程 (2)
- 中间件编程 (2)
- 加密解密 (2)
- FlashMX/Flex源码 (2)
- Applet (2)
- 3G开发 (2)
- 企业管理 (2)
- MacOS编程 (2)
- 数学计算 (2)
- 书籍源码 (2)
- 并口编程 (2)
- 源码 (2)
- 书籍 (2)
- 资料/手册 (1)
- 教程资料 (1)
- 模拟电子 (1)
- 电源技术 (1)
- 无线通信 (1)
- ARM (1)
- 接口技术 (1)
- 游戏 (1)
- Symbian (1)
- Modem编程 (1)
- 邮电通讯系统 (1)
- 数值算法/人工智能 (1)
- 数据库系统 (1)
- BREW编程 (1)
- 其他行业 (1)
- matlab例程 (1)
- 电子书籍 (1)
- 行业发展研究 (1)
- 能源行业(电力石油煤炭) (1)
- 软件测试 (1)
- 笔记 (1)
其他书籍 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 ...
汇编语言 Tiny Planet is small device connected to a GSM cell phone. When the mobile receives a predefined SMS
Tiny Planet is small device connected to a GSM cell phone. When the mobile receives a predefined SMS (text message), like "Activate burglar alarm" or "Start backup pump", the circuit automatically recognizes it as a command, and switches the output port accordingly. Besides switching the port on or ...
单片机开发 基于单片机的10根线束线缆检测器的源程序 #pragma sfr #pragma DI #pragma EI #pragma NOP //#pragma interrupt INTTM010
基于单片机的10根线束线缆检测器的源程序
#pragma sfr
#pragma DI
#pragma EI
#pragma NOP
//#pragma interrupt INTTM010 isr_INTTM000
#pragma interrupt INTTM80 isr_INTTM80
//#pragma interrupt INTTMH1 isr_INTTMH1
#pragma section @@CNST OPT AT 80H
const char OPTION=0x94
typedef unsigned char uchar
t ...
其他 nec 78F0413的例子程序,里面有LCD
nec 78F0413的例子程序,里面有LCD,RTL和PORT的操作,学NEC的朋友可以使用
微处理器开发 使用键盘上的上、下、左、右四个按键
使用键盘上的上、下、左、右四个按键,可以分别控制led1,2,3,4,每个LED 对应的Port 请参考“实验平台介绍”说明文档。要求按下
上面提到的四个按键中间的一个按键后,该按键对应的led 被点亮,持续1 秒钟以后led 熄
灭。
单片机开发 使用键盘上的上、下、左、右四个按键
使用键盘上的上、下、左、右四个按键,可以分别控制led1,2,3,4, 每个LED 对应的Port 请参考“实验平台介绍”说明文档。要求按下
上面提到的四个按键中间的一个按键后,该按键对应的led 被点亮,持续1 秒钟以后led 熄
灭。
单片机开发 This small utility helps to generate seven segment display codes for different I/O connections. For
This small utility helps to generate seven segment display codes for different I/O connections. For example, AVR/PIC
Port A.0 -> D Segment
Port A.1 -> B Segment ....
Also it can generate Common Cathode or Common Anode table codes..
I Coded it long time ago. I Hope help someone.
Thank you ...
操作系统开发 A user-space device driver can do many of the things that kernel drivers can t, such as perform a lo
A user-space device driver can do many of the things that kernel drivers can t, such as perform a long-running computation, block while waiting for an event, or read files from the file system. Unlike kernel drivers, a user-space device driver can use other device drivers--that is, access the networ ...
单片机开发 An big X moving from left to right displayed on the 8*8 matrix screen. It simply used the 89c51 and
An big X moving from left to right displayed on the 8*8 matrix screen.
It simply used the 89c51 and only P1 & P2 port
嵌入式/单片机编程 Host software written in Delphi-pascal for programming, reading and erasing of Atmel s AT90S23X fami
Host software written in Delphi-pascal for programming, reading and erasing of Atmel s AT90S23X family through PC s paralell port.