CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 进程与线程 搜索资源 - virtual memory

搜索资源列表

  1. conan

    0下载:
  2. 操作系统实验课程中模拟虚拟存储器的算法 使用先进先出调度算法实现-experimental courses operating system virtual memory simulation algorithm using FIFO scheduling algorithm
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:1788
    • 提供者:Jessica
  1. visualmemory

    0下载:
  2. 虚拟存储器的源代码-virtual memory source
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:125745
    • 提供者:满维
  1. VirtualMemory

    0下载:
  2. program VirtualMemory {$APPTYPE CONSOLE} uses SysUtils, Windows const PageSize = 4096 //定义页面大小 var VmAddress, CommitAddress: Pointer //存放虚拟内存基址 Text: Pchar begin //保留二页虚拟内存 VmAddress := VirtualAlloc(nil, PageSize * 2, MEM_RESERVE, PAGE_READWRITE) if
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:23590
    • 提供者:黄春标
  1. 虚拟存储器实验

    1下载:
  2. 此为操作系统实验报告:虚拟存储器 内含:程序流程图 设计思路 主要源码等等。 简介:在计算机系统中,为了提高主存利用率,往往把辅助存储器(如磁盘)作为主存储器的扩充,使多道运行的作业的全部逻辑地址空间总和可以超出主存的绝对地址空间。用这种办法扩充的主存储器称为虚拟存储器。通过本实验帮助同学理解在分页式存储管理中怎样实现虚拟存储器。-experimental operating system for this report : virtual memory consisting of : flow
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:21832
    • 提供者:何浩
  1. DynamicDllLoading_demo

    0下载:
  2. dll 动态加载类的简单例子. 类中只有两个虚函数:Create() 和 Destroy().-class loaded dynamically in dll. Only 2 virtual functions are important in this class: Create() and Destroy(). Create() function returns TRUE if the DLL is loaded correctly and an instance handle obta
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-05
    • 文件大小:11106
    • 提供者:wowbellon
  1. fifosuanfa

    0下载:
  2. 模拟操作系统虚拟存储中的页面置换算法采用FIFO算法,使用的是C语言编程 -Simulate the operating system virtual memory page replacement algorithms used in the FIFO algorithm, using a C language programming
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-04
    • 文件大小:808
    • 提供者:麽鱼的谁
  1. jincheng

    0下载:
  2. 两个MFC 对话框程序,实现程序间虚拟内存的访问,从而实现进程间的 通信-Two MFC dialog program to realize the virtual memory access between programs in order to achieve inter-process communication
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-15
    • 文件大小:3743882
    • 提供者:赵万青
  1. virtual-memory-allocation--tracking

    0下载:
  2. 编写一个程序,包括两个线程,一个线程用于模拟内存分配活动,另一个用于跟踪第一个线程的内存行为,要求两个线程之间通过信号量实现同步,模拟内存活动的线程可以从一个文件中读出要进行的内存操作。将VirtualAlloc函数的参数flAllocationType分别设置为MEM_RESET,MEM_TOP_DOWN,将flProtect参数分别设置为PAGE_GUARD,PAGE_NOACCESS,PAGE_NOCACHE,执行并查看内存分配的结果。-Write a program that consi
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-23
    • 文件大小:7888924
    • 提供者:xiaoxiao
  1. bianli

    0下载:
  2. 保护标记表示允许应用程序对内存进行访问的类型,遍历整个虚拟内存并对用户显示其属性的工作程序的方法-Mark said protection allows applications to access the type of memory, virtual memory and the user through the entire display method of working procedures of its properties
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-17
    • 文件大小:11385
    • 提供者:王银章
  1. page

    0下载:
  2. 理解内存页面调度的机制,在模拟实现FIFO、LRU、OPT算法的基础上,比较各种置换算法的效率和优劣,从而了解虚拟储存的实现过程-Understanding of the mechanisms of memory paging, on the basis of the simulation to achieve FIFO, LRU, OPT algorithm, compare the pros and cons of replacement algorithm efficiency and t
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-08
    • 文件大小:1369
    • 提供者:林静
  1. Sirtual

    0下载:
  2. Virtual memory management, with the first adaptation method, the optimal adaptation method, the worst adaptation method, is very good
  3. 所属分类:Process-Thread

    • 发布日期:2017-12-14
    • 文件大小:2048
    • 提供者:iezf!40096
  1. qunpjp

    0下载:
  2. 一个虚拟内存分配的示例程序,显示如何使用虚拟内存技术来处理一个结构数组-A virtual memory allocation of the sample program, shows how to use virtual memory technology to process a structure array,,
  3. 所属分类:Process-Thread

    • 发布日期:2017-12-16
    • 文件大小:32768
    • 提供者:Lefykf
  1. memzry

    0下载:
  2. 一个虚拟内存分配的示例程序,显示如何使用虚拟内存技术来处理一个结构数组,,(A virtual memory allocation of the sample program, shows how to use virtual memory technology to process a structure array,,)
  3. 所属分类:进程与线程

    • 发布日期:2017-12-24
    • 文件大小:32768
    • 提供者:Raldp
  1. 2799108

    0下载:
  2. 利用系统内存建立虚拟磁盘,在一些信息比较保密的应用系统里,这种技术不可缺,(System memory is used to establish the virtual disk, in some of the information is confidential application system, this technology is not to be short of,)
  3. 所属分类:进程与线程

    • 发布日期:2017-12-23
    • 文件大小:209920
    • 提供者:Pwipu
搜珍网 www.dssz.com