码迷,mamicode.com
首页 >  
搜索关键字:bf    ( 1302个结果
一点学习链接(来自学堂在线)
■ apt-get http://wiki.ubuntu.org.cn/Apt-get%E4%BD%BF%E7%94%A8%E6%8C%87%E5%8D%97■ gcc http://wiki.ubuntu.org.cn/Gcchowto http://wiki.ubuntu.org.cn/Comp...
分类:其他好文   时间:2015-08-21 23:02:20    阅读次数:274
Yet another Number Sequence
Yet another Number SequenceLet’s define another number sequence, given by the following function:f(0) = af(1) = bf(n) = f(n ? 1) + f(n ? 2), n > 1When...
分类:其他好文   时间:2015-08-19 16:18:28    阅读次数:125
not1,not2,bind1st和bind2nd详解
1.引言 bind1st和bind2nd函数用于将一个二元算子(binary functor,bf)转换成一元算子(unary functor,uf)。为了达到这个目的,它们需要两个参数:要转换的bf和一个值(v)。可能这么解释以后大家还不是很清楚,那么就说点白话吧。我们在做比较的时候所写的表达式....
分类:其他好文   时间:2015-08-17 18:50:30    阅读次数:112
pat(A) 1066. Root of AVL Tree
代码: #include #include #include #include #define Max(a,b) ((a)>(b)?(a):(b)) using namespace std; struct Node { int value; Node* l; Node* r; int BF; //左子树高度 - 右子树高度 void init(int ...
分类:其他好文   时间:2015-08-17 14:09:02    阅读次数:153
1302条   上一页 1 ... 66 67 68 69 70 ... 131 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!