登录
首页 » 操作系统 » C++写的操作系统原理及实现,模拟页面置换程序lru的源码

C++写的操作系统原理及实现,模拟页面置换程序lru的源码

于 2022-01-30 发布 文件大小:192.77 kB
0 162
下载积分: 2 下载次数: 2

代码说明:

C++写的操作系统原理及实现,模拟页面置换程序lru的源码-C++ Write the operating system and realize the principle of simulated LRU page replacement procedures of the source

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 模拟内存换页算法,包括FIFO(先进先出first in first out),OPT(动态分配optimal),LRU(最近不使用latest use rec...
    模拟内存换页算法,包括FIFO(先进先出first in first out),OPT(动态分配optimal),LRU(最近不使用latest use recently),LFR(最近最低频率lowest frequency recently),NUR(最近不使用no used recently)-Analog memory paging algorithms, including FIFO (first in first out first in first out), OPT (dynamic allocation optimal), LRU (recently does not use latest use recently), LFR (the lowest frequency of the recent lowest frequency recently), NUR (do not use the recent no used recently)
    2023-07-04 08:30:03下载
    积分:1
  • if you put Implementation of LwIP transplant without operating system platform,...
    如果你把LwIP移植到无操作系统的平台,写应用程序参考这个就行了。-if you put Implementation of LwIP transplant without operating system platform, application procedures, write this way.
    2022-11-11 19:15:04下载
    积分:1
  • mutil cpu code 多核编程资料
    mutil cpu code 多核编程资料-mutil cpu code multi-core programming information
    2022-02-02 22:09:24下载
    积分:1
  • 我自己写的一个实模式的,支持fat12文件和一个和shell整合到一起的简单的键盘驱动,目前正在实现pci总线驱动程序。以后将会转入到保护模式下开发...
    我自己写的一个实模式的操作系统,支持fat12文件系统和一个和shell整合到一起的简单的键盘驱动,目前正在实现pci总线驱动程序。以后将会转入到保护模式下开发-I wrote it myself a real mode of the operating system, support FAT12 file system and a shell and the integration with a simple keyboard-driven, are currently achieving pci bus driver. After that it will enter a protected mode development
    2022-07-10 19:09:18下载
    积分:1
  • 缩放图像和UIScrollView
    Zoom image and UIScrollview
    2022-03-22 07:36:39下载
    积分:1
  • 2004.7.6日上传的一个有错这是2004.7.7日重新传的。这是本人用汇编和C混合编成的一个32...
    2004.7.6日上传的一个有错这是2004.7.7日重新传的。这是本人用汇编和C混合编成的一个32-bit多任务、多线程的操作系统内核。现在暂时不提供原代码但可以下载用。谁有兴趣且觉得自己有能力和我共同完善它最终实现真正的中国本土的高端操作系统请和我联系:yaocong@mail.china.com -2004.7.6 date passes on has mistake this is 2004.7.7 dates repasses on. This is myself uses the assembly and C mix forming 32-bit multi- duties, the multi-thread operating system essence. Now temporarily does not provide the original code but to be allowed to download uses. Who has the interest also thought oneself has the ability and I consummates it finally to realize the genuine Chinese native place high end operating system together please to relate with me: Yaocong@mail.china.com
    2023-05-02 10:10:03下载
    积分:1
  • fsdfsd 好超级好是酷我
    废话废话 blahblahblahblahblahblah 使用系统 ; 使用 System.Collections.Generic ; 使用 System.Linq ; 使用 System.Text ; 使用 System.Data.SqlClient ; 使用 System.Data ; 使用 System.Threading ; ConsoleApplication3 的命名空间 { 类的程序 { 静态 void Main (字符串 [] args) { 字符串 connectionString = @"数据源 =。SQLEXPRESS2008R2 ; 初始目录 = lab8 ; 集成安全性 = True"; System.Data.SqlClient.SqlConnection cn = 新 System.Data.SqlClient.SqlConnection(connectionString) ; cn。Open (); 字符串路径 = @"c:lab8"; foreach (文件路径字符串中 System.IO.Directory.GetFiles(path)) { SqlCommand cmd = 新 SqlCommand ("插入到 Files2(Name,Date) 值 (@Name,@Date)",cn) ; SqlParameter param = 新 SqlParameter() ; param。ParameterName ="@Name"; param。值 = System.IO.Path.GetFileName(filePath) ; param。SqlDbType = SqlDbType.VarChar ; cmd.Parameters.Add(param) ; param = 新 SqlParameter()
    2023-07-19 16:15:03下载
    积分:1
  • 验实验:模拟进程调度
    操作系验实验:模拟进程调度-Operation of the Department of inspection experiment: Analog Process Scheduling
    2022-01-23 11:08:46下载
    积分:1
  • 进程轮调度算法
    操作系统进程按时间片轮转,简单说明了其运行机制
    2022-11-09 21:35:04下载
    积分:1
  • 一个dosDRDOS的源码
    一个dos操作系统DRDOS的源码- Dos operating system DRDOS source code
    2022-01-26 08:16:01下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载