2012年10月30日
摘要: 这是网上的一段源码,能够将一个汉语字符串转换成拼音的首字母。 1 #include <iostream> 2 #include <string> 3 using namespace std; 4 5 static char convert(wchar_t n); 6 static bool In(wchar_t start, wchar_t end, wchar_t code); 7 8 int main(int argc, char* argv[]) ... 阅读全文
posted @ 2012-10-30 19:22 Jiang, X. 阅读(421) 评论(0) 推荐(0) 编辑
摘要: 没想到使用u盘安装Ubuntu竟然这么简单,只需要下载Universal-USB-Installer-1.9.1.4,选择操作系统版本及镜像就能够完成。傻瓜式操作不需要解释。工具可以在这里下载,是我自己上传的。http://download.csdn.net/detail/johnpher/4701790 阅读全文
posted @ 2012-10-30 12:50 Jiang, X. 阅读(182) 评论(0) 推荐(0) 编辑