04 2016 档案

摘要:1.1-2 除速度外, 在真实环境中还可能使用哪些其他有关效率的量度 ? Other than speed, what other measures of efficiency might one use in a real-world setting? 空间,硬件资源等。 1.1-4 前面给出的最 阅读全文

posted @ 2016-04-19 17:11 upupdayday 阅读(644) 评论(0) 推荐(0)

摘要:文件打开方式 包含在头文件 #include <fstream> 中; 其中包含两个类: ifstream 和 ofsteam; 这两个类分别包含两个方法open(); 和 close(); (打开 or 关闭文件); 类中可以包含类的重载; 例如 ifstream in("txt name", " 阅读全文

posted @ 2016-04-17 22:12 upupdayday 阅读(1565) 评论(0) 推荐(0)

导航