自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(5)
  • 资源 (2)
  • 收藏
  • 关注

原创 mem_fun和boost::Bind使用

标准库算法for_each和boost库中Bind使用方法:#include #include #include #include using namespace std;class Shape{public: virtual void draw() { cout<<"Shap::draw"<<endl; }};class Circle :

2013-09-29 17:10:54 488

原创 GCC gtest编译

2013-09-18 14:19:43 1106

转载 Mingw编译Boost库

一、BoostBoost库是一个可移植、提供源代码的C++库,作为标准库的后备,是C++标准化进程的发动机之一。其官方网站为http://www.boost.org/,目前最新版本为1.46.0,以下以此版本为准。Boost库大部分的子库都是C++模版提供,大部分情况下直接包含头文件就可以了。其中部分子库需要编译,如下图所示:上图中bjam.exe是boost提供的编译工具,下面会

2013-09-18 11:03:01 598

转载 ZOJ Problem Set - 1003 Crashing Balloon

On every June 1st, the Children's Day, there will be a game named "crashing balloon" on TV.  The rule is very simple.  On the ground there are 100 labeled balloons, with the numbers 1 to 100.  After t

2013-08-30 10:33:30 741

原创 ZOJ Problem Set - 1002 Fire net

Suppose that we have a square city with straight streets. A map of a city is a squareboard with n rows and n columns, each representing a street or a piece of wall.A blockhouse is a small castle tha

2013-08-29 19:18:12 636

时频分析工具箱(matlab)

自己用过的时频分析工具箱(matlab),很好用。

2009-11-27

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除