摘要: 1 #include 2 #include 3 #include 4 #include 5 #include 6 #include 7 8 #define EPS 1e-5 //定义精度常数 9 10 using namespace std; //使用标准空间命名std 11 nam... 阅读全文
posted @ 2015-06-08 20:53 Vmetrio 阅读(486) 评论(0) 推荐(0)
摘要: C语库函数 函数名: system 功能: 发出一个DOS命令 用法: int system(char *command); 它包含头文件 system("pause") pause the programe.system("cls") clean the screen.system("taskli... 阅读全文
posted @ 2015-06-08 20:30 Vmetrio 阅读(492) 评论(0) 推荐(0)