操作系統實驗五(內存管理之動態分區分配(首次適應))

                #include<stdio.h> #include<stdlib.h> #include <iostream> #include <bits/stdc++.h> using namespace std; int SIZE=0; struct linkk//內存空閒分區 { int size;//內存塊的大小 int addr;//起始地址
相關文章
相關標籤/搜索