文件名称:yinhangjiasuanfa
- 所属分类:
- Windows编程
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 335kb
- 下载次数:
- 0次
- 提 供 者:
- yanru*****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
资源管理系统的设计与实现——银行家算法实现
用VC编程实现一个资源管理系统,该系统必须包括资源的添加、删除和修改等功能,并且允许其它进程来申请这里的资源,任何一个进程来申请资源时,必须先登记该进程对资源的申请要求,然后由系统检查当前资源的状况,并用银行家算法和安全性算法来检查是否允许分配资源给进程。每个进程申请资源的情况必须进行记录,并作为课程设计报告的一部分数据。
该系统的功能主要包含6个模块,分别为添加资源,删除资源,修改资源,分配资源,添加作业和离开。
1. 添加资源:当系统有新的资源时,添加资源种类的数目,然后输入各种资源的名称及其相应的数量;
2. 删除资源:当系统需要删除某些不要用的资源时,根据提示输入需要删除的资源名称;
3. 修改资源:当系统资源的数目有变化时,可以根据需要重新设置系统的可用资源;
4. 分配资源:当有新的作业到来或则正在执行的进程申请资源时,系统可以根据系统资源的情况适当的分配;
5. 添加作业:当有新的作业到来时,必须按照要求输入该作业对系统资源的最打需求量。
6. 离开:退出系统.
-Resource management system design and implementation- bankers algorithm
Using VC programming achieve a resource management system, the system must include resource of add, delete and modification, and other functions, and allow other processes to apply here resources, any process to apply for resources, must register before the process of resources requests, then the system check the current situation of resources, and bankers algorithm and safety algorithm to check whether to allow the allocation of resources to process. Each process application resources must be recorded as curriculum design, and part of the data.
Function of the system, mainly includes six module, respectively, delete resources, add resources modify resources, allocation of resources, add assignments and leave.
用VC编程实现一个资源管理系统,该系统必须包括资源的添加、删除和修改等功能,并且允许其它进程来申请这里的资源,任何一个进程来申请资源时,必须先登记该进程对资源的申请要求,然后由系统检查当前资源的状况,并用银行家算法和安全性算法来检查是否允许分配资源给进程。每个进程申请资源的情况必须进行记录,并作为课程设计报告的一部分数据。
该系统的功能主要包含6个模块,分别为添加资源,删除资源,修改资源,分配资源,添加作业和离开。
1. 添加资源:当系统有新的资源时,添加资源种类的数目,然后输入各种资源的名称及其相应的数量;
2. 删除资源:当系统需要删除某些不要用的资源时,根据提示输入需要删除的资源名称;
3. 修改资源:当系统资源的数目有变化时,可以根据需要重新设置系统的可用资源;
4. 分配资源:当有新的作业到来或则正在执行的进程申请资源时,系统可以根据系统资源的情况适当的分配;
5. 添加作业:当有新的作业到来时,必须按照要求输入该作业对系统资源的最打需求量。
6. 离开:退出系统.
-Resource management system design and implementation- bankers algorithm
Using VC programming achieve a resource management system, the system must include resource of add, delete and modification, and other functions, and allow other processes to apply here resources, any process to apply for resources, must register before the process of resources requests, then the system check the current situation of resources, and bankers algorithm and safety algorithm to check whether to allow the allocation of resources to process. Each process application resources must be recorded as curriculum design, and part of the data.
Function of the system, mainly includes six module, respectively, delete resources, add resources modify resources, allocation of resources, add assignments and leave.
相关搜索: 银行家算法实现
(系统自动生成,下载前可以参看下载内容)
下载文件列表
银行家算法\yinhang.cpp
..........\yinhang.exe
..........\~$管理系统实现-银行家算法.doc
..........\资源管理系统实现-银行家算法.doc
银行家算法
..........\yinhang.exe
..........\~$管理系统实现-银行家算法.doc
..........\资源管理系统实现-银行家算法.doc
银行家算法