- 17
- 0
- 约3.69千字
- 约 5页
- 2020-10-17 发布于山东
- 举报
#include stdio.h
#include stdlib.h
#include string.h
#ifndef _UNISTD_H
#define _UNISTD_H
#include IO.H
#include PROCESS.H
#endif
#define TRUE 1
#define FALSE 0
#define INVALID -1
#define NULL 0
#define total_instruction 320 /* 指令流长 */
#define total_vp 32 /* 虚页长 */
#define clear_period 50 /* 清 0 周期 */
typedef struct /* 页面结构 */
{
int pn,pfn,counter,time;
}
pl_type;
pl_type pl[total_vp]; /* 页面结构数组 */
struct pfc_struct
{ /* 页面控制结构 */
int pn,pfn;
struct pfc_struct *next;
};
typedef struct pfc_struct pfc_type;
pfc_type pfc[total_vp],*freepf_head,*busypf_head,*busypf_tail; int diseffect, a[total_ins
您可能关注的文档
- 湿地生态建设工程项目可行性研究报告.docx
- 现场文明卫生管理制度.docx
- 电子商务的商业模式及税务管理.docx
- 电站顺序控制系统(SCS)方案设计与分析.docx
- 砌体结构的钢筋计算设置介绍.docx
- 砼试件留置方案.docx
- 脱水蔬菜节能减排提质增效技术改造项目可行性研究报告.docx
- 自动电位滴定仪验证方案.docx
- 表面活性剂(模板剂)应用常识与实验经验.docx
- 财政扶贫资金项目实施计划方案模本.docx
- DB61∕T 5141-2025 铝合金加固混凝土结构技术规程.docx
- T∕XCTA 0005-2026 餐饮服务业油烟污染治理技术规范.pdf
- DB31 933-2025 大气污染物综合排放标准.docx
- DB63T 2493-2026 菜薹雄性不育系制种技术规程.docx
- DB42T 2518-2026 排水沥青路面应用技术规范.pdf
- DB42T 2498-2026 波斯菊景观花海种植技术规程.docx
- DB54T 0596-2026 杰卡尔孜半细毛羊.docx
- DB42T 2507-2026 受污染耕地安全利用项目实施规范.pdf
- DB42T 2504-2026 小香葱生产技术规程.docx
- DB42T 2526-2026 地震预警信息发布规范.docx
原创力文档

文档评论(0)