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 connected to the MESSAGE window of the IDE, ie.
标签: input standard EXAMPLE accepts
上传时间: 2014-11-18
上传用户:siguazgb
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 connected to the MESSAGE window of the IDE, ie.
标签: input standard EXAMPLE accepts
上传时间: 2014-01-13
上传用户:小码农lz
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 statements
标签: Server asynchronous technology SQL
上传时间: 2013-12-13
上传用户:koulian
编写本程序时,所使用的是传输层的UDP协议,不分服务器和客户端,采用对等实体的形似实现信息的传输。运用java.net.DatagramPacket类和java.net.DatagrameSocket类实现套接和数据的传输。并且采用组播形式进行数据信息的传递。使用三个简单协议数据单元(PDU),即JOIN PDU,LEAVE PDU,MESSAGE PDU。分别表示首次连接时组播的数据报、用户离开时组播的数据报,用户输入完消息时组播的数据报。
上传时间: 2014-06-22
上传用户:无聊来刷下
* 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.
标签: developed software receive simple
上传时间: 2014-12-06
上传用户:teddysha
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.
标签: simultaneously Multiclient NtripRTCMMC real-time
上传时间: 2015-11-15
上传用户:一诺88
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 recorded and encoded locally then sent as a MESSAGE, decoded and played back by your peer. Voice messaging allow you to go through any firewall, so that you can continue to chat and talk with your friends from an applet !
标签: Applet-phone capabilities User-Agent messaging
上传时间: 2014-01-11
上传用户:c12228
创世纪的C++ Builder -------------------------------------------------------------------------------- 告别Hello World的年代 图形程式设计基本概念 具体而微的绘图程式 以C++ Builder处理Windows讯息(MESSAGE) 动态链结函式库(DLL-Dynamic Linked Library) Install Shield的使用介绍
标签: Builder
上传时间: 2013-12-11
上传用户:zhengzg
一般使用PC Based Controller 都是当作现场设备的一种,也就是要接受 主系统的命令,做一些操作控制。以Modbus 来看属于Slave 的角色,随 时等待接收Modbus Master 的Query MESSAGE,然后依据内容做控制,最后 将控制结果以Response MESSAGE 回传。本章将以ICP 7524 及ICP 7188E5 等 两种设备分别设计Modbus RTU、ASCII 及Modbus/TCP 的Slave 应用程序, 读者可以将此两种程序的架构再延伸设计至各种实际应用程序。
标签: Controller Based 现场设备
上传时间: 2015-12-16
上传用户:nanxia
#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 handle when the dialog is // dismissed with OK } else if (nResponse == IDCANCEL) { // TODO: Place code here to handle when the dialog is // dismissed with Cancel } // Since the dialog has been closed, return FALSE so that we exit the // application, rather than start the application s MESSAGE pump. return FALSE }
标签: Enable3dControls Enable3d AFXDLL shared
上传时间: 2015-12-19
上传用户:hustfanenze