搜索结果
找到约 245 项符合
SEND 的查询结果
按分类筛选
- 全部分类
- 技术资料 (43)
- 单片机开发 (21)
- Java编程 (18)
- 其他 (13)
- Internet/网络编程 (12)
- Linux/Unix编程 (11)
- 手机短信编程 (10)
- 单片机编程 (7)
- 网络 (7)
- 书籍 (6)
- 通讯/手机编程 (6)
- 通讯编程文档 (6)
- VHDL/FPGA/Verilog (6)
- 串口编程 (5)
- Delphi控件源码 (5)
- 系统设计方案 (4)
- 驱动编程 (3)
- 汇编语言 (3)
- J2ME (3)
- JavaScript (3)
- C/C++语言编程 (2)
- 数值算法/人工智能 (2)
- 其他书籍 (2)
- 压缩解压 (2)
- Modem编程 (2)
- 传真(Fax)编程 (2)
- 文件格式 (2)
- 微处理器开发 (2)
- matlab例程 (2)
- 易语言编程 (2)
- Windows CE (2)
- 中间件编程 (2)
- SQL Server (2)
- 邮电通讯系统 (2)
- Jsp/Servlet (2)
- 接口技术 (1)
- 加密解密 (1)
- 书籍源码 (1)
- 软件工程 (1)
- 嵌入式综合 (1)
- 电子书籍 (1)
- 游戏 (1)
- 编译器/解释器 (1)
- *行业应用 (1)
- 多国语言处理 (1)
- 技术管理 (1)
- 人工智能/神经网络 (1)
- 嵌入式Linux (1)
- VxWorks (1)
- Symbian (1)
- 手机彩信(MMS)编程 (1)
- 软件设计/软件工程 (1)
- VC书籍 (1)
- 其他嵌入式/单片机内容 (1)
- GPS编程 (1)
- Ajax (1)
- 软件测试 (1)
- VIP专区 (1)
网络 It support IPv4 and IPv6 unicast and multicast and contains a trivial sender and a trivial receiver
It support IPv4 and IPv6 unicast and multicast and contains a trivial sender and a trivial receiver that can be used to send or receive arbitrary data over RTP. An implementation of generic forward error correction is planned, t
技术资料 USART
基于ATmega16单片机设计的串口波特率发送程序。下载方便。-ATmega16-based single-chip serial port baud rate to send the design
C/C++语言编程 cs5460a程序(C程序源代码)
#include <reg51.h>#include <main.h>#include <interrupt.h>
cs5460a应用电路(含源程序)bit code table_odd_even_bit[16]={0,1,1,0,1,0,0,1,1,0,0,1,0,1,1,0};
extern uchar rs485_timeout,pointer_buf485;extern uchar rs485_buf[MAX_485_LEN];extern uchar idata spi_buf[MAX_SPI_LEN];extern uchar pointer_send,send_l ...
通讯/手机编程 This sample uses Microsoft.WindowsMobile.PocketOutlook and Microsoft.WindowsMobile.Telephony to:
This sample uses Microsoft.WindowsMobile.PocketOutlook and
Microsoft.WindowsMobile.Telephony to:
- Databind a ContactCollection to a ListBox.
- Databind a Contact Property to a TextBox.
- Edit Contact Properties.
- Send SMS messages
- Call a contact s phone number.
编译器/解释器 this is a digital intercom projects using ADC PWM and UART interrupt. you take the value from mic e
this is a digital intercom projects using ADC PWM and UART interrupt.
you take the value from mic enter it to ADC and then send serially to the other microcontroller which receives the data and transform the digital data into analog data by PWM which is connected to speaker
技术资料 STM32F407 串口1到串口5的初始化和接收发送程序
STM32F407 串口1到串口5的初始化和接收发送程序-STM32F407 USART1 TO USART5 receive and send
技术资料 这是我用delphi写的一个串口测试系统,有代码发送与接收的列表。
这是我用delphi写的一个串口测试系统,有代码发送与接收的列表。-This is what I used to write a delphi serial testing system, a code to send and receive the list.
通讯/手机编程 KphoneSI (kpsi) is a SIP (Session Initiation Protocol) user agent for Linux, with which you can in
KphoneSI (kpsi) is a SIP (Session Initiation Protocol) user agent
for Linux, with which you can initiate VoIP (Voice over IP) connections
over the Internet, send Instant Messages, subscribe your friends
presence information and start other applications of your choice
其他 收SP下行消息 A. 启动MMSC侦听端口 在模拟器界面的右下角的"Liten Port"文本框中输入MMSC的侦听端口
收SP下行消息
A. 启动MMSC侦听端口
在模拟器界面的右下角的"Liten Port"文本框中输入MMSC的侦听端口,这个值是为接收SP发出的下行消息提供服务的端口号,比如:"8080",按下"Start"按钮启动MMSC侦听服务。
B. 接收消息
接收的是从SP(API)发来的消息,处理后回一条响应消息。
2 模拟MMSC向SP发送上行消息
A. 选择模拟器左 ...