【數據結構】算法8.2 夥伴系統-分配

#include<stdio.h> #include<string.h> #include<stdlib.h> #include<math.h> #define TRUE 1 #define FALSE 0 #define OK 1 #define ERROR 0 #define INFEASIBLE -1 #define OVERFLOW_SELF -2 #define M 3 //可利用空間
相關文章
相關標籤/搜索