12 2015 档案

12月15日,progress_dispaly
摘要:Progress_display用来显式表示进度.不至于让用户在等待中失去耐心.#include#include#includeusing namespace std;int main(){ boost::progress_display pd(1000); int i... 阅读全文

posted @ 2015-12-15 18:09 阅读(127) 评论(0) 推荐(0) 编辑

12月14日,Progress库
摘要:Progress库继承timer库,在构造时开始计时,析构时结束计时并输出时间.#include#includeint main(){ boost::progress_timer t; //构造计时器t. Sleep(1000); t.~progress_time... 阅读全文

posted @ 2015-12-14 21:56 阅读(107) 评论(0) 推荐(0) 编辑

12月9日,timer库
摘要:timer库,简单的计时器,可以计算运行时间 代码:#include#includeusing namespace std;int main(){ boost::timer t; cout<<t.elapsed_max()<<endl; cout<<t.elaps... 阅读全文

posted @ 2015-12-09 22:23 阅读(122) 评论(0) 推荐(0) 编辑

12月7日,BOOST库安装及配置
摘要:历经千辛万苦,安装完成boost,编写了hello boost#include#include#includeusing namespace std;int main(){ cout<<BOOST_VERSION<<endl; cout<<BOOST_LIB_VERSI... 阅读全文

posted @ 2015-12-07 17:25 阅读(138) 评论(0) 推荐(0) 编辑

12月7日开始学习Boost
摘要:每日学习一节,同步更新代码。 阅读全文

posted @ 2015-12-07 17:19 阅读(108) 评论(0) 推荐(0) 编辑

导航

< 2025年2月 >
26 27 28 29 30 31 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 1
2 3 4 5 6 7 8
点击右上角即可分享
微信分享提示