码迷,mamicode.com
首页 >  
搜索关键字:the chosen operation    ( 3013个结果
BST(Binary Search Tree)
Definition: see wikihttp://en.wikipedia.org/wiki/Binary_search_tree 1 /* 2 This look up is a fast operation because you eliminate the half 3 t...
分类:其他好文   时间:2014-07-22 23:06:34    阅读次数:330
简单工厂模式
简单工厂模式: 自己的理解:一个类有多种子类,牵涉到要实例化某种子类,用工厂模式来生成对应的实例对象.比如如下的计算器的设计:Operation:操作类的基类 1 class Operation 2 { 3 public: 4 Operation(double lhs,double rhs...
分类:其他好文   时间:2014-05-01 13:17:25    阅读次数:419
POJ3728 The merchant解题报告
Description There are N cities in a country, and there is one and only one simple path between each pair of cities. A merchant has chosen some paths a...
分类:其他好文   时间:2014-04-30 17:09:30    阅读次数:570
3013条   上一页 1 ... 300 301 302
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!