03 2013 档案

摘要:Asynchronous I/O, ornon-blocking I/O, in computer science, is a form ofinput/outputprocessing that permits other processing to continue before thetransmissionhas finished.Input and output (I/O) operations on a computer can be extremely slow compared to the processing of data. An I/O device can incor 阅读全文
posted @ 2013-03-30 18:32 hailong 阅读(347) 评论(0) 推荐(0) 编辑
摘要:原来代码:#include <boost/thread.hpp>#include <iostream>class Base{public: virtual void Do() = 0;};class Derived1: public Base{public: virtual void Do() { std::cout << "Derived1:Do\n"; }};class Derived2: public Base{public: virtual void Do() { std::cout << "Derived1 阅读全文
posted @ 2013-03-03 10:30 hailong 阅读(965) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示