OS-內存分配回收(最佳適應,最差適應,首次適應)

#include <iostream> using namespace std; class freeMemoryTable { public: int id; int begin; int size; int status; }; class Node { public: freeMemoryTable data; Node *p
相關文章
相關標籤/搜索