PTypes (C++ Portable Types Library) is a simple alternative to the STL that includes multithreading and networking. It defines dynamic strings, variants, character sets, lists and other basic data types along with threads, synchronization objects, IP sockets and named pipes. PTypes also offers message queues as an alternative method of thread synchronization. Its main `target audience is developers of complex network daemons, robots or non-visual client/server applications of any kind
標簽: multithreading alternative Portable includes
上傳時間: 2016-03-25
上傳用戶:lz4v4
本書適應了Windows、Internet及計算機網絡普及的潮流,介紹了一套在 Windows 下網絡編程的規范-Windows sockets。這套規范是Windows 下得到廣 泛應用的、開放的、支持多種協議的網絡編程接口。從 1991年的 1.0版到 1995 年的2.0.8 版,經過不斷完善并在 Intel、Microsoft、Sun、SGI、Informix、 Novell 等公司的全力支持下,已成為Windows 網絡編程的事實上的標準。為使 讀者能夠充分理解和應用這套規范,本書不但對Windows sockets 1.1 及2.0規 范作了較為詳盡的介紹,還結合了作者的實際工作,給出了具有實際應用價值的 程序實例。書中的內容包括:Windows sockets 規范 1.1版及2.0.8 版介紹; Windows sockets 網絡編程指導和具體應用實例;Windows sockets 規范 1.1版 及2.0.8 版庫函數參考等。
上傳時間: 2016-03-27
上傳用戶:shus521
網絡編程原理文摘 [文件] 精華區目錄結構 [目錄] 網絡編程的基本原理 [目錄] 網絡編程與網絡協議 [目錄] 網上資源 [目錄] winsock技術 [目錄] Unix&Linux sockets [目錄] 程序原代碼 [目錄] 別的什么東西
上傳時間: 2016-06-22
上傳用戶:netwolf
GNU Common C++ is a very portable and highly optimized class framework for writing C++ applications that need to use threads and support concurrent sychronization, and that use sockets, XML parsing, object serialization, thread-optimized String and data structure classes, etc. This framework offers a class foundation that hides platform differences from your C++ application so that you need not write platform specific code. GNU Common C++ has been ported to compile nativily on most platforms which support either posix threads, or on maybe be used with Debian hosted mingw32 to build native threading applications for Microsoft Windows.
標簽: applications framework optimized portable
上傳時間: 2014-01-02
上傳用戶:luke5347
:gprs終端,VB、控件、協議,WINSOCKET控件,Winsock控件,gprs,cdma,gprs編程,gprs模塊,gprs終端,gprs modem,gprs無線,modem,終端,gprs設備,cdma模塊,cdma終端,cdma modem,產品,無線,無線數據傳輸,數據傳輸,編程,gprs數據編程,tcp,ip,udp, Winsock dll, Winsock ocx控件,Winsock ocx, Winsock函數, Winsock編程,WINSOCKET,sockets,Socket,tcp協議,ip協議,ppp,ppp協議,udp協議,下載,示例,編程示例,示例代碼,源代碼。單片機,mc51,mc51單片機,430,plc,組態軟件,組態王,8051,89c52等。無線傳輸,無線上網,gprs無線上網,終端。Internet,網絡,網絡編程。網絡設計,gprs組網方式,gprs,tcp/ip包,tcp/ip數據包,tcp/ip數據包格式,報文格式,
標簽: gprs
上傳時間: 2013-12-08
上傳用戶:ecooo
dos網絡編程,socket,非常明了,Beej s 網絡編程指南 Internet sockets Version 1.5.5
上傳時間: 2013-12-23
上傳用戶:lindor
本書適應了Windows、Internet 及計算機網絡普及的潮流,介紹了一套在 Windows 下網絡編程的規范-Windows sockets。
上傳時間: 2016-11-22
上傳用戶:wendy15
SCJP考試簡介 ● 考試方式 全英文試題,以電腦作答,在授權的Prometric考試中心參加考試 考試編號:310-025 先決條件:無 考試題型:復選、填空和拖拽匹配 題量:59 及格標準:61% 時限:120分鐘 費用:1250元 ● 要求具備的能力 ● 使用Java編程語言創建Java應用程序和applets。 ● 定義和描述垃圾搜集,安全性和Java虛擬機(JVM)。 ● 描述和使用Java語言面向對象的特點。 ● 開發圖形用戶界面(GUI)。利用Java支持的多種布局管理。 ● 描述和使用Java的事件處理模式。 ● 使用Java語言的鼠標輸入、文本、窗口和菜單窗口部件。 ● 使用Java的例外處理來控制程序執行和定義用戶自己的例外事件。 ● 使用Java語言先進的面向對象特點, 包括方法重載、方法覆蓋、抽象類、接口、final、static和訪問控制。 ● 實現文件的輸入/輸出 (I/O)。 ● 使用Java語言內在的線程模式來控制多線程。 ● 使用Java 的sockets機制進行網絡通信。
上傳時間: 2013-12-17
上傳用戶:kelimu
OReilly.Java.Rmithis book provides strategies for working with serialization, threading, the RMI registry, sockets and socket factories, activation, dynamic class downloading, HTTP tunneling, distributed garbage collection, JNDI, and CORBA. In short, a treasure trove of valuable RMI knowledge packed into one book.
標簽: serialization strategies threading provides
上傳時間: 2014-01-15
上傳用戶:731140412
In this article, I will explain how to create UDP packets and then send them to a remote server through the Internet using WinPCap for Windows. The code has been tested to work with Windows XP SP2 and Vista SP1 on Linksys routers, and on Toshiba modems connected directly to the Internet. Please note that the code here is very minimalistic, and can be greatly expanded depending on your needs. The reason I use WinPCap in this article is that it solves the issue of Winsock for Windows (XP SP2 and above) not allowing raw UDP packets to be sent (in Linux, you can just use regular sockets). With WinPcap, it is possible to specify your own source IP and source hardware addresses in packets.
標簽: article explain packets create
上傳時間: 2013-12-12
上傳用戶:x4587