登录
首页 » Java » Bankers-Algorithm

Bankers-Algorithm

于 2013-11-29 发布 文件大小:5KB
0 93
下载积分: 1 下载次数: 2

代码说明:

  操作系统银行家算法,完整的实现了银行家算法所有要求,随机分配资源。(Banker s Algorithm)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 6485666
    RoundDisk幸运大转盘 旋转,精选ios编程学习源码,很好的参考资料。(RoundDisk lucky big turntable rotation, selection of learning IOS programming source code, a good reference.)
    2013-12-13 17:03:40下载
    积分:1
  • jiaozheng
    现在有很多相机类型,有的鱼眼相机照完的图片会发生畸变,为此,我们要进行鱼眼图片校正。本程序正是针对鱼眼图象的校正程序,里面有详细的注释说明相信只要是有一定的基础的人都能看懂。不过,还有差值部分没做完哪,有待完善。(Now have a lot of camera types, and some fish-eye camera images will be finished according to distortion, to that end, we have to carry out fish-eye image correction. This procedure is for fish-eye image correction program, which has detailed notes as long as it is believed that the basis of a certain person can understand. However, there is some difference which did not finish, remain to be improved.)
    2008-07-24 16:21:09下载
    积分:1
  • lab1
    JOS LAB1 试验报告,操作系统实习mit.6.828(JOS LAB1 Test Report)
    2010-06-27 01:30:48下载
    积分:1
  • jinchengtiaodu
    说明:  这是我们学习操作系统的时候老师给我们做的关于进程调度的实验,很经典,给大家参考一下!(This is our time for teachers to learn the operating system for us to do experiments on the process of scheduling, it is a classic look for your reference!)
    2008-11-24 22:42:11下载
    积分:1
  • 0132310015_proj-140703
    操作系统原理与精髓资料 非常经典的教材 第7版的(Operating system principles and essence of information is very classic textbook 7th edition)
    2014-08-05 17:39:07下载
    积分:1
  • qianrushi
    嵌入式系统体系结构及嵌入式处理器,以及使用,并介绍了嵌入式操作系统的开发 (Embedded systems architecture and embedded processor,and the use of,and introduced the development of embedded operating systems)
    2009-05-30 13:57:39下载
    积分:1
  • PCB
    pcb实现。。进程管理。就绪队列,阻塞队列实现(pcb to achieve)
    2011-11-23 13:38:34下载
    积分:1
  • process_attemper
    1、 :编写并调试一个模拟的进程调度程序,采用“最高优先数优先”调度算法对进程进行调度。 “最高优先数优先调度算法的基本思想是把CPU分配给就绪队列中优先数最高的进程。尝试静态优先数与动态优先数两种方法: a) 静态优先数是指优先数在整个进程运行期间不再改变。优先数可以在数据输入时指定,也可以根据到达顺序、运行时间确定。 b) 动态优先数是指进程的优先数在创建进程时可以给定一个初始值,并且可以按一定原则修改优先数。例如进程获得一次CPU后就将其优先数减少1。或者进程等待的时间超过某一时限时增加其优先数的值。 2、 编写并调试一个模拟的进程调度程序,模拟实现多级反馈队列调度算法。 3、 编写并调试一个模拟的进程调度程序,模拟实现最低松弛度优先算法。 4、 程序与报告要求: a) 对上述要求1、2、3,至少要完成一项,鼓励尝试多种算法。 b) 输出结果要尽量详细清晰,能够反映调度后队列变化,PCB内部变化。 c) 可以选择在Windows或Linux环境下编写、运行程序 d) 鼓励使用不同的开发工具在不同平台环境上进行开发比较。 e) 在实验报告中,一方面可以对实验结果进行分析,一方面可以对各种算法进行比较,分析它们的优劣,说明各种算法适用于哪些情况下的调度。 (1 : Prepare a simulation and debugging process scheduling procedures, "Priority number of the highest priority" to the process of scheduling algorithms for scheduling. "Highest priority priority scheduling algorithm for the basic idea is to place the CPU allocated to the priority queue highest process. Taste Examination several static and dynamic priority priority number two methods : a) static priority number is priority number in operation during the entire process will not change. priority number in the designated input data, can be reached under the order, running time determine. b) dynamic priority number refers to several priorities for the process of the creation process can be given an initial value, and according to the principle of amending certain priority number.)
    2007-07-04 12:57:51下载
    积分:1
  • zhexuejia
    哲学家用筷子的问题,能够直接执行在u-cos环境下(Philosopher with chopsticks, able to direct the implementation of the u-cos environment)
    2012-11-30 12:11:56下载
    积分:1
  • clock页面置换算法
    clock页面置换算法 用CLOCK置换算法仿真请求分页系统 1、设计目的:用高级语言编写和调试一个内存分配程序,加深对内存分配算法的理解。 2、设计要求: 1) 实现请求分页存储管理方式的页面置换算法:CLOCK算法 2) 内存物理块数固定为15个,对多个作业采用可变分配全局置换的策略分配物理块 3) 作业数量与作业大小(10-20页)可在界面进行设置 4) 所有作业按RR算法进行调度,时间片长度为1秒 5) 可为每个作业随机产生引用的页面串,也可以人工输入引用的页面串,页面串长度50---100,要求必须包括作业所有的页面,可作为样例数据保存 6) 可读取样例数据(要求存放在外部文件中)进行作业数量、作业大小、页面串长度的初始化 7) 要求采用可视化界面,模拟内存分配和使用情况图,可在运行过程中随时暂停,查看当前内存物理块使用情况。 8) 每次全部作业运行结束后,要求打印出访问命中率 (clock page replacement algorithm)
    2013-05-12 10:42:56下载
    积分:1
  • 696524资源总数
  • 103848会员总数
  • 55今日下载