ospro.cpp
来自「主存空间的分配和回收 可变分区管理方式下采用首次适应算法实现主存分配和回收」· C++ 代码 · 共 28 行
CPP
28 行
// OSPRO.cpp: implementation of the COSPRO class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "OS1.h"
#include "OSPRO.h"
#ifdef _DEBUG
#undef THIS_FILE
static char THIS_FILE[]=__FILE__;
#define new DEBUG_NEW
#endif
//////////////////////////////////////////////////////////////////////
// Construction/Destruction
//////////////////////////////////////////////////////////////////////
COSPRO::COSPRO()
{
}
COSPRO::~COSPRO()
{
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?