搜索资源列表
BoostAsio
- boost::asio写的文件上传下载程序-boost:: asio write file upload and download programs
p2p
- point to point client/server using boost::asio
asio-1.4.1
- ASIO 有望成为C++标准的网络库。已进入boost。目前最新版本。 asio is a cross-platform C++ library for network and low-level I/O programming that provides developers with a consistent asynchronous model using a modern C++ approach.-asio is a cross-platform C++ library for n
baserver
- 基于boost的asio库的半异步半同步的网络框架可以用来实现Server和Client-Based on boost‘s asio library of semi-asynchronous network of semi-synchronous framework can be used to achieve the Server and Client
asio-1.5.3
- 网络变成库,已收入BOOST,工业级强度。-Asio is a cross-platform C++ library for network and low-level I/O programming that provides developers with a consistent asynchronous model using a modern C++ approach.
boost_serial
- 使用boost库的asio的serial,编写的串口测试程序,供大家参考-using boost asio serial class, written in serial testing procedures, for your reference
asio-1.10.8
- 独立与boost版本的asio库,可以用于串口编程,套接字编程等。 使用时,解压,在工程属性中设置包含目录,将asio的include目录包含到工程的包含目录下;然后在工程属性预处理器定义添加ASIO_STANDALONE;头文件中#include <asio.hpp>(Independent and boost version of the ASIO library, can be used for serial programming, socket programming,