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

搜索资源列表

  1. 进程管理算法.zip

    0下载:
  2. 所属分类:操作系统开发

    • 发布日期:
    • 文件大小:54332
    • 提供者:
  1. PC_Banker

    0下载:
  2. 用银行家算法实现进程死锁的检测和解决-with bankers algorithm Deadlock in the process of detecting and resolving
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:2196
    • 提供者:干冰
  1. 最佳适应法

    0下载:
  2. 采用首次适应法、最佳适应法或最差适应法,编写一内存分配和回收模拟程序。 动态地随机产生新的“内存分配”或“内存回收”请求,再按照你选定的分配算法修改这个数组。由于这个实验的重点在于内存分配,所以不考虑与某内存区相关的进程情况。-used first to adapt, adapt best or the worst adaptation law, the preparation of a memory allocation and recovery simulation program. Dyn
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:69285
    • 提供者:吴晓辉
  1. Diskatt

    0下载:
  2. C#写的模拟磁盘磁头调度程序 包含fcfs sstf elevator3种算法-write in C#, emulate diskette head schedule program, include FCFS, SSTF and ELEVATOR arithmetic.
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:10361
    • 提供者:
  1. os_changeable_partition

    0下载:
  2. 采用可变分区存储管理并且 采用首次适应算法实现存储器分配与回收-using variable memory management and FFA agrithment implement the memory allocate and reclaim.
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:1183
    • 提供者:杨学思
  1. 操作系统课设

    2下载:
  2. 操作系统课程设计编程实例 1fork 2编制先来先执行进程调度算法 3读者 4模拟进程调度算法 5 虚拟存储器管理 6二级目录结构的磁盘文件系统-courses on operating system design programming examples 1fork two first-come first-prepared implementation process scheduling algorithm three readers four scheduling algorit
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:50803
    • 提供者:艾倜人生
  1. OS进程调度模拟

    0下载:
  2. 1、按优先权调度算法,实现处理器调度。 2、主存储器空间的分配和回收 在可变分区管理方式下,采用最先适应算法实现主存空间的分配和回收。-1, priority scheduling algorithm to achieve processor scheduling. 2, the main memory space allocation and recovery of the variable area management, using the first algorithm to a
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:4278
    • 提供者:陈为
  1. AttemperArithmetic(1)

    0下载:
  2. 进程或作业先来先服务、高优先权、按时间片轮转调度算法用API与C语言结合实现,绝对有用.-process or operation first-come first-service, high-priority, time Scheduling Algorithm films rotate with the C language API combining absolutely useful.
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:62437
    • 提供者:文子
  1. ncfbei

    0下载:
  2. 该程序综合模拟了三种内存调页的算法,在模拟过过程中,可以随意输入数据-the procedure comprehensive simulation of three-pages of memory algorithm simulation of the process, the input data can be arbitrarily
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:3929
    • 提供者:李小明
  1. Linux内存管理模拟器

    1下载:
  2. Linux下使用c语言实现的内存管理模拟器 假设有台计算机物理内存大小为4MB,每个内存页大小为4k。采用分页机制,使用二级页表,第一级为页目录,共有1024项,每个页目录项指向一个页表,每个页表项指向一个实际的物理页面,每个页表共有1024个页表项。假设页目录和页表不占用内存空间。 系统中还有一个交换设备,采用分块管理机制,每块大小为4K,共1024个。有一系列内存访问指令,系统根据内存访问指令的内存虚地址访问内存。如果页目录项为空,则分配一个页表,并将相关值存入页目录项,如果页表项为空,
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:4583
    • 提供者:罗鹏魁
  1. 请求分页存储管理方式

    0下载:
  2. 课程实验,自己做的一个关于请求分布的程序, 采用先进先出算法(FIFO)和最近最久未使用算法(LRU)进行页面的置换-courses experiments done on the request of a distribution procedures, FIFO-algorithm (FIFO) and the most recent time on the use of algorithms (LRU) page replacement
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:360272
    • 提供者:陈任全
  1. 动态分区分配

    0下载:
  2. 本程序为一个内存动态分区分配的模拟程序,采用首次适应算法和最佳适应算法实现动态分区。其中,空闲分区通过空闲分区链来管理,在进行内存分配时,系统优先使用空闲区低端的空间-the procedures for a dynamic memory allocation through the simulation program, using the first and best adaptation algorithm to adapt to dynamic partitioning algorith
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:363092
    • 提供者:陈任全
  1. 操作系统微内核技术研究

    0下载:
  2. 摘要文章介绍了作者在过击5年中在微内核技术上所做的工作.给出了3个算法.① 通过特任务调度 和线程调度算法相结合的方法.来解决单纯以线程为单位的调度系统的效率和公平性问题;③ 一个改进 的写时拷贝算法,它结合写时拷贝算法和诗问时拷用算法的优点.来解决写时拷贝算法在I386体系结抽 上的适应性问题;@ 提出了一个微内核操作系蜿计时模型,它解决了传统计时算法在微内核系统中计时 不准确的问题h
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:149567
    • 提供者:郭伟建
  1. neicun

    0下载:
  2. 页面淘汰算法采用LRU页面淘汰算法,并且在淘汰一页时,只将该页在页表中修改状态位。而不再判断它是否被改写过,也不将它写回到辅存。-pages out of LRU algorithm out pages algorithm, and in an out, only to the page in the page table to amend the state spaces. Rather than judge whether it be redrafted, it was not to ret
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:11469
    • 提供者:阎玲
  1. OSFirstFit

    0下载:
  2. 主存空间的分配和回收 可变分区管理方式下采用首次适应算法实现主存分配和回收-main memory space allocation and recovery of the variable through the adoption of management algorithm to adapt to the first main memory allocation and recovery
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:73218
    • 提供者:戴其蓬
  1. virtual-dusk

    0下载:
  2. 申请一个10M的文件空间虚拟成一个磁盘,按照1K大小划分扇区,依序编号,实现单卷单级目录的文件系统。 根据文件分配方案设计相应的FCB结构,空闲空间管理结构,磁盘卷总信息结构,目录区信息结构等,存放在虚拟磁盘的相应区域 编写管理程序,实现对虚拟磁盘的全权控制,犹如针对真实磁盘使用模式类似DOS或者Linux的终端方式 本文简单介绍了磁盘文件格式FAT及其他相关背景和算法,并采用FAT方案实现单卷、单级目录的虚拟文件系统。描述了整个程序的基本思路模块划分、流程图及代码的实现。-appl
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:346718
    • 提供者:戴天天
  1. cibidiaodu

    0下载:
  2. 有多个访盘要求在等待时对这些要求的顺序的确定安排或调整,只在减少平均磁盘服务时间就成为磁盘调度,而磁盘调度有多种的调度算法,其中最短路径优先是其中基本一种,本课程设计是使用C++程序设计语言,在windows平台下对此调度算法进行模拟,通过此调度算法的模拟来进一步的加深对磁盘最短路径优先调度的了解,及对C++程序设计语言的使用。 关键词:磁盘调度 最短路径优先 操作系统 课程设计 -set to visit a number of requests waiting for the rig
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:43711
    • 提供者:戴天天
  1. yinhangjiasuanfa

    0下载:
  2. 这是操作系统实验中的银行家算法,顺便拿来和大家分享一下-experiment bankers algorithm, and the way we used to share
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:26223
    • 提供者:郑裕
  1. 页面置换

    0下载:
  2. 页面置换算法的实现,FIFO页面置换,OPT页面置换,LRU页面置换(Implementation of page replacement algorithm, FIFO page replacement, OPT page replacement, LRU page replacement)
  3. 所属分类:操作系统开发

    • 发布日期:2018-04-30
    • 文件大小:1024
    • 提供者:密西西比
  1. 银行家算法

    0下载:
  2. 确认系统的安全性,用作操作系统实验,能直接运行(Confirm the security of the system)
  3. 所属分类:操作系统开发

    • 发布日期:2018-04-18
    • 文件大小:1024
    • 提供者:好6
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »
搜珍网 www.dssz.com