摘要: #include<stdio.h> #include <iostream> #include <stdlib.h> #define DataMax 100 //常量DataMax #define BlockNum 10 // 常量BlockNum int DataShow[BlockNum][Dat 阅读全文
posted @ 2020-04-24 21:50 薄眠抛却陈年事。 阅读(1015) 评论(0) 推荐(1)
摘要: #include<stdio.h> #include<stdlib.h> #include <iostream> #include <bits/stdc++.h> using namespace std; int SIZE=0; struct linkk//内存空闲分区 { int size;//内 阅读全文
posted @ 2020-04-24 21:31 薄眠抛却陈年事。 阅读(1740) 评论(0) 推荐(0)