2015年7月21日

编码方式

摘要: ASCII8位,共256种状态。最早只在美国用,空格、标点符号、数字、大小写字母等,一直编到了第127号。后来,世界各地开始用,127号之后就用来表示其它国家的一些字母、符号,还加入了很多画表格时需要用下到的横线、竖线、交叉等形状,一直把序号编到了255。从128 到255这一页的字符集被称“扩展字... 阅读全文

posted @ 2015-07-21 13:28 joannae 阅读(277) 评论(0) 推荐(0) 编辑

12. Integer to Roman (HashTable)

摘要: Given an integer, convert it to a roman numeral. Input is guaranteed to be within the range from 1 to 3999. 思路:罗马数字共有七个,即I(1),V(5),X(10),L(50),C(100), 阅读全文

posted @ 2015-07-21 06:24 joannae 阅读(133) 评论(0) 推荐(0) 编辑

导航