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

搜索资源列表

  1. PC_Banker

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

    • 发布日期:2008-10-13
    • 文件大小:2.14kb
    • 提供者:干冰
  1. 进程调度程序模拟程序

    0下载:
  2. 采用静态优先数的方法,编写一进程调度程序模拟程序,进程状态为就绪、运行、阻塞三种。模拟程序只对你所设置的“虚拟PCB”进行相应的调度模拟操作,即每发生“调度”时,显示出当前“PCB名字”、优先数、运行时间等,而不需要对系统中真正的PCB等数据进行修改。-priority number using the static method, the preparation process of scheduling a process simulation program, the process in
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:67.86kb
    • 提供者:吴晓辉
  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
    • 文件大小:67.66kb
    • 提供者:吴晓辉
  1. bochs-2.2.1.win32-src

    1下载:
  2. Bochs is a highly portable open source IA-32 (x86) PC emulator written in C++, that runs on most popular platforms. It includes emulation of the Intel x86 CPU, common I/O devices, and a custom BIOS. Currently, Bochs can be compiled to emulate a
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:4.03mb
    • 提供者:王陈
  1. ucosv251源代码

    0下载:
  2. *** *** *** *** *** *** *** *** *** *** RELEASE NOTES *** *** ***** *** *** *** *** *** *** *** 1) RELEASE NOTES: --- ---- The release notes are now provided in PDF format in the file: \\SOFTWARE\\uCOS-II\\DOC\\RelV251.PDF
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:990.53kb
    • 提供者:王陈
  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
    • 文件大小:10.12kb
    • 提供者:
  1. 可变分区调度算法有

    0下载:
  2. 十大题型算法全实现——(二)可变分区存储管理方案中的内存分配 -10 types of agrithment implement memory allocate in the variable partion memory management.
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:4.89kb
    • 提供者:黄宜锋
  1. zero_zero_is

    0下载:
  2. windows 的一个字体,非常的棒(价格4万),欢迎下载使用.-Another font in windows, which seems very good.(worth $40,000) Welcome to download and try.
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:26.25kb
    • 提供者:英格兰
  1. coin_locker_datura

    0下载:
  2. windows 的另一种字体,非常的棒(价格3.5万),欢迎下载使用.-Another font in windows , which seems very good . Welcome to download and try.
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:160.93kb
    • 提供者:英格兰
  1. 蓝白新闻系统_v2.0

    0下载:
  2. 本程序可以很好得阅览每天选定网站得新闻信息,方便无比哦-the procedures put in good viewing sites in selected daily news and information to facilitate the incomparable oh
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:813.01kb
    • 提供者:李鹰
  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. 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. DesignandImplementationofJobschedulingsimulationpr

    0下载:
  2. 先来先服务(FCFS)、短者优先(SJF)、高优先权优先(FPF)是操作系统作业调度的三种基本调度算法。本文用程序模拟这三种调度算法的过程。通过对各个进程在调度过程中参数(开始时间、完成时间、平均周转时间和平均带权时间等)的变化的记录,加深对三种调度过程的认识。-First-come, first-served (FCFS), short-preferred (SJF), a high priority priority (FPF) is the operating system, job sc
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:57.12kb
    • 提供者:willism
  1. LRU-andfirst-in-first-out-

    0下载:
  2. 操作系统中页面置换算法(lru和先进先出算法)-OS page change algorithm(LRU and first in first out )
  3. 所属分类:OS Develop

    • 发布日期:2017-04-10
    • 文件大小:1.84mb
    • 提供者:王龙龙
  1. best-fit-and-first-fit-in-c

    0下载:
  2. First fit and Best fit memory managment scheme implementation in C-First fit and Best fit memory managment scheme implementation in C++
  3. 所属分类:OS Develop

    • 发布日期:2017-03-30
    • 文件大小:705byte
    • 提供者:Pranshu Jaiswal
  1. file-system-in-OS

    0下载:
  2. 简单的二级文件系统 在任一OS下,建立一个大文件,把它假象成硬盘,在其中实现一个简单的模拟文件系统。 编写一管理程序对此空间进行管理,要求: 1. 实现盘块管理 2. 实现文件的读写操作 3. 每组最多2人,小组内要有明确分工,课程设计报告中设计部分可以相同,个人实现部分不同 参考建议: 将模拟硬盘的文件空间划分为目录区,文件区;采用位示图进行空间管理,盘块的分配使用显示链接(FAT表)的方式。-Simple two file system
  3. 所属分类:OS Develop

    • 发布日期:2017-11-05
    • 文件大小:438.83kb
    • 提供者:cagfaiss
  1. regular-expressions-in-a-1

    0下载:
  2. 易语言程序 易语言模块源码 正则表达式应用一例1-Easy language program easy language source module application of regular expressions in a 1
  3. 所属分类:OS Develop

    • 发布日期:2017-04-13
    • 文件大小:2.04kb
    • 提供者:ancqriif
  1. hidden-in-the-task-list

    0下载:
  2. 在任务列表中隐藏进程98 在任务列表中隐藏进程易语言源码-The process of hidden 98 hidden in the task list process easy language source code in the task list
  3. 所属分类:OS Develop

    • 发布日期:2017-04-07
    • 文件大小:970byte
    • 提供者:zhang
  1. button-in-the-title-in-the-title

    0下载:
  2. 易语言程序 源码 在标题上画按钮 -Easy language source code to draw the button to draw the button in the title in the title
  3. 所属分类:OS Develop

    • 发布日期:2017-04-13
    • 文件大小:2.4kb
    • 提供者:vbxickod
  1. MIPI DSI support in UBOOT

    0下载:
  2. this is for mipi dsi support in uboot
  3. 所属分类:操作系统开发

    • 发布日期:2018-04-23
    • 文件大小:23kb
    • 提供者:sindhuwearberry
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com