搜索结果
找到约 232 项符合
MEssage 的查询结果
按分类筛选
- 全部分类
- 加密解密 (23)
- Java编程 (17)
- Internet/网络编程 (11)
- 其他 (11)
- Linux/Unix编程 (8)
- 手机短信编程 (8)
- 电子书籍 (7)
- VC书籍 (7)
- 单片机开发 (7)
- JavaScript (7)
- 软件设计/软件工程 (6)
- Java书籍 (6)
- 技术资料 (6)
- 汇编语言 (5)
- 其他书籍 (5)
- 单片机编程 (4)
- 网络 (4)
- 其他嵌入式/单片机内容 (4)
- 通讯/手机编程 (4)
- 行业发展研究 (4)
- 通信网络 (3)
- VxWorks (3)
- GPS编程 (3)
- 微处理器开发 (3)
- Jsp/Servlet (3)
- matlab例程 (3)
- Windows CE (3)
- Windows Mobile (3)
- 源码 (3)
- 数值算法/人工智能 (2)
- 文章/文档 (2)
- 其他行业 (2)
- 人工智能/神经网络 (2)
- Delphi控件源码 (2)
- 技术管理 (2)
- 压缩解压 (2)
- 文件格式 (2)
- 系统设计方案 (2)
- 书籍 (2)
- 学术论文 (1)
- 教程资料 (1)
- 可编程逻辑 (1)
- 串口编程 (1)
- VHDL/FPGA/Verilog (1)
- SQL Server (1)
- 交通/航空行业 (1)
- J2ME (1)
- Delphi/CppBuilder (1)
- 多国语言处理 (1)
- 书籍源码 (1)
- DSP编程 (1)
- 编译器/解释器 (1)
- 邮电通讯系统 (1)
- USB编程 (1)
- 手机WAP编程 (1)
- 驱动编程 (1)
- BREW编程 (1)
- 数据库系统 (1)
- uCOS (1)
- 金融证券系统 (1)
- 嵌入式/单片机编程 (1)
- 软件测试 (1)
- 手机彩信(MMS)编程 (1)
- 嵌入式Linux (1)
- 通讯编程文档 (1)
- C/C++语言编程 (1)
- 接口技术 (1)
- 电工电气 (1)
- 软件 (1)
- VIP专区 (1)
汇编语言 EXAMPLE SOURCE CODE FOR IMPLIB FILTER This filter accepts input through the standard input stream
EXAMPLE SOURCE CODE FOR IMPLIB FILTER
This filter accepts input through the standard input stream, convertsit and outputs it to the standard output am. The streams are linkedthrough pipes, such that the input stream is the output from the import librarian being invoked, and the output stream is con ...
汇编语言 EXAMPLE SOURCE CODE FOR TASM FILTER his filter accepts input through the standard input stream, con
EXAMPLE SOURCE CODE FOR TASM FILTER
his filter accepts input through the standard input stream, converts it and outputs it to the standard output stream. The streams are linked
through pipes, such that the input stream is the output from the assembler
being invoked, and the output stream is connecte ...
SQL Server SQL Server 2005 Service Broker (SSB) is an asynchronous messaging technology built into SQL Server.
SQL Server 2005 Service Broker (SSB) is an asynchronous messaging technology built into SQL Server. With SSB, you essentially get the power of messaging technologies like Microsoft Message Queue (MSMQ) combined with the relational database capabilities of SQL Server, all controlled with Transact SQL ...
其他 编写本程序时
编写本程序时,所使用的是传输层的UDP协议,不分服务器和客户端,采用对等实体的形似实现信息的传输。运用java.net.DatagramPacket类和java.net.DatagrameSocket类实现套接和数据的传输。并且采用组播形式进行数据信息的传递。使用三个简单协议数据单元(PDU),即JOIN PDU,LEAVE PDU,MESSAGE PDU。分别表示首次连接时组播 ...
Java编程 * This a simple tool to send/receive UDP packet based on a * free software developed by Neil Deas
* This a simple tool to send/receive UDP packet based on a
* free software developed by Neil Deason.
* The purpose of program is to simulate a remote MGC So that the
* SIP Message debugging/testing is possible.
交通/航空行业 The Ntrip RTCM Multiclient "NtripRTCMMC" simultaneously reads a number of real-time RTK data stream
The Ntrip RTCM Multiclient "NtripRTCMMC" simultaneously reads a number of
real-time RTK data streams in RTCM 2.x format (basicly message types 18
and 19) as received from an Ntrip Broadcaster. It decodes the streams and
generates raw and RINEX files.
J2ME First of all, the Applet-phone is a SIP User-Agent with audio and text messaging capabilities. But
First of all, the Applet-phone is a SIP User-Agent
with audio and text messaging capabilities. But i s also embedded in
an applet where you can use it as usual if your firewall allow you to
use the UDP transport. If not, you can use TCP to carry your voice in a
voice messaging fashion. Your voice is ...
Delphi/CppBuilder 创世纪的C++ Builder --------------------------------------------------------------------------------
创世纪的C++ Builder
--------------------------------------------------------------------------------
告别Hello World的年代
图形程式设计基本概念
具体而微的绘图程式
以C++ Builder处理Windows讯息(Message)
动态链结函式库(DLL-Dynamic Linked Library)
Install Shield的使用介绍 ...
其他 一般使用PC Based Controller 都是当作现场设备的一种
一般使用PC Based Controller 都是当作现场设备的一种,也就是要接受
主系统的命令,做一些操作控制。以Modbus 来看属于Slave 的角色,随
时等待接收Modbus Master 的Query Message,然后依据内容做控制,最后
将控制结果以Response Message 回传。本章将以ICP 7524 及ICP 7188E5 等
两种设备分别设计Modbus RTU、ASCII 及M ...
Windows CE #ifdef _AFXDLL Enable3dControls() // Call this when using MFC in a shared DLL #else Enable3d
#ifdef _AFXDLL
Enable3dControls() // Call this when using MFC in a shared DLL
#else
Enable3dControlsStatic() // Call this when linking to MFC statically
#endif
CPreviewDialogDlg dlg
m_pMainWnd = &dlg
int nResponse = dlg.DoModal()
if (nResponse == IDOK)
{
// TODO: Place code here to ...