开发工具:
文件大小: 12kb
下载次数: 0
上传时间: 2010-05-17
详细说明: c语言写的程序 #include #include #include /*库函数*/ #define MAXSIZE 1000 /*最大内存容量*/ #define MINSIZE 1 /*允许最小的碎片*/ #define LEN sizeof(struct Mem_list) void display(); void menu_choice(); void mem_allocation(); int check_num(int n); void error_message(int n); void temp(); void mem_combine(); void move_disk(); void mem_recycle(); void dis_MAT(); /*函数说明*/ typedef struct Mem_list { int num; int status; float size; float addr; struct Mem_list * next; }ML,*MLP; MLP u_lst,f_lst; void main() /*主函数*/ { f_lst=(ML *)malloc(LEN); u_lst=(ML *)malloc(LEN); /*初始化*/ u_lst->next=NULL; u_lst->num=0; u_lst->size=0; u_lst->addr=0; u_lst->status=1; f_lst->num=0; f_lst->size=MAXSIZE; f_lst->addr=0; f_lst->status=0; f_lst->next=NULL; display(); menu_choice(); return; } void display() /*菜单显示函数*/ { printf("\n===============MemoryFunction-Munu================\n"); printf("1. Memory Allocation "); printf("2. Memory Recycle\n"); printf("3. Display MAB"); printf("4. Memory Combine\n"); printf("5. Clear_Screen&Display_menu "); printf("6. Quit\n"); return; } ...展开收缩
(系统自动生成,下载前可以参看下载内容)
下载文件列表
相关说明
- 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
- 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。
- 本站已设置防盗链,请勿用迅雷、QQ旋风等多线程下载软件下载资源,下载后用WinRAR最新版进行解压.
- 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
- 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
- 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.