搜索资源列表
cc
- C++ 工程实践(1):慎用匿名 namespace 匿名 namespace (anonymous namespace 或称 unnamed namespace) 是 C++ 的一项非常有用的功能,其主要目的是让该 namespace 中的成员(变量或函数)具有独一无二的全局名称,避免名字碰撞 (name collisions)。一般在编写 .cpp 文件时,如果需要写一些小的 helper 函数,我们常常会放到匿名 namespac
muduo-master
- 本源代码是一个多线程网络库,提供了多线程的网络通信机制。-Source code is a multithreaded network library that provides multi-threaded network communication mechanisms.
48521009VideoNet_src
- muduo网络的一些向光代码 -is the muduo netlib , from chinese coder, this lib is very cool
muduo-0.9.4-beta.tar
- mudou--开源的项目 , 关于网络编程的, 有代码 和 例子-mudou about network promm, code and example
chenshuo-muduo
- 一个C++写的日志系统,可以拿来使用学习一下-A C++ to write the log system, can be used to learn about
muduo-master
- Muduo is a multithreaded C++ network library based on the reactor pattern. It runs on Linux with kernel version >= 2.6.28. http://code.google.com/p/muduo/ Copyright (c) 2010, Shuo Chen. All rights reserved.
muduo.tar
- muduo源代码,很好的代码学习资料. 希望可以多多学习. 网络编程.-muduo,the code is very good.
muduo-master
- 网络库;muduo 是基于 Reactor 模式的网络库,其核心是个事件循环 EventLoop,用于响 应计时器和 IO 事件。-Network Library
muduo-master
- 通用的网络库,用于构建服务器并发,基于BOOST标准c-the general net libary for network,which often use for server parral connection
code
- muduo课件源码,包含所有例子和一个银行例子-muduo demos sdfasdfasdfsadfasdfasdfasdfasdfasdfasd
kimgbo-master
- kimgbo由muduo网络库改写而来。去除了muduo对于Boost库的依赖,转而采用C++11替代, 优化了muduo网络I/O库一处将来有可能会出现race condition隐患的代码,几乎具备了muduo 网络库全部的功能。 kimgbo/base目录下存放了整个网络库的基础代码,kimgbo/net目录下存放了网络库的核 心代码,kimgbo/example目录下存放了一些网络库基础的使用示列程序。 ?