摘要:
/*子函数声明*/ int Isprocessallover(); //判断系统中的进程是否全部运行完毕 void Systemstatus(); //显示当前系统中的资源及进程情况 int Banker(int, int*); //银行家算法 void Allow(int, int*); //若进 阅读全文
摘要:
1.seekg: 作用:设置输入流的位置 参数 1: 偏移量 参数 2: 相对位置 beg :相对于开始位置 cur: 相对于当前位置 end:相对于结束位置 #include <iostream> #include <string> #include <fstream> #include <sst 阅读全文