搜索结果
找到约 112 项符合
Receive 的查询结果
按分类筛选
- 全部分类
- 单片机开发 (20)
- 书籍 (9)
- Linux/Unix编程 (7)
- 单片机编程 (6)
- Java编程 (6)
- 通讯编程文档 (4)
- 嵌入式/单片机编程 (4)
- 技术资料 (4)
- 微处理器开发 (3)
- 其他 (3)
- matlab例程 (3)
- 通讯/手机编程 (3)
- 手机短信编程 (3)
- 教程资料 (2)
- 可编程逻辑 (2)
- 汇编语言 (2)
- Internet/网络编程 (2)
- 人工智能/神经网络 (2)
- 网络 (2)
- VHDL/FPGA/Verilog (2)
- Windows CE (2)
- 其他书籍 (2)
- 驱动程序 (1)
- DSP编程 (1)
- 通信网络 (1)
- C/C++语言编程 (1)
- Modem编程 (1)
- 压缩解压 (1)
- 书籍源码 (1)
- 串口编程 (1)
- JavaScript (1)
- 软件设计/软件工程 (1)
- 并行计算 (1)
- 其他嵌入式/单片机内容 (1)
- 手机彩信(MMS)编程 (1)
- GPS编程 (1)
- 操作系统开发 (1)
- Delphi控件源码 (1)
- 接口技术 (1)
- VIP专区 (1)
- 精品软件 (1)
C/C++语言编程 基于(英蓓特)STM32V100的串口程序
This example provides a description of how  to use the USART with hardware flowcontrol and communicate with the Hyperterminal.First, the USART2 sends the TxBuffer to the hyperterminal and still waiting fora string from the hyperterminal that you must enter which must end by '\r'character (keypa ...
可编程逻辑 XAPP740利用AXI互联设计高性能视频系统
This application note covers the design considerations of a system using the performance
features of the LogiCORE™ IP Advanced eXtensible Interface (AXI) Interconnect core. The
design focuses on high system throughput through the AXI Interconnect core with F
MAX
 and
area optimizat ...
可编程逻辑 UART 4 UART参考设计,Xilinx提供VHDL代码
UART 4 UART参考设计,Xilinx提供VHDL代码 uart_vhdl
This zip file contains the following folders:
 \vhdl_source  -- Source VHDL files:
     uart.vhd  - top level file
     txmit.vhd - transmit portion of uart
 &nb ...
通讯编程文档 网络传输协议IPv6部分说明
网络传输协议IPv6部分说明,是SendVoice和Receive程序的参考文档
Java编程 3 pairs of sample codes for basic net apps: . Socket server/client . start the server first . Datagr
3 pairs of sample codes for basic net apps: . Socket server/client . start the server first . DatagramSocket . start MyDatagramSocketA first . MyDatagramSocketA receive a packet first, and then send a reply MyDatagramSocketA send a packet first, and then receive a reply. . Multicast sender/receiver ...
微处理器开发 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 ...
单片机开发 This program configures the external memory interface and CAN to receieve data in a FIFO buffer and
This program configures the external memory interface and CAN to receieve data in a FIFO buffer and store the data in XRAM. Meant to receive data from another CAN device.