搜索资源列表

  1. hurricane1230

    0下载:
  2. //页式虚拟存储管理中地址转换和缺页中断的模拟。这个是操作系统课程设计的报告啊。十分有用。您一定要亲自看一看哦。-//virtual memory page management NAT and missing pages interrupted simulation. The operating system is designed courses ah report. Very useful. You must personally
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:地方的
  1. 音乐4

    0下载:
  2. 音乐程序,two tigers,很有趣的啊,千万不能错过啊,-music program, two tigers, very interesting ah, we must missing ah long as
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:qal
  1. ZLG_FS

    0下载:
  2. ZLG文件系统,缺文件扩展名检查。FAT16-ZLG file system, file extensions missing checks. FAT16
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2024-05-20
    • 文件大小:662528
    • 提供者:魏鸿林
  1. ymdd

    0下载:
  2. 页面调度算法主要有:FIFO,最近最少使用调度算法(LRU),最近最不常用调度算法(LFU),最佳算法(OPT) 题目要求: ① 实现三种算法:1、先进先出;2、OPT;3、LRU ② 页面序列从指定的文本文件(TXT文件)中取出 ③ 输出:第一行:每次淘汰的页面号,第二行:显示缺页的总次数 -Main page scheduling algorithm: FIFO, least recently used sch
  3. 所属分类:系统编程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:sunny
  1. cz

    0下载:
  2. 操作系统的课程设计,分别是 题目一:模拟分页式存储管理中硬件的地址转换和产生缺页中断。 题目二:用先进先出(FIFO)页面调度算法处理缺页中断。 -operating system of curriculum design, is a topic : simulation tabbed storage management hardware address translation and have missing pages
  3. 所属分类:C#编程

    • 发布日期:2024-05-20
    • 文件大小:71680
    • 提供者:xb
  1. PieProgressCtrl_src

    0下载:
  2. The Code Project is an exciting site with impressive teaching and professional exchange capabilities. I have learned much from it and also decided to submit my contribution. Occasionally I was involved in a project to ch
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-20
    • 文件大小:18432
    • 提供者:小叹号
  1. fft5k_func

    0下载:
  2. 这是一个很重要的程序,希望对大家游泳签名不悦爱哦错过亚-This is a very important process, we hope to swim Signed unhappy love-oh missing
  3. 所属分类:Static控件

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:齐可天
  1. lujia

    0下载:
  2. 页存储管理中地址转换和缺页中断式虚拟大家都需要-page storage management NAT and missing pages interrupted Virtual Everybody needs
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:2121
  1. yxt

    0下载:
  2. 一个用于演示操作系统作业调度的模拟程序,实现了Fifo,LRU两种算法,并计算了缺页次数-a demonstration of the operating system for scheduling the simulation program, achieving SC16CxxBUARTs. LRU algorithm, and calculated the number of missing pages
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-20
    • 文件大小:1895424
    • 提供者:胡一
  1. randomgolongram

    0下载:
  2. 操作系统中页面缺页中断时的随机淘汰算法程序,其中用了RAND库函数产生随机数-operating system interruption pages missing pages out of random paper, which used the RAND library functions to generate random numbers
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:
  1. queyejisuan.LRU

    0下载:
  2. 执行程序时,当主存没有可用页面时,为了选择淘汰主存中的哪一页面,腾出1个空闲块以便存放新调入的页面。淘汰哪个页面的首要问题是选择何种置换算法。该程序采用LRU方法选择,依置换策略选择一个可置换的页面并计算它们的缺页率以便比较。 -implementation procedures, when the main pages can be no deposit, in order to choose out of the main de
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:4096
    • 提供者:向斯雨
  1. uuuuu

    0下载:
  2. LRU算法,能输出缺页率,内存状态,和输入队列-LRU algorithm, missing pages can be output rate, the memory state, and input queue
  3. 所属分类:系统编程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:杨穿横
  1. C51FPS

    2下载:
  2. 普通KEIL缺失文件,还好啊,-ordinary KEIL missing documents, alright, ha ha
  3. 所属分类:汇编语言

    • 发布日期:2024-05-20
    • 文件大小:14336
    • 提供者:啊飞
  1. OSchunchu

    0下载:
  2. PAGES3完成了程序的 基本框架,FIFO()除了命中和置换情况外基本完成,但是修改位示图的子函数 出现问题,得不到正确的行数和列数,有时更改不了0 PAGES4修正了3中的问题,完成FIFO() PAGES5修正了FIFO()中执行置换时未将位示图中的对应块置0 PAGES6完成了LRU() PAGES7优化了界面,修正了切换算法后访问次数与上次算法相连的错误 PAGES8完成了OPT()修正了在页面置换切换时页
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-20
    • 文件大小:10240
    • 提供者:billdong
  1. cryosc

    0下载:
  2. This program provides an example of how to configure the C8051F02x device to operate from an external 22.1184MHz crystal attached to the XTAL1 andXTAL2 pins. Also enables Missing Clock Detector.-This program provides a
  3. 所属分类:汇编语言

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:徐康宁
  1. IocompPack.v3.0.4.Full.Sources.For.Delphi.BCB

    0下载:
  2. 著名的工业组态软件源代码Iocomp.Ultra.Pack.v3.0.4.Full.Sources.For.Delphi.BCB.rar-famous industrial configuration software source code Iocomp.Ultra.Pack.v3.0.4 . Full.Sources.For.Delphi.BCB.rar
  3. 所属分类:绘图程序

    • 发布日期:2024-05-20
    • 文件大小:8955904
    • 提供者:杜光耀
  1. P2PandNAT

    0下载:
  2. 这是实现用UDP穿越NAT的原理一个源代码,对于这方面感兴趣的程序员来说,绝对是有错过不放过。-It is the use of UDP Through NAT one of the tenets of the source code, In this regard interested programmers, it is definitely a missing left off.
  3. 所属分类:通讯编程

    • 发布日期:2024-05-20
    • 文件大小:37888
    • 提供者:旺财
  1. ChatSocket

    0下载:
  2. 比较好的Soap网络通信事例,机会不能错过哦-better Soap network communication examples, is not likely to be missing oh
  3. 所属分类:xml/soap/webservice

    • 发布日期:2024-05-20
    • 文件大小:1258496
    • 提供者:roger yu
  1. OutofProc

    0下载:
  2. COM进程外组件例子程序 仍然选样字典秆序作为进程外组件的例子程序,这次我们建立一个新的字典对象,其名字、CLSID与第3章建立的进程内字典组件的名字、CLSID相同,但进程外组件在注册表中用到的关键字为LocalServer32,因此,新建立的字典组件可以与老的字典组件共存于同一个系统中。 除了组件程序工程和客户程序工程外,本例子程序还包括接口的代理/存根程序上程.共3个上程。-COM components example
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2024-05-20
    • 文件大小:2143232
    • 提供者:RockZhou
  1. Fusion

    0下载:
  2. 3D reconstruction, medical image processing from colons, using intel image processing for based class. This source code. Some code missing but I think you can understand it. Development version. This source code is very
  3. 所属分类:行业发展研究

    • 发布日期:2024-05-20
    • 文件大小:1485824
    • 提供者:Son Tran
« 1 2 3 4 56 7 8 9 10 ... 41 »

源码中国 www.ymcn.org