2014年4月10日

c++按行读取、写入

摘要: ifstream in("C:\\Users\\Administrator\\Desktop\\ss.txt", ios::in);ofstream write("C:\\Users\\Administrator\\Desktop\\ss-out.txt", ios::out);for(string... 阅读全文

posted @ 2014-04-10 20:14 雪 狼 阅读(580) 评论(0) 推荐(0)

ubuntu 编译安装 srilm

摘要: Ubuntu 64bit系统下SRILM的配置 依赖软件包(先进行): 1.c/c++ compiler:编译器gcc 3.4.3及以上版本,我的是gcc 4.4 2.GNU make:构建和管理工程的工具,解释Makefile里的指令,描述了整个工程所有文件的编译顺序和编译规则。这里是为了控制SR 阅读全文

posted @ 2014-04-10 10:06 雪 狼 阅读(2073) 评论(0) 推荐(0)

导航