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

搜索资源列表

  1. 操作系统进程内存管理模拟特别版

    1下载:
  2. 操作系统进程内存管理模拟 有关此程序的功能请见程序中的帮助菜单 程序难点1:创建Windows xp中按钮样式 解决方法:使用标签控件与形状控件一起形成此样式 此方法缺点:由于标签没有TAB事件,所以不能使用键盘控制按钮。 此缺点解方法:截取键盘事件,以响应TAB事件(时间有限,没有实现) 程序难点2:实时与分时混合应用 解决方法:置一FOR循环在TIMER中,先判断并响应时实进程,再置另一当循环在TIMER中,无时实时再执行分时进程。 程序难点3:分页式内存管理的调度方式 解决方法:具体方法见
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:70635
    • 提供者:锡文
  1. c模拟内存管理

    2下载:
  2. 一个用C写的内存管理系统,模拟操作系统内存-C write a memory management system, the operating system memory simulation
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:39800
    • 提供者:keke
  1. 内存管理

    0下载:
  2. 内存管理的一个小程序-memory management of a small program
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:29707
    • 提供者:网干
  1. 模拟内存管理程序

    0下载:
  2. 本程序模拟windows任务管理器的内存管理,界面可能丑陋点,但是还可以用-the simulation windows task management device memory management, interface may be ugly, but can also use
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:24623
    • 提供者:曾乐
  1. 内存管理系统

    0下载:
  2. 内存管理系统。 用VB编写。希望对大家有点用处~-memory management system. VB prepared. We hope to use some ~
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:9640
    • 提供者:阿酷
  1. 操作系统进程内存管理模拟vb

    0下载:
  2. 分页式内存管理的调度方式 具体方法见程序中的注释。 基于优先级的调度方式-paging memory management method of scheduling specific methods See Notes to the procedures. Priority - Based Scheduling way
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:25489
    • 提供者:丁志强
  1. 内存管理2dephi源代码

    0下载:
  2. 操作系统内存管理的具体实现,Dephi编程实现-operating system memory management is a concrete realization, Delphi Programming
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:284675
    • 提供者:李雪
  1. MEM内存管理单元

    0下载:
  2. MEM内存管理单元
  3. 所属分类:系统编程

  1. 简单实现操作系统的一些页面置换与分页内存管理等

    0下载:
  2. 简单实现操作系统的一些页面置换与分页内存管理等-Simple implementation of the operating system some of the pages paged memory management, replacement and
  3. 所属分类:Windows编程

    • 发布日期:2012-11-12
    • 文件大小:881
    • 提供者:xavier
  1. 操作系统内存管理的实验报告

    1下载:
  2. 操作系统内存管理的实验报告,分别使用Frist-fit方法和Best-fit方法实现,并对这两种方法进行性能测试~-Experiment report of operating system memory management, respectively, using the Frist-fit classes methods and the Best-fit classes methods of implementation, and performance testing ~
  3. 所属分类:系统编程

    • 发布日期:2016-01-25
    • 文件大小:3152896
    • 提供者:david
  1. memory-200911-nanjing

    0下载:
  2. 侯捷讲座:C++ 内存管理 PDF 是侯捷南京大学授课的教程-Hou Jie Lecture: C++ memory management, PDF is a tutorial to teach Hou Jie, Nanjing University
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-19
    • 文件大小:5450731
    • 提供者:Aivin
  1. WINDOWS

    2下载:
  2. 本书是讲解Windows 操作系统内部机制的专著,作者从基本概念入手,全面系统地介绍了Windows的各种基本构件,如进程、线程、DLL和内存管理等,并列举了大量应用程序,精辟地分析了构件的使用方法,为掌握Windows 编程技巧提供了一条有效的捷径。对于不同水平的Windows 编程人员来说,本书都具有极好的参考价值。-This book is on the Windows operating system, the internal mechanisms of monographs, the
  3. 所属分类:Windows Develop

    • 发布日期:2017-06-17
    • 文件大小:26989792
    • 提供者:桃子
  1. LOAD

    0下载:
  2. Delphi下深入Windows核心编程,内存管理-Delphi depth under the Windows core programming, memory management
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:9407
    • 提供者:
  1. cunchuqichuli

    0下载:
  2. ⑴设计一个模拟内存分配的系统; ⑵采用分页内存管理策略; ⑶输入数据为进程号,需要的内存量,并根据这些信息进行内存分配; ⑷输入数据为进程号,则将该进程占用的内存释放; ⑸动态显示分配结果,用位示图来表示内存的使用情况。 -⑴Designs a simulation memory allocation the system ⑵Uses the paging memory management strategy ⑶The data-in is the advancement
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:128815
    • 提供者:戴依依
  1. neicunguanli

    0下载:
  2. 内存管理实验,设计一个内存管理器,支持至少两种分配策略,如first-fit, next-fit-Memory management experiment, the design of a memory manager to support the allocation of at least two strategies, such as first-fit, next-fit
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:124430
    • 提供者:jiangyuan
  1. 内存管理

    0下载:
  2. 内存管理软件,针对C++编程,Qt编程,进行内存调用检测(Memory management software, for C++ programming, Qt programming, memory call detection)
  3. 所属分类:进程与线程

    • 发布日期:2017-12-19
    • 文件大小:62094336
    • 提供者:redsky517
  1. 状态转换和内存管理

    1下载:
  2. 操作系统状态转换和内存管理 利用简单的结构和控制方法模拟进程结构、进程状态和进程控制。(State conversion of operating system)
  3. 所属分类:其他

    • 发布日期:2018-01-08
    • 文件大小:2048
    • 提供者:lili123456
  1. memory

    0下载:
  2. 该算法实现了两种经典的内存管理算法 分别是先进先出和最近最久未使用(The algorithm implements two classic memory management algorithms, which are first in first out and most recently unused)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-09
    • 文件大小:1024
    • 提供者:haha_111
  1. stm32f407 内存管理实验

    0下载:
  2. stm32f407的内存管理实验。支持stm32f407各个型号,(Stm32f407 memory management)
  3. 所属分类:其他

    • 发布日期:2018-04-30
    • 文件大小:549888
    • 提供者:小飞下
  1. 【05】红龙429_uCOS-II内存管理(2016.02.29)

    0下载:
  2. stm32f429usco嵌入式系统内存管理程序源码,有兴趣的朋友可以打开看看(Stm32f429usco embedded system memory management program source code, interested friends can open look)
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:176128
    • 提供者:你好...
« 12 3 4 5 6 7 8 9 10 ... 26 »
搜珍网 www.dssz.com