08 2011 档案
摘要:ASCII 的设计不得不让人佩服, 很多考虑是你意想不到的.
阅读全文
摘要:Something you'd better follow.
阅读全文
摘要:字符串转义后的含义??=#??([??)]??/\??<{??>}??'^??!|??-~原文:http://www.cppblog.com/cc/archive/2006/07/30/10709.html
阅读全文
摘要:alpha, beta, gamma... and then ?
阅读全文
摘要:'m/($var)+/' when you want to match a variable string continuously.
阅读全文
摘要:how 'int Fun(char x, char y) ;' represent in assembly language.
阅读全文
摘要:辗转相除的原理是: if 0 == A % x && 0 == B % x ; then 0 == (A - B) % x ; 因此, 算法通过求这个数的余数, 用小者再和余数求余, 不断迭代, 因而缩小 gcd 的范围, 直到有一次能够找到 gcd 为止, 此时 0 == 任何余数 % gcd 成立.
阅读全文
摘要:本文介绍了一些经典的模式是如何匹配的, 文中匹配方法仅供参考, 抛砖引玉, 不可直接用于工程.
阅读全文
摘要:因为正则表达式才去学习 Perl, 后来又因为会写简单的 Perl 才更深入的学习正则表达式.
阅读全文
摘要:(F)(0) is function call while F(0) will be expanded
阅读全文
摘要:%[*] [width] [{h | l | ll | I64 | L}]type
阅读全文
浙公网安备 33010602011771号