
C++
文章平均质量分 77
qffj
这个作者很懒,什么都没留下…
展开
-
c++
书籍c++ primereffective c++thinking in c++规范http://google-styleguide.googlecode.com/svn/trunk/cppguide.xmlhttp://qa.alibaba.com/docs/zh-google-cpp-styleguide/index.html原创 2012-12-20 06:46:15 · 508 阅读 · 0 评论 -
ColorfulBoxesAndBalls
#include using namespace std;class ColorfulBoxesAndBalls{public: int getMaximum(int numRed,int numBlue,int onlyRed,int onlyBlue,int bothColors);};int ColorfulBoxesAndBalls::getMaximum(int numRe原创 2012-12-20 23:10:36 · 574 阅读 · 0 评论 -
块染色算法
Block.h//// Block.h// test//// Created by Fang Jian on 14-2-28.// Copyright (c) 2014年 FangJian. All rights reserved.//#ifndef __test__Block__#define __test__Block__#include class Bl原创 2014-02-28 18:25:50 · 1160 阅读 · 0 评论