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