在对同时有数字英文汉字的字符串对其时,总有细微偏差,原因是没用等宽字体,等宽字体有如下:http://zh.wikipedia.org/wiki/%E7%AD%89%E5%AE%BD%E5%AD%97%E4%BD%93同时温习了一下数字的格式化:http://www.cnblogs.com/daba...
分类:
移动开发 时间:
2014-07-19 16:39:27
阅读次数:
699
在 stackoverflow 上有人提问 程序员应该阅读的非编程类书籍有哪些? 本来只想整理编程类书籍, 不过突然眼前一亮,发现了《The
Art of War - Sun Tzu》回答者的推荐说明引用 Wikipedia 上的:
亚马逊提供免费的 Kindle 版读本:孙子兵法
Much of the text is about how to fight wars with...
分类:
其他好文 时间:
2014-07-18 11:11:34
阅读次数:
251
哈夫曼算法原理Wikipedia上面说的非常清楚了,这里我就不再赘述,直接贴过来了。1952年, David A. Huffman提出了一个不同的算法,这个算法能够为不论什么的可能性提供出一个理想的树。香农-范诺编码(Shanno-Fano)是从树的根节点到叶子节点所进行的的编码,哈夫曼编码算法却是...
分类:
其他好文 时间:
2014-07-16 21:09:00
阅读次数:
217
1. 定义,来自wiki(http://en.wikipedia.org/wiki/Decorator_pattern)The decorator pattern can be used to extend (decorate) the functionality of a certain obje...
分类:
其他好文 时间:
2014-07-16 19:11:29
阅读次数:
312
1. 定义http://en.wikipedia.org/wiki/Adapter_patternAn adapter helps two incompatible interfaces to work together. This is the real world definition for ...
分类:
其他好文 时间:
2014-07-16 19:01:47
阅读次数:
345
使用ruby写的wikipedia上的维特比算法的例子
分类:
其他好文 时间:
2014-07-16 18:58:42
阅读次数:
176
1.定义(http://en.wikipedia.org/wiki/Command_pattern#Java)Inobject-oriented programming, thecommand patternis abehavioraldesign patternin which an object...
分类:
其他好文 时间:
2014-07-16 17:06:41
阅读次数:
297
Time Limit:1000MS Memory Limit:65536KB 64bit IO Format:%I64d
& %I64u
Submit Status
Description
Adapted from Wikipedia, the free encyclopedia
The humidex is a measurement used...
分类:
其他好文 时间:
2014-07-13 18:00:41
阅读次数:
340
http://en.wikipedia.org/wiki/Order-independent_transparencyOrder-independent transparencyFrom Wikipedia, the free encyclopediaThe importance of blendi...
分类:
其他好文 时间:
2014-07-08 23:42:14
阅读次数:
355
翻译的是wikipedia关于copy constructor,地址:http://en.wikipedia.org/wiki/Copy_constructor...
分类:
其他好文 时间:
2014-07-05 10:36:42
阅读次数:
342