资源简介
经过一周的课程设计,加深了对请求分页存储管理系统的认识,掌握了三种页面置换算法,同时训练了编程能力。
最佳置换算法:是一种叫理想化的算法,性能在众多算法中最好的,其主要思想是淘汰页是以后永久不使用的或长时间不被访问的,采用该算法能是缺页率最低,但是因算法难以实现而存在一定的缺陷。
先进先出算法:算法直观,设计简单,但性能较差,缺页率比较高,通常不易采用该算法。
最近最久未使用算法:该算法解决了先进先出算法的不足,是一个比较好的算法,但是需要硬件支持,需要配置一个移位寄存器。
代码片段和文件信息
// dy.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “dy.h“
#include “dyDlg.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CDyApp
BEGIN_MESSAGE_MAP(CDyApp CWinApp)
//{{AFX_MSG_MAP(CDyApp)
// NOTE - the ClassWizard will add and remove mapping macros here.
// DO NOT EDIT what you see in these blocks of generated code!
//}}AFX_MSG
ON_COMMAND(ID_HELP CWinApp::onhelp)
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// CDyApp construction
CDyApp::CDyApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}
/////////////////////////////////////////////////////////////////////////////
// The one and only CDyApp object
CDyApp theApp;
/////////////////////////////////////////////////////////////////////////////
// CDyApp initialization
BOOL CDyApp::InitInstance()
{
AfxEnableControlContainer();
// Standard initialization
// If you are not using these features and wish to reduce the size
// of your final executable you should remove from the following
// the specific initialization routines you do not need.
#ifdef _AFXDLL
Enable3dControls(); // Call this when using MFC in a shared DLL
#else
Enable3dControlsStatic(); // Call this when linking to MFC statically
#endif
CDyDlg dlg;
m_pMainWnd = &dlg;
int nResponse = dlg.DoModal();
if (nResponse == IDOK)
{
// TODO: Place code here to handle when the dialog is
// dismissed with OK
}
else if (nResponse == IDCANCEL)
{
// TODO: Place code here to handle when the dialog is
// dismissed with Cancel
}
// Since the dialog has been closed return FALSE so that we exit the
// application rather than start the application‘s message pump.
return FALSE;
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 2741 2008-06-28 00:04 请求分页存储管理系统设计与实现(顾翠)\源代码.txt
文件 4203 2008-06-25 02:43 请求分页存储管理系统设计与实现(顾翠)\可执行文件\dy.dsp
文件 1449 2008-06-25 13:38 请求分页存储管理系统设计与实现(顾翠)\可执行文件\dyDlg.h
文件 1726 2008-06-28 09:53 请求分页存储管理系统设计与实现(顾翠)\可执行文件\dy.clw
文件 3507 2008-06-25 00:18 请求分页存储管理系统设计与实现(顾翠)\可执行文件\ReadMe.txt
文件 1280 2008-06-25 00:18 请求分页存储管理系统设计与实现(顾翠)\可执行文件\dy.h
文件 2007 2008-06-25 00:18 请求分页存储管理系统设计与实现(顾翠)\可执行文件\dy.cpp
文件 1054 2008-06-25 00:18 请求分页存储管理系统设计与实现(顾翠)\可执行文件\StdAfx.h
文件 204 2008-06-25 00:18 请求分页存储管理系统设计与实现(顾翠)\可执行文件\StdAfx.cpp
文件 512 2008-06-25 00:18 请求分页存储管理系统设计与实现(顾翠)\可执行文件\dy.dsw
文件 99328 2008-06-28 09:53 请求分页存储管理系统设计与实现(顾翠)\可执行文件\dy.ncb
文件 739 2008-06-28 00:21 请求分页存储管理系统设计与实现(顾翠)\可执行文件\dy.plg
文件 1186 2008-06-27 08:59 请求分页存储管理系统设计与实现(顾翠)\可执行文件\Resource.h
文件 7153 2008-06-27 09:06 请求分页存储管理系统设计与实现(顾翠)\可执行文件\dyDlg.cpp
文件 6490 2008-06-28 00:21 请求分页存储管理系统设计与实现(顾翠)\可执行文件\dy.rc
文件 37136 2008-06-28 00:21 请求分页存储管理系统设计与实现(顾翠)\可执行文件\dy.aps
文件 52736 2008-06-28 09:53 请求分页存储管理系统设计与实现(顾翠)\可执行文件\dy.opt
文件 3100 2008-06-28 00:21 请求分页存储管理系统设计与实现(顾翠)\可执行文件\Debug\dy.res
文件 364544 2008-06-27 09:06 请求分页存储管理系统设计与实现(顾翠)\可执行文件\Debug\vc60.pdb
文件 105769 2008-06-25 00:32 请求分页存储管理系统设计与实现(顾翠)\可执行文件\Debug\StdAfx.obj
文件 114771 2008-06-28 00:21 请求分页存储管理系统设计与实现(顾翠)\可执行文件\Debug\dy.exe
文件 394240 2008-06-28 00:21 请求分页存储管理系统设计与实现(顾翠)\可执行文件\Debug\dy.pdb
文件 14187 2008-06-25 13:38 请求分页存储管理系统设计与实现(顾翠)\可执行文件\Debug\dy.obj
文件 5289 2008-06-25 02:04 请求分页存储管理系统设计与实现(顾翠)\可执行文件\Debug\APPMODUL.obj
文件 41774 2008-06-27 09:06 请求分页存储管理系统设计与实现(顾翠)\可执行文件\Debug\dyDlg.obj
文件 394 2008-06-25 00:18 请求分页存储管理系统设计与实现(顾翠)\可执行文件\res\dy.rc2
文件 1078 2008-06-25 00:18 请求分页存储管理系统设计与实现(顾翠)\可执行文件\res\dy.ico
文件 649794 2008-06-27 23:50 请求分页存储管理系统设计与实现(顾翠)\资料\4.bmp
文件 589954 2008-06-27 22:09 请求分页存储管理系统设计与实现(顾翠)\资料\2.bmp
文件 440726 2008-06-27 21:50 请求分页存储管理系统设计与实现(顾翠)\资料\1.bmp
............此处省略11个文件信息
- 上一篇:EM231模块手册
- 下一篇:PotPla
yer播放器wmp12风格皮肤
评论
共有 条评论