head

aauutthh

导航

2014年9月1日 #

C++单元测试 之 gtest -- 组合数计算.

摘要: 本文将介绍如何使用gtest进行单元测试.gtest是google单元测试框架.使用非常方便.首先,下载gtest (有些google项目包含gtest,如 protobuf),复制目录即可使用.http://code.google.com/p/googletest/如果被墙,就百度搜下,很多.解压... 阅读全文

posted @ 2014-09-01 14:48 aauutthh 阅读(520) 评论(0) 推荐(0) 编辑

编程题 - 概率问题,抽奖问题 48选7

摘要: 编程题 :有12组球,每组有编号为ABCD四个球. 任意球可记为 nX (1#include #include #include #include "combination.h"typedef long (*Com)(long,long);Com C=combination; // 这个函数请自行网... 阅读全文

posted @ 2014-09-01 11:26 aauutthh 阅读(610) 评论(0) 推荐(0) 编辑

tail