Welcome![Sign In][Sign Up]
Location:
Search - ace socket

Search list

[Internet-NetworkAddison Wesley - The.ACE.Programmers.Guide

Description: ACE程序员指南,ACE(自适应的网络编程环境),用C++类来封装Unix的Socket库,进程库,线程库-ACE Programmer's Guide, ACE (Adaptive Network Programming Environment), C categories Packaging Unix socket library for the process, Thread Library
Platform: | Size: 877504 | Author: 吴江 | Hits:

[WinSock-NDISUDPRecver

Description: 基于ACE开发的接收Syslog包的类,封装了Socket,跨平台,非常简洁-reception reads like packet, a package Socket, cross-platform, very brief
Platform: | Size: 2752 | Author: slummer | Hits:

[Books网络通讯开发资源

Description: socket TCP/IP ACE
Platform: | Size: 66472856 | Author: vachel | Hits:

[Internet-NetworkAddison Wesley - The.ACE.Programmers.Guide

Description: ACE程序员指南,ACE(自适应的网络编程环境),用C++类来封装Unix的Socket库,进程库,线程库-ACE Programmer's Guide, ACE (Adaptive Network Programming Environment), C categories Packaging Unix socket library for the process, Thread Library
Platform: | Size: 877568 | Author: 吴江 | Hits:

[Internet-NetworkHttpAgent

Description: 基于ACE实现的一个代理服务器以及相应的客户端程序,代理服务器可以把客户端的请求转发给指定服务器,并把该服务器的应答转发给客户端。是学习ACE库的好例子-achieve a proxy server and the corresponding client, proxy server client can transmit the request to the designated servers, and the server's response relayed to the client. The ACE study is a good example for
Platform: | Size: 3194880 | Author: 张志 | Hits:

[Internet-NetworkUDPRecver

Description: 基于ACE开发的接收Syslog包的类,封装了Socket,跨平台,非常简洁-reception reads like packet, a package Socket, cross-platform, very brief
Platform: | Size: 2048 | Author: slummer | Hits:

[CommunicationIDispatch_COMSrv_SRC

Description: 这是一个GPRS无线监控系统的网关服务器的源代码,实现了对监控车机的登陆,登出,修改参数,传回位置信息等功能。 编译需要ACE组件和 boost库,具体下载方法见代码目录下的DOC文件夹下的html说明-This is a GPRS wireless monitoring system gateway server source code, achieving the right vehicle for monitoring the landing, publish, modify parameters, send back location information capabilities. You will need ACE components and boost library specific ways to download code directory, see the DOC html folder under the Note
Platform: | Size: 6344704 | Author: 陈自行 | Hits:

[CommunicationaceQQ

Description: 一个公司程序附带的工具 仿qq功能实现通信。 利用windows socket api编写。 利用多线程技术。-a company procedures incidental imitation qq functional tool for communication. Using windows api prepared socket. Use multithreading technology.
Platform: | Size: 358400 | Author: ghz_sd | Hits:

[Internet-Networkfiletransserver

Description: 务器端基于select I/O模型。为防止程序界面阻塞,有一个子线程用于不断接收socket并select其中的处理。客户端只有一个线程函数,不过其利用率很高,可用于远程目录交换,请求文件大小,创建若干线程来下载文件。文件传输有上传和下载,还有对等传输,这个项目中,传输文件具体指下载。 -side is based on the Treasury select I/O model. To prevent the program interface obstruction, a son threaded socket for receiving continuous and select which of treatment. Only one client thread function, but its high efficiency, long-distance directory can be used to exchange documents requested size, creating a number of threads to download files. Upload a file transfer and downloading, and the transmission of the project, specifically referring to transfer files downloaded.
Platform: | Size: 140288 | Author: 肖和平 | Hits:

[TCP/IP stackACEserver

Description: 基于ACE开发的简单的UDP服务器以及客户端,并实现广播的功能。-Based on the ACE to develop a simple UDP server and client, and to realize the function of broadcasting.
Platform: | Size: 186368 | Author: 郑剑芳 | Hits:

[Internet-Networkgateway

Description: 基于ace proactor模式的高性能转发服务器,供学习ace的朋友们参考-transfer server
Platform: | Size: 5506048 | Author: line-shooter | Hits:

[Internet-NetworkACE_DEMO

Description: ACE网络组件使用实例。本源码分为两个部分,分为用ACE写的服务端和用ACE写的客户端。-Network components using the example of ACE. The source is divided into two parts, divided into services with ACE client to write and write with ACE client.
Platform: | Size: 992256 | Author: gpc | Hits:

[Internet-NetworkACE-5.6.9.tar

Description: ace,一个高性能的通信服务库的,可用于实现高质量的socket通信.-ace, a high-performance library of communications services that can be used to achieve high-quality communications socket.
Platform: | Size: 15882240 | Author: yun san | Hits:

[Internet-Networkweathor_report

Description: 基于ACE网络库的天气预报信息获取工具。代码展现了1:ACE socket的基本用法;2:unicode与GBK互转;3:base64编码;-A weather reporter tool based on ACE. you can learn to know the usage of the ACE_Sock_Stream and Base64 algorithm
Platform: | Size: 5120 | Author: ajie0112 | Hits:

[Internet-NetworkACE-5.7.4

Description: ACE通讯组件,可以建立高效的通讯程序。有大量的设计模式可以学习-Ace socket
Platform: | Size: 25084928 | Author: lsadfjl | Hits:

[Internet-NetworkGHCommonNetDll

Description: 偶从大学开始维护至今的好东西。这个高度封装的轻量级网络库实现了基于异步Socket的C/S模式通信环境。本库经过4个现实项目的考验,用于轻量级的应用,不先进、不高深,但是讲究实用,开发小型C/S架构程序比ACE\Socket\QT都快。 主要特点: 1、已经为传送大文件做了优化。自动拆分、拼合,如果配合上内存映射文件,可以传送超过内存容量的数据(32位指针)。 2、集成了接受者-伴随处理者模型,收到的数据包传递到独立的线程回调用户的处理函数。 3、提供了C++封装,只需重载服务器类、客户端类的方法即可实现收发。 4、提供了C封装,简单调用方法实现发送 已经在范例中实现了C/S程序的框架,服务采用C接口演示,客户用C++接口演示,收发程序合二为一。 编译器支持 VC2005 ~ VC 2010-The highly encapsulated lightweight network based on Asynchronous Socket library implementation in C/S mode communications environment. The reality of the library, four test items for lightweight applications. Main features: 1, has to send large files are optimized. Automatically split, put together, with the memory map if the file can be sent over the data memory (32-bit pointer). 2, the integrated receiver- with handler model, the received data packets delivered to the user separate thread callback handler. 3, provides a C++ package, just reload the server class, client class methods send and receive can be realized. 4, provides a C package, simply call the method to achieve transmit Has been achieved in the sample C/S framework of the program, service demonstration using C interfaces, the customer interfaces with C++ demo, send and receive programs combined. Compiler support for VC2005 ~ VC 2010
Platform: | Size: 129024 | Author: 流浪小狗 | Hits:

[Internet-NetworkACE-tutorial

Description: 经典可跨平台的网络应用程序的程序库套件。它提供了socket/threading/memory management等多种系统调用的面对对象的wrapper,使C++通信软件开发更加简单。 可实现可跨多种平台完成通用的通信软件任务,其中包括:事件多路分离和事件处理器分派、信号处理、服务初始化、进程间通信、共享内存管理、消息路由、分布式服务动态(重)配置、并发执行和同步,等等。 .-Classic cross-platform web application library package. It provides a socket/threading/memory management and other system calls in the face of the object wrapper, so that C++ communication software development easier. Across multiple platforms can be done to achieve a common communication software tasks, including: event demultiplexing and event handler dispatching, signal handling, service initialization, interprocess communication, shared memory management, message routing, dynamic distributed services (re) configuration, concurrent execution and synchronization, and so on. .
Platform: | Size: 136192 | Author: langxj | Hits:

[Internet-Networksimple_C_S

Description: 一个简单的客户端-服务器通信系统。采用ACE的套接字编程-A simple client- server communication system. ACE socket programming
Platform: | Size: 1543168 | Author: 彭亮 | Hits:

[Internet-NetworkACE-6.1.6

Description: ACE是关于通讯的底层架构,它是一个socket通讯框架。-ACE is about the communication of the underlying architecture, which is a socket communication framework.
Platform: | Size: 17506304 | Author: 姜辉 | Hits:

[CommunicationACE-5.5

Description: ACE提供了一组丰富的可重用C++包装外观(Wrapper Facade)和框架组件, 可跨多种平台完成通用的通信软件任务,开发包-ACE Wrapper Facade socket
Platform: | Size: 7524352 | Author: 流水· | Hits:
« 12 »

CodeBus www.codebus.net