搜索资源列表

  1. 构建校园网页面电子邮件系统

    0下载:
  2. 这个是关于构建校园网页面电子邮件系统的一个方案 或者可以说成毕业论文都可以 -is on the website- building campus e-mail system or a program that can be as dissertation
  3. 所属分类:软件工程

    • 发布日期:2024-05-19
    • 文件大小:10240
    • 提供者:别浩
  1. pusula

    0下载:
  2. 对页面置换算法的模拟分析,包括FIFO,LRU,OPT,LFU,NUR-right pages replacement algorithm simulation analysis, including FIFO, the LRU, OPT, LFU, NUR
  3. 所属分类:界面编程

    • 发布日期:2024-05-19
    • 文件大小:7168
    • 提供者:王晓萍
  1. ymzh

    0下载:
  2. 这是一个页面置换算法的实现,功能描述:输入可用内存页面数和一个作业访问逻辑页号的序列 *给出FIFO、LRU、OPT算法的缺页中断率 *本程序中设初始页框里的页号与实际页号都不同-This is a page replacement algorithm to achieve functional descr iption : Importation of a few pages available memory and a logic
  3. 所属分类:磁盘编程

    • 发布日期:2024-05-19
    • 文件大小:3072
    • 提供者:齐大永
  1. EXAMPLESdsgdsfg

    0下载:
  2. 本程序用来模拟虚拟页式存储管理中的页面置换 & $ 快表页面固定为4块,要求从键盘输入N个页面号 & $ 输出每次快表页面的内容和缺页次数,缺页率 &-the procedures used to simulate virtual memory page management of the pages fast table replacement pages $ fixed at four, requested input from t
  3. 所属分类:磁盘编程

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:齐大永
  1. OS实验一

    0下载:
  2. 模拟实现三种页面置换算法:OPT,LRU,FIFO。-Simulation three pages replacement algorithm : OPT, LRU, FIFO.
  3. 所属分类:C#编程

    • 发布日期:2024-05-19
    • 文件大小:53248
    • 提供者:白马
  1. 将C源码文件转换成HTML页面(Visual C++风格)(

    0下载:
  2. 将C源码文件转换成HTML页面(Visual C++风格)-C source files into HTML pages (Visual C style)
  3. 所属分类:界面编程

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:方价钱
  1. 功能描述

    0下载:
  2. 页面置换算法,采用了FIFO,LRU,OPT三种算法,并用一个源程序-pages replacement algorithm, using the FIFO, the LRU, OPT three algorithms, and with a source
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-19
    • 文件大小:6144
    • 提供者:鬼迷心窍
  1. lru20050602

    0下载:
  2. TC, Win-TC 编译运行通过 最近最少用页面调度算法-TC, Win-TC compiler running through the pages recently, at least with Scheduling Algorithm
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:邓威
  1. qiqizhu022

    0下载:
  2. 能够实现页面置换算法中的FIFO,LUR,比较经典的,-replacement pages to achieve the FIFO algorithm, LUR, more classic,
  3. 所属分类:C#编程

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:林佳琦
  1. linuxag

    0下载:
  2. 演示了linux下的常用页面置换算法(FIFO,LRU,OPT,LFU,NUR),并计算了相应的命中率。程序用随机函数产生指令序列,然后变换成相应的页地址流。-demonstration of the commonly used algorithm replacement pages (FIFO, the LRU, OPT, LFU, NUR), and calculated the corresponding hit rate. Pr
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:衣明玉
  1. 页面置换算法--存储管理

    0下载:
  2. C++编写的模拟操作系统的存储管理的程序,可供学习操作系统的同学借鉴-C simulation prepared by the operating system of storage management procedures, the operating system for learning from students
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:
  1. Proj5_2

    0下载:
  2. 一个模仿操作系统的页面调度算法,模拟了调试的基本操作。-a copy of the operating system pages scheduling algorithm, a simulation testing the basic operation.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:1167360
    • 提供者:泉台
  1. 模拟页式虚拟存储管理中缺页中断

    0下载:
  2. 本次设计要求我使用最不经常使用页面淘汰算法。该算法在需要太太某一页是,首先淘汰到当前时间为止,被访问次数最少的那一页。这只要在页表中给每一页增设一个访问计数器即可实现。每当该页被访问时,访问计数器加1,而发生一次缺页中断时,则淘汰计数值最小的那一页,并将所有的计数器清零。-Abstraction: This design require me use a most unusual swap algorithm. When swap
  3. 所属分类:Windows编程

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:林子建
  1. 复件 vc34752424

    0下载:
  2. 页面置换算法 用于页面置换方面的算法,对于计算机算法的研究对初学者很有帮助-The arithmetic of page replacement,arithmetic used to the replacement,it is useful for the beginer of computer arithmetic.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:zz
  1. 页面的存储管理

    0下载:
  2. 这是一个用C做的页面的存储管理程序,操作系统的实验-This is a C so pages of storage management processes, the experimental operating system
  3. 所属分类:界面编程

    • 发布日期:2024-05-19
    • 文件大小:183296
    • 提供者:米虫
  1. 在静态HTML页面中动态显示表格数据

    0下载:
  2. 在静态HTML页面中动态显示表格数据! CaGrid小应用程序允许你在静态HTML页面中动态显示表格数据。你可以指定一个文件名和列参数给CaGrid,其他工作将由CaGrid完成。可以用键盘和鼠标来控制。CaGrid基于CJGrid类,实现了CJGrid的CDataSet接口。 -in static HTML pages dynamic display tabular data! CaGrid small application all
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-19
    • 文件大小:16384
    • 提供者:
  1. 页面置换算法演示

    0下载:
  2. 程序中含有一些对控制台输出和事件进行控制的API函数.-Includeing some function to contral the input and output of console.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-19
    • 文件大小:14336
    • 提供者:
  1. JSPRegister

    0下载:
  2. 基于JSP技术的注册页面,可以用于JSP页面的程序设计中。用户注册,直接可用-based on the registration of JSP pages, JSP pages can be used to design the process. Registered users can directly
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:刘海波
  1. jsp源码

    0下载:
  2. 页面登陆时需要检验的校验码确认程序,通过生成图片实现-landing pages when the test-correcting code verification procedure, and by generating Pictures
  3. 所属分类:Windows编程

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:
  1. 聊天室(C#源代码)

    0下载:
  2. C#写的聊天室源代码,本系统数据库采用Access 运行时将Web.config中 <add key="data" value="Provider=Microsoft.Jet.OLEDB.4.0 Data Source=F:\class_web\chatsystem\DataBase\data.mdb "/> 数据库所在目录改为本机实际目录 暂时未提供会员系统,登陆请用 默认用户:saintq
  3. 所属分类:Windows编程

    • 发布日期:2024-05-19
    • 文件大小:416768
    • 提供者:刘原奇
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »

源码中国 www.ymcn.org