CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 WEB源码 搜索资源 - 操作系统算法

搜索资源列表

  1. 安全性算法

    0下载:
  2. 操作系统的安全性算法-operating system security algorithm
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:1.97kb
    • 提供者:黄小燕
  1. ava模拟操作系统的lru虚拟内存换页算法

    0下载:
  2. java模拟操作系统的lru虚拟内存换页算法-java simulation of the operating system virtual memory paging algorithm lru
  3. 所属分类:其它源码

    • 发布日期:2017-03-23
    • 文件大小:2.23kb
    • 提供者:Benmerin
  1. OperatingSystemPageReplacementAlgorithm

    1下载:
  2. Java操作系统页面置换算法: (1)进先出的算法(FIFO) (2)最近最少使用的算法(LRU) (3)最佳淘汰算法(OPT) (4)最少访问页面算法(LFU) (注:由本人改成改进型Clock算法) (5)最近最不经常使用算法(NUR) -Java operating system, page replacement algorithm: (1) into the first out method (FIFO) (2) least recently used algo
  3. 所属分类:Java Develop

    • 发布日期:2017-03-26
    • 文件大小:334.62kb
    • 提供者:李锐歆
  1. PageReplacementAlgorithm

    0下载:
  2. 用java实现的模拟操作系统页面置换算法,该算法是基于先进先出算法实现的。-Simulation of the operating system using java to achieve the page replacement algorithm, which is based on the FIFO algorithm implementation.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-27
    • 文件大小:1.96kb
    • 提供者:张杰
  1. bank

    0下载:
  2. 操作系统银行家算法,用java实现,有图形界面-Operating system banker s algorithm, using java to achieve, there are graphical interface
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:3.67kb
    • 提供者:dingjianhua
  1. yinhang

    0下载:
  2. 用java做的银行家算法,操作系统实验,希望大家能喜欢-The bankers do with java algorithms, operating system, experiment, hope that we can love
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:2.06kb
    • 提供者:邵奎魁
  1. storageManage

    0下载:
  2. 操作系统进程调度算法和内存管理的实现,典型,精致。-Operating system process scheduling and memory management algorithm for the realization of a typical, elegant.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:32.59kb
    • 提供者:燃烧
  1. bloodOS

    0下载:
  2. 我们操作系统的课程设计,模拟操作系统的进程调度功能,包括四种算法,先来先服,优先级,轮转法,多级轮转-We are of course operating system design, simulation of the process of scheduling the operating system functions, including the four algorithms, first-come, first serve, priority, web method, multi-s
  3. 所属分类:Java Develop

    • 发布日期:2017-03-27
    • 文件大小:477.11kb
    • 提供者:张云波
  1. Banker

    0下载:
  2. 操作系统的课程设计,使用java实现银行家算法,做了些改良,能够自动或手动初始化!-Operating system design, the use of java bankers algorithm to achieve and made some improvements can be automatically or manually initialized!
  3. 所属分类:Java Develop

    • 发布日期:2017-04-05
    • 文件大小:2.74kb
    • 提供者:hoo
  1. PageExchange

    0下载:
  2. 操作系统实验、页面置换算法、java swing-Operating System Experiment, page replacement algorithms, java swing
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:9.7kb
    • 提供者:忘了
  1. cipan

    0下载:
  2. 用java程序模仿操作系统中的磁盘调度算法-Procedures copy the operating system using java Disk Scheduling Algorithm
  3. 所属分类:Java Develop

    • 发布日期:2017-03-28
    • 文件大小:4.55kb
    • 提供者:张文
  1. sisuo

    0下载:
  2. 用Java实现操作系统的死锁课程设计,可实现死锁的产生,避免,预防与解除,避免由银行家算法实现,界面优美,代码可读性好。而且本程序生成了可直接运行的.exe文件和可安装的程序,非常的方便实用-Java implementation of the operating system deadlock with curriculum design, the production can be realized deadlock, avoid, prevent and relieve, to avoid
  3. 所属分类:Java Develop

    • 发布日期:2017-06-21
    • 文件大小:33.22mb
    • 提供者:孟萌
  1. banker

    0下载:
  2. 此文件为操作系统中的银行家算法,用JAVA来模拟实现银行家算法 银行家算法 设Requesti是进程Pi的请求向量,如果Requesti[j]=K,表示进程Pi需要K个Rj类型的资源。当Pi发出资源请求后,系统按下述步骤进行检查:
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:14.33kb
    • 提供者:王军
  1. OsBancker

    0下载:
  2. 一个java做的操作系统中关于银行家算法的模拟,有界面的哦。对课程设计之内很有用。-A java operating system to do the simulation on the banker' s algorithm, there are interfaces Oh. Within the course design is useful.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:3.3kb
    • 提供者:panboyu
  1. Dijkstra

    0下载:
  2. 操作系统的实验 源代码 关于 预防进程死锁的银行家算法-The experimental operating system source code on the prevention of deadlock in the banker' s algorithm process
  3. 所属分类:Java Develop

    • 发布日期:2017-04-05
    • 文件大小:15.5kb
    • 提供者:huangbingtao
  1. Bank

    0下载:
  2. 这是操作系统中一个关于银行家算法的小程序-This is the operating system in a small program on the banker' s algorithm
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:1.52kb
    • 提供者:曹雪佳
  1. FirstDemo

    0下载:
  2. 基于java的对进程调度算法和内存分配算法的GUI模拟(GUI simulation of process scheduling algorithm and memory allocation algorithm based on Java)
  3. 所属分类:Java编程

    • 发布日期:2017-12-11
    • 文件大小:6.14kb
    • 提供者:dd11saas
  1. Java操作系统磁盘调度算法

    0下载:
  2. 模拟操作系统磁盘调度算法,实现了先来先服务,最短寻道时间,电梯扫描算法(Disk scheduling algorithm for analog operating system)
  3. 所属分类:Java编程

    • 发布日期:2018-01-09
    • 文件大小:7kb
    • 提供者:黑汉
  1. os

    0下载:
  2. 用java实现fcfs、hrrn和sjf算法(Implementation of FCFS, hrrn, and SJF algorithms with Java)
  3. 所属分类:Java编程

    • 发布日期:2018-04-30
    • 文件大小:22kb
    • 提供者:haizheng
  1. os

    0下载:
  2. 用java简单实现fcfs算法和sjf算法(Implementation of FCFS algorithm and SJF algorithm by Java)
  3. 所属分类:Java编程

    • 发布日期:2018-04-30
    • 文件大小:14kb
    • 提供者:haizheng
« 12 3 4 5 »
搜珍网 www.dssz.com