摘要: #include <stdio.h>#include <string.h>#include <algorithm>using namespace std;const int MAXN = 5000000;int cnt,cnt_;__int64 lucky_num[MAXN];void dfs1(__int64 sum,int dep){ if ( dep == 12 ) return; lucky_num[cnt++] = sum * 10 + 4; dfs1(sum * 10 + 4,dep + 1); lucky_num[cnt++] = s... 阅读全文
posted @ 2012-12-25 20:32 Sinker 阅读(453) 评论(0) 推荐(0) 编辑
摘要: Photo: Alcatel-LucentKEY FIGURES:Ken Thompson [seated] types as Dennis Ritchie looks on in 1972, shortly after they and their Bell Labs colleagues invented Unix.They say that when one door closes on you, another opens. People generally offer this bit of wisdom just to lend some solace after a misfor 阅读全文
posted @ 2012-12-25 17:12 Sinker 阅读(193) 评论(0) 推荐(0) 编辑
摘要: 在过去的一年中,我一直在数学的海洋中游荡,research进展不多,对于数学世界的阅历算是有了一些长进。为什么要深入数学的世界 作为计算机的学生,我没有任何企图要成为一个数学家。我学习数学的目的,是要 想爬上巨人的肩膀,希望站在更高的高度,能把我自己研究的东西看得更深广一些。说起来,我在刚来这个学校的时候,并没有预料到我将会有一个深入数学的旅 程。我的导师最初希望我去做的题目,是对appearance和motion建立一个unified的model。这个题目在当今Computer Vision中百花齐放的世界中并没有任何特别的地方。事实上,使用各种Graphical Model把各种东西联合在 阅读全文
posted @ 2012-12-25 15:03 Sinker 阅读(499) 评论(0) 推荐(1) 编辑