搜索结果
找到约 421 项符合
protocol 的查询结果
按分类筛选
- 全部分类
- 通讯编程文档 (43)
- 其他书籍 (36)
- 网络 (27)
- Internet/网络编程 (24)
- Linux/Unix编程 (22)
- 单片机编程 (18)
- 单片机开发 (16)
- 通讯/手机编程 (16)
- 技术资料 (15)
- 其他 (14)
- Java编程 (12)
- 软件设计/软件工程 (11)
- 文章/文档 (11)
- 书籍 (10)
- 3G开发 (8)
- 串口编程 (7)
- USB编程 (7)
- 文件格式 (6)
- 嵌入式/单片机编程 (6)
- 行业发展研究 (6)
- 其他嵌入式/单片机内容 (6)
- 嵌入式Linux (5)
- RFID编程 (5)
- 通信网络 (4)
- 驱动编程 (4)
- 微处理器开发 (4)
- 手机WAP编程 (4)
- VHDL/FPGA/Verilog (4)
- 学术论文 (3)
- GPS编程 (3)
- 系统设计方案 (3)
- 邮电通讯系统 (3)
- 电子书籍 (3)
- Modem编程 (3)
- Delphi控件源码 (3)
- 手机短信编程 (3)
- VIP专区 (3)
- 无线通信 (2)
- 可编程逻辑 (2)
- uCOS (2)
- matlab例程 (2)
- 技术管理 (2)
- 汇编语言 (2)
- 书籍源码 (2)
- 加密解密 (2)
- 接口技术 (2)
- 源码 (2)
- 资料/手册 (1)
- 电源技术 (1)
- 教程资料 (1)
- 传感与控制 (1)
- 嵌入式综合 (1)
- 测试测量 (1)
- Windows Mobile (1)
- 语音压缩 (1)
- 压缩解压 (1)
- 操作系统开发 (1)
- VxWorks (1)
- Symbian (1)
- CA认证 (1)
- SCSI/ASPI (1)
- 认证考试资料 (1)
- 软件工程 (1)
- 编辑器/阅读器 (1)
- 中间件编程 (1)
- 编译器/解释器 (1)
- 单片机 (1)
- Matlab (1)
- 数据库系统 (1)
- 手册 (1)
串口编程 一个简单的SPI IP核
一个简单的SPI IP核,SPI Core Specifications 可以从说明文档中找到!
The simple Serial Peripheral Interface core is an enhanced version of the Serial Peripheral Interface found on Motorola s M68HC11 family of CPUs. The Serial Peripheral Interface is a serial, synchronous communication protocol ...
其他书籍 This document describes the uIP TCP/IP stack. The uIP TCP/IP stack is an extremely small implementat
This document describes the uIP TCP/IP stack. The uIP TCP/IP stack is an extremely small implementation of the TCP/IP protocol suite intended for embedded systems running low-end 8 or 16-bit microcon-trollers. The code size and RAM requirements of uIP is an order of magnitude smaller than other gene ...
VxWorks THIS CODE IS FOR EXAMPLE PURPOSES ONLY, USE AT YOUR OWN RISK, NO WARRANTY IS ASSUMED OR IMPLIED
THIS CODE IS FOR EXAMPLE PURPOSES ONLY, USE AT YOUR OWN RISK, NO WARRANTY
IS ASSUMED OR IMPLIED
The intension of this code is to provide an example of attaching to the MUX layer with a custom
ethernet protocol. Though the NPT code is provided for handling alternate frames, it has not been tested ...
网络 Dropbear is an SSH 2 server, designed to be usable in small memory environments. It supports:
Dropbear is an SSH 2 server, designed to be usable in small memory environments.
It supports:
* Main features of SSH 2 protocol
* Implements X11 forwarding, and authentication-agent forwarding
for OpenSSH clients
* Compatible with OpenSSH ~/.ssh/authorized_keys public key
authentication ...
其他书籍 Identification cards — Contactless integrated circuit(s) cards — Proximity cards — Part 4: Transmis
Identification cards — Contactless integrated circuit(s) cards — Proximity
cards — Part 4: Transmission protocol
文件格式 本文件描述了一个基于串口实现文件传输的协议eXmodem
本文件描述了一个基于串口实现文件传输的协议eXmodem,该协议基于标准Xmodem File Transfer Protocol,是一个独立标准,完全功能,全新的文件传输协议。
1)该协议除实现Xmodem File Transfer基本功能,即已实现了在两个设备相互之间,通过串口把一个设备内文件传输至另一个设备内;其增强功能所列参考如下:
a)两个设备相 ...
Internet/网络编程 Many programs today suffer from the fact that their users have to connect using IP addresses. This i
Many programs today suffer from the fact that their users have to connect using IP addresses. This is impossible for dialup users, whose IPs change all the time, and painful for LAN users who don t know their IP addresses or whose addresses also change. In addition, many collaborative programs could ...
其他书籍 This book describes the following communications applications: Mail, Message Handler( MH), Transmiss
This book describes the following communications applications: Mail, Message Handler( MH), Transmission ControlProtocol/ Internet Protocol(TCP/ IP), Basic Networking Utilities( BNU), and Asynchronous Terminal Emulation( ATE). It provides overviews, concepts, and procedures on receiving and sending m ...
Java编程 These two classes show an extremely simple example of java.net socket programming. They implement th
These two classes show an extremely simple example of java.net socket programming. They implement the Unix daytime protocol, an extremely simple protocol that consists entirely of the server sending its current local time and date to the client as an ASCII string. The server, to keep it very simple, ...
Symbian This C++ code example provides a method for transferring objects or chunks of data from one device
This C++ code example provides a method for transferring objects or chunks of
data from one device to another via the Bluetooth OBEX protocol. These chunks
are typically files or other blocks of binary data. This example demonstrates
how to run OBEX on top of the Bluetooth RFCOMM protocol, but OB ...