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

搜索资源列表

  1. zhe

    0下载:
  2. 进程同步算法模拟,哲学家就餐问题JAVA实现。
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:28.96kb
    • 提供者:袁乃军
  1. LRUprogram

    0下载:
  2. 用java代码实现的关于操作系统的LRU算法。
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:1.9kb
    • 提供者:wangyu
  1. Java实现的常用数据结构算法

    0下载:
  2. Java实现的常用数据结构算法
  3. 所属分类:操作系统开发

    • 发布日期:2014-01-18
    • 文件大小:300.31kb
    • 提供者:方晓
  1. FIFO

    0下载:
  2. 先进先出调度算法JAVA实现,操作系统实验
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:1.59kb
    • 提供者:xiaotang
  1. Change

    0下载:
  2. 用JAVA实现操作系统的页面置换 其中包括 最佳置换算法(Optimal)、先进先出算法(First-in, First-out) 、最近最久不用的页面置换算法(LeastRecently Used Replacement)三种算法的实现-JAVA realization of the operating system with replacement pages including the best replacement algorithm (Optimal), FIFO algorit
  3. 所属分类:OS Develop

    • 发布日期:2017-03-28
    • 文件大小:20.79kb
    • 提供者:王晓
  1. cpudd

    0下载:
  2. java实现的CPU调度算法。。算法比较通俗,易懂,是根据上课学的编的一个代码-java realization CPU scheduling algorithm. . Algorithm popular, easy to understand, is prepared according to the school to learn a code
  3. 所属分类:OS Develop

    • 发布日期:2017-03-31
    • 文件大小:4.63kb
    • 提供者:wayne
  1. RR

    1下载:
  2. 操作系统-时间片轮转调度算法,JAVA实现,带界面,有解释-Operating system- time slice rotation scheduling algorithm, JAVA achieved with interface, are explained
  3. 所属分类:OS Develop

    • 发布日期:2017-03-30
    • 文件大小:2.1kb
    • 提供者:
  1. FindTheCurrentEvents

    0下载:
  2. 一个可以找到并发事件的算法。程序运用了闭包搜寻矩阵的算法。-It is important in distributed computer systems to identify those events (at identifiable points in time) that are concurrent, or not related to each other in time. A group of concurrent events may sometimes attemp
  3. 所属分类:OS Develop

    • 发布日期:2017-04-12
    • 文件大小:1.24kb
    • 提供者:jianwei yang
  1. Virtualmemory

    0下载:
  2. 虚拟内存中四种置换算法: OPT/LRU/FIFO/时钟算法-Four types of virtual memory replacement algorithm: OPT/LRU/FIFO/clock algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-04-11
    • 文件大小:1.3kb
    • 提供者:eddycen
  1. os

    0下载:
  2. 实现分页式存储地址转换过程,在此基础上实现请求分页的地址转换。实现请求页式地址转换中出现的缺页现象时,用到的先进先出FIFO、最近最久未使用LRU、最佳OPT置换算法。 -The realization of paging memory address translation process, in this based on the address translation request page. The realization of Page Address Translation req
  3. 所属分类:OS Develop

    • 发布日期:2017-04-07
    • 文件大小:1.04kb
    • 提供者:bartok
  1. os

    0下载:
  2. 实现操作系统中的页面置换算法,显示在界面上,并对其进行比较。-The realization of the operating system page replacement algorithm, displayed in the interface and its comparison.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-06
    • 文件大小:5.13kb
    • 提供者:ymn
  1. FIFO

    0下载:
  2. 操作系统WIndows页面置换算法、先进先出算法、以及FIFO和LRU算法(最新最少使用算法)-OS WIndows page replacement algorithm, FIFO algorithm, and FIFO and LRU algorithms (at least using the latest algorithm)
  3. 所属分类:OS Develop

    • 发布日期:2017-03-31
    • 文件大小:131.71kb
    • 提供者:青青
  1. OS_YeMianZhiHuan

    0下载:
  2. 操作系统算法,模拟操作系统算法的Java实现-Operating system algorithms, simulated operating system Java implementation algorithm
  3. 所属分类:OS Develop

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

    0下载:
  2. 操作系统的先来先服务算法,C编写,命令行运行-the first operating system to first serve algorithm, java preparation, command line operation, interface
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:1.1kb
    • 提供者:吴兵
  1. java.os

    0下载:
  2. 磁盘模拟程序,通过输入初始位置来寻道,产生随机数组并选择算法,最后用直线连接计算后的随机数组,输出结果。-Analog realization of SSTF and SCAN algorithms。By entering the initial position from either the road, resulting in a random array and selection algorithm, and finally connected with a straight calc
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:55.03kb
    • 提供者:songwei
  1. scheduling

    0下载:
  2. 操作系统中进程调度与资源分配算法(即银行家算法)的可视化演示程序,使用Java编写,GUI为SWING-Operating system process scheduling and resource allocation algorithm (ie, the banker' s algorithm), visual presentation program, written in Java, GUI SWING
  3. 所属分类:OS Develop

    • 发布日期:2017-03-21
    • 文件大小:17.11kb
    • 提供者:frank
  1. Dining-philosophers

    0下载:
  2. 操作系统之哲学家就餐问题的算法实现,利用java开发语言-The operating system of the dining philosophers problem algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-11-13
    • 文件大小:2.51kb
    • 提供者:hanziwen
  1. 磁盘调度JAVA

    0下载:
  2. 磁盘调度算法模拟 图形化界面 包括ffcf、 scan等(Disk scheduling algorithm simulation graphical interface, including FFCF, scan and so on)
  3. 所属分类:操作系统开发

    • 发布日期:2017-12-19
    • 文件大小:122kb
    • 提供者:白泽
  1. Operating System CH9

    0下载:
  2. 操作系统概念英文版CH9页替换算法作业源码,涉及FIFO和LRU算法。(Operating System Concepts with Java - Eighth Edition Chapter 9. Test harness for LRU and FIFO page replacement algorithms.)
  3. 所属分类:操作系统开发

    • 发布日期:2017-12-20
    • 文件大小:3kb
    • 提供者:enemy
  1. bank

    0下载:
  2. 银行家算法 java实现,能够完成资源分配问题(Java implementation of banker's algorithm)
  3. 所属分类:操作系统开发

    • 发布日期:2018-01-10
    • 文件大小:254kb
    • 提供者:xuelai
« 12 »
搜珍网 www.dssz.com