CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - 内存管理

搜索资源列表

  1. 模拟页式虚拟存储管理中缺页中断先进先出淘汰算法

    0下载:
  2. 随机确定内存大小,页面数,进程的个数,每个进程的页数,给进程分配的页面数。要求计算缺页次数,缺页率,被淘汰的序列。-ramdom get memory size, page mumber, process number, page number for each page, allocated page number for the process. To calculate the page lacking number, page missing rate, wash out sequenc
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1410
    • 提供者:haha
  1. 模拟段式存储管理中地址转换

    0下载:
  2. 随机确定内存大小,进程的个数,每个进程的段数及段大小。当某进程提出申请空间的大小后,显示能否满足申请,以及为该进程分配资源后有关地址转换的数据。-memory size, process numbers and their number of paragraphs and paragraph size have been randomely determined. when one process applies a certain amount of memory, the program
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1614
    • 提供者:haha
  1. 模拟固定分区存储管理的分配与回收

    0下载:
  2. 模拟固定分区存储管理的分配与回收。固定分区就是把内存区固定地划分为若干个大小不等的区域。分区一旦划分结束,在整个执行过程中每个分区的长度和内存的总分区个数将保持不变。当用户进程提出内存分配要求时,找到满足要求的分区分给它,进程执行完后,回收进程和它占有的资源-Simulation regular distribution and recovery which stores management of dividing into area. The regular assigning to are
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:2711
    • 提供者:haha
  1. 模拟段式管理内存分配与回收

    0下载:
  2. 把程序按内容或过程(函数)关系分成段,每段有自己的名字。一个用户作业或进程所包含的段对应于一个二维线形虚拟空间,也就是一个二维虚拟存储器。段式管理程序以段为单位分配内存,然后通过地址映射机构把段式虚拟地址转换成实际的内存物理地址。-The program is seperated to sections by content or progress(function),every section has its name.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:23422
    • 提供者:haha
  1. 模拟文件管理系统

    2下载:
  2. 1.在内存中开辟一个虚拟磁盘空间作为文件存储器,在其上实现一个简单的单用户文件系统。在退出这个简单的文件系统时,应将该虚拟文件系统保存到磁盘上,以便下次可以再将它恢复到内存的虚拟磁盘空间中。 2.文件存储空间的分配可采用显式链接分配或其他的办法。 3.空闲空间的管理可选择位示图或其他的办法。如果采用位示图来管理文件存储空间,并采用显示链接分配方式,那么可以将位示图合并到FAT表中。 4.文件目录结构采用多级目录结构。为了简单起见,可以不使用索引结点,其中的每个目录项应包含文件名、物理地址、长度等
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:55811
    • 提供者:雨金
  1. TaskMgr.zip

    0下载:
  2. 该任务管理器用vc6.0开发,可以查看当前系统进程,显示进程图标,可以暂停、恢复和结束进程,可以定位文件,查看进程用到的模块,内存占用,进程ID,还可查看当前系统内存的使用情况
  3. 所属分类:系统编程

    • 发布日期:2011-07-06
    • 文件大小:66981
    • 提供者:zhangliang1223
  1. nedmalloc

    0下载:
  2. nedalloc, an alternative malloc implementation for multiple threads without lock contention based on dlmalloc v2.8.4. (C) 2005-2010 Niall Douglas Boost Software License - Version 1.0 - August 17th, 2003 Permission is hereby granted, free of charge, t
  3. 所属分类:系统编程

  1. 3

    0下载:
  2. 模拟内存管理,操作系统实验,C++编程,免费下载.windows编程.-Analog memory management, operating system experiment, C++ programming, free download. Windows programming.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:1591
    • 提供者:xionghuihua
  1. pt850

    0下载:
  2. 新大陆数据采集器pt850通讯程序C#版-Communication Program C# version of Newland PT850
  3. 所属分类:其他小程序

    • 发布日期:2014-03-05
    • 文件大小:169103
    • 提供者:dongdeli
  1. CPP

    0下载:
  2. 这是一本管C++的内存管理的书籍,如果有从事有关相关工作的朋友,或是学生朋友。可能这个会对你们有所帮助。-This is a tube of C++ memory management books, if you are engaged in the related work friends, friends or students. Maybe this will help you.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:144790
    • 提供者:韩厥
  1. 操作系统进程内存管理模拟vb程序

    1下载:
  2. 本程序运用随机页面模拟页面调度,从进程的创建及进程的撤销都随时实现-the procedures used random pages scheduling simulation pages from the process of creation and the process of deregulation are always realize
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-24
    • 文件大小:10013
    • 提供者:lhs
  1. memory_manage

    0下载:
  2. 内存管理 c++高手的必然磨练 内存管理 c++高手的必然磨练-Memory management c++ Master the inevitable temper memory management c++ Master the inevitable temper
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:98574
    • 提供者:icefire
  1. xiehanBYSJ

    0下载:
  2. delph实现的资源管理器、查询系统内存、CPU等系统信息-delph achieve resource management, and query system memory, CPU and other system information
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-07
    • 文件大小:976846
    • 提供者:liuxing
  1. Memory

    1下载:
  2. 通过VC++MFC编程来实现计算机的内存的读取与管理,-Through VC++ MFC programming to achieve read the computer s memory and management,
  3. 所属分类:Static control

    • 发布日期:2017-05-13
    • 文件大小:183169
    • 提供者:杨培科
  1. C++_cn

    0下载:
  2. 本书讨论了那些可能出现在所有C++代码中的基本错误,同样也详述了那些出现在C++语法、预处理、内存管理、多态性、类设计和类继承关系设计中可能出现的各种复杂错误。-This book discusses all those who may appear in the C++ Code basic error, but also those details appear in the C++ Grammar, pre-processing, memory management, polymorphi
  3. 所属分类:Windows Develop

    • 发布日期:2017-06-13
    • 文件大小:21272721
    • 提供者:fulon
  1. WINDOWSProgrammingBook

    0下载:
  2. 本书对windows编程的具体方法、内存管理、动态链接库、结构化异常处理、窗口等都做了详细全面的讲解。该书可以作为一个参考资料使用。-Windows programming book on the specific methods, memory management, dynamic link libraries, structured exception handling, window and so on have done a detailed and comprehensive exp
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-14
    • 文件大小:3176229
    • 提供者:sunny
  1. XingerProgBar

    0下载:
  2. 实现任务管理中,CPU、内存数量的 LED 显示器效果。非常棒,是我大学时候写的。-The realization of the task management, CPU, memory effect of the number of LED displays. Great, when I wrote the University.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:32236
    • 提供者:LiuQiXing
  1. wxMSW-2.8.8

    0下载:
  2. wxWidgets源码 用于开发跨平台的窗口程序 另外还提供一些基本例如多线程 内存管理 socket等支持-wxWidgets source for the development of cross-platform window procedures also provide some basic such as multi-threaded socket, such as memory management support
  3. 所属分类:Windows Develop

    • 发布日期:2017-06-12
    • 文件大小:19483622
    • 提供者:徐达维
  1. FilterDriverDeveloperGuide

    0下载:
  2. 本规范包括但不限于以下主题领域: • 说明新的文件系统过滤器管理器的架构和接口 • 部分Windows的内存管理器I / O管理器 和 缓存管理器,界面,影响发展的文件系统过滤器使用新的文件系统过滤器管理器架构。-Summary This specification includes, but is not limited to, the following topic areas: • Descr iption of the new File
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-26
    • 文件大小:49277
    • 提供者:mayin
  1. FastMM492

    0下载:
  2. Last Update: Nov 25 2008 delphi 高效内存管理库-Last Update: Nov 25 2008 delphi efficient memory management library
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-03
    • 文件大小:617800
    • 提供者:Yangyao Li
« 1 2 3 4 56 7 8 9 10 ... 26 »
搜珍网 www.dssz.com