搜索结果
找到约 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)
单片机开发 This will sample all 8 A/D-channels by the continous mode. Each end of conversion will call an inte
This will sample all 8 A/D-channels by the continous mode.
Each end of conversion will call an interrupt routine,
where the AD-channel is put to Port4[2..0]
and the upper nibble of the result is put to Port4[7..4].
Port 4 is connected to the user LEDs of the FlashCan100P Evaluation-Board
单片机开发 富士通单片机MB902420系列 CAN Project: CAN0 will work as a simple Repeater. Received data will appear at P
富士通单片机MB902420系列
CAN Project:
CAN0 will work as a simple Repeater.
Received data will appear at Port P47..P40 (UserLEDs of FlashCan100P)
and will send out again as byte-packages to ID#2
Receive-Buffer #1 : basic can
Transmit-Buffer #6 : full-can ID #2
Linux/Unix编程 A simple smtp relay server. Which follows smtp protocol correctly. It receive an email. and relay it
A simple smtp relay server. Which follows smtp protocol correctly. It receive an email. and relay it out to an email server specified by users.
Platform: unix, linux, windows.
compilation command: g++ smtpr.c -lsocket -lnsl -o smtpr
usage: smtpr <port number> (<relay server>)
Windows CE 三星S3C2410
三星S3C2410,WinCE4.2的BSP源文件,支持2-port Usb Host,可同時插入兩個U盤等USB設備.
Internet/网络编程 微软DNS服务器远程溢出漏洞测试代码 Microsoft DNS Server Remote Code execution Exploit and analysis Advisory: http:
微软DNS服务器远程溢出漏洞测试代码
Microsoft DNS Server Remote Code execution Exploit and analysis
Advisory: http://www.microsoft.com/technet/security/advisory/935964.mspx
This remote exploit works against port 445 (also Microsoft RPC api used)
* Mario Ballano ( mballano~gmail.com )
* Andres Tarasco ...
串口编程 // This Communications Component is implemented using separate Read and Write // threads. Messages
// This Communications Component is implemented using separate Read and Write
// threads. Messages from the threads are posted to the Comm control which is
// an invisible window. To handle data from the comm port, simply
// attach a handler to OnReceiveData . There is no need to free the memory
// ...
单片机开发 Freediag contains various drivers (ISO9141, ISO14230, SAEJ1850-VPW, SAEJ1850-PWM) for different adap
Freediag contains various drivers (ISO9141, ISO14230, SAEJ1850-VPW, SAEJ1850-PWM) for different adapters that connect the PC serial port to a vehicle. It reads vehicle diagnostic info from vehicle electronic control unit (ecu). The source code is compiled and run in linux environment.
单片机开发 用VHTL描述7段数码管器
用VHTL描述7段数码管器,输入为一个四位二进制,在数码管上显示数字的同时也显示这四位二进制。使用了port map语句
单片机开发 This program allows reading or writing values to and from the DSP through hyperterminal serial por
This program allows reading or writing values to and from the DSP
through hyperterminal serial port interface.
通讯/手机编程 一款用JAVA制作开发的小型聊天软件
一款用JAVA制作开发的小型聊天软件,里面附有安装程序和JAVA源代码。
Visual Chat 1.91 Developer Edition
- Customize the Visual Chat code regarding your own requirements
- Use customchatdev.html for developing / testing
- Create .jar and .cab-files containing client-specific .class-files and the images- ...