代码改变世界

阅读排行榜

一小段乱码的分析[原创]

2007-01-15 21:45 by 老博客哈, 1331 阅读, 收藏,
摘要: 闲来无事, 逛了逛hit的forum, 看到有个人的签名挺有趣的。 main(int _){for(--_;putchar(_++["Ibqqz!Ofx!Zfbs\"\1"]-1););} 初看上去, 一点头续都没有。 int main(){ int i = 0; for(; putchar(i["Ibqqz!Ofx!Zfbs\"\1"]-1) ; ++i ) ... 阅读全文

大图像移动时的闪动解决方案[原创]

2006-10-18 09:54 by 老博客哈, 1330 阅读, 收藏,
摘要: 暑假的时候yangmin和我讨论了一个问题, 就是如何实现像GoogleEarth那样, 鼠标移动图片的时候很平滑。详细观察之后, 才知道它用了DX, OpenGl的**技术。心有不甘,决定用Gdi+来试试。我是在Form上放置了一个PictureBox, 然后进行移动。 刚开始的时候我是用整个图来画的, 发现当图片大到一个程度之后就可以闪了,尽管PictureBox有一个双缓冲。。。后来仔细想想... 阅读全文

Introduction to graphs and their data structures Section III[翻译]

2007-04-24 08:20 by 老博客哈, 1328 阅读, 收藏,
摘要: Introduction to graphs and their data structures Section 3 【原文见: http://www.topcoder.com/tc?module=Static&d1=tutorials&d2=graphsDataStrucs3】 作者: By gladius Topcoder Member 翻译: 农夫三拳@seu(drizzl... 阅读全文

Planning an Approach to a TopCoder Problem Section II[翻译]

2007-05-17 19:02 by 老博客哈, 1327 阅读, 收藏,
摘要: Planning an Approach to a TopCoder Problem Section 2 【原文见: http://www.topcoder.... 阅读全文

Survey over pattern string match algorithm[6 items updated && to be continued]

2008-03-16 21:21 by 老博客哈, 1320 阅读, 收藏,
摘要: 1. BM算法R S Boyer, J S Moo re. A fast string searching algorithm. Communications of the ACM , 1977, 20 (10) : 762 - 772.http://www.cs.utexas.edu/~moore/publications/fstrpos.pdf2. QS算法MS算法 OM算法  Sunday ... 阅读全文
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 26 下一页