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

搜索资源列表

  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. linux

    0下载:
  2. 包括初始化、进程管理、进程通信、内存管理、设备管理、中断、文件系统、系统调用等精选源码分析。-Including initialization, process management, process communications, memory management, device management, interrupt, file system, system calls, such as analysis of selected source.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:284066
    • 提供者:孙李伟
  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. OSDemo

    0下载:
  2. 操作系统实验演示代码(三个实验,作业管理,内存管理,文件管理)-Experimental demonstration of the operating system code (three experiments, operations management, memory management, document management)
  3. 所属分类:OS Develop

    • 发布日期:2017-11-09
    • 文件大小:832330
    • 提供者:站长
  1. nov99

    0下载:
  2. 国外游戏开发者杂志1998年第十一期配套代码,包含Michael Saladino的关于内存管理方面的文章,Jeff Lander的blobby NURBS的例子代码--Code of game development magazine in 1998 the 11th issue, contained Michael Saladino`s article about memory management, Jeff Lander`s blobby NURBS example code
  3. 所属分类:Game Program

    • 发布日期:2017-12-06
    • 文件大小:168776
    • 提供者:站长
  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. linux_memory_manager_code

    0下载:
  2. linux下内存管理源代码。。。精、简、强!-memory management under linux source code. . . Refined, simple, strong!
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:53892
    • 提供者:陈必明
  1. C++neicunguanli

    0下载:
  2. VC++的内存管理算法和算法实现,介绍了很多有用的函数和思想,原版英文书籍-VC++ Memory management algorithm and the algorithm to introduce a lot of useful functions and thought, the original English books
  3. 所属分类:OS Develop

    • 发布日期:2017-05-20
    • 文件大小:5730926
    • 提供者:顾箫剑
  1. 1

    0下载:
  2. 操作系统进程内存管理模拟 -Operating system memory management process simulation
  3. 所属分类:Linux Network

    • 发布日期:2017-04-06
    • 文件大小:21664
    • 提供者:吴用
  1. memory

    0下载:
  2. vxworks 内存管理 静态内存池分配,释放等-VxWorks memory management static memory pool allocation, release, etc.
  3. 所属分类:VxWorks

    • 发布日期:2017-03-27
    • 文件大小:1818
    • 提供者:jugovic
  1. Ring_mem_VHDL

    0下载:
  2. 响铃和内存管理功能的VHDL语言,用于程控交换机中的Xillinx芯片与DSP和ADDA等芯片配合实现交换机的功能-Ringing and memory management features VHDL language, for program-controlled switchboards in Xillinx and ADDA chip and DSP chip, etc. with the function of switches realize
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-29
    • 文件大小:12282
    • 提供者:alanwater
  1. ucos2_mem

    0下载:
  2. uc/os II 内存管理算法的改进算法。改进后的算法很好的解决了内存溢出的问题。-uc/os II memory management algorithm to improve the algorithm. Improved algorithm to solve a very good memory overflow problem.
  3. 所属分类:uCOS

    • 发布日期:2017-04-07
    • 文件大小:90745
    • 提供者:pengkohuang
  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. LRU

    0下载:
  2. 操作系统内存管理的页面置换算法 LRU 同学做的 已试验过,相当好-os LRU manage
  3. 所属分类:OS Develop

    • 发布日期:2017-04-09
    • 文件大小:1899722
    • 提供者:clover
  1. diaoye1

    0下载:
  2. 模拟内存管理中的请求掉页的小程序,控制台程序-Simulation of memory management in a small page out the request process, control procedures
  3. 所属分类:OS Develop

    • 发布日期:2017-04-05
    • 文件大小:649303
    • 提供者:lllrrr
  1. CpuScheduling

    0下载:
  2. 模拟操作系统进程调度与内存管理-Simulation of the operating system process scheduling and memory management
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-05
    • 文件大小:209847
    • 提供者:彭小豪
  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. MemoryManager

    0下载:
  2. 内存管理模拟器,利用MFC模拟实现了内存的管理操作--内存分配和释放;不同内存分区利用不同颜色区分;采用首次适应算法实现。-Memory management simulator, the use of MFC to achieve a simulated memory management operations- memory allocation and release different memory partition to use to distinguish between dif
  3. 所属分类:OS Develop

    • 发布日期:2017-05-15
    • 文件大小:3679464
    • 提供者:Jim
  1. dongtai

    0下载:
  2. 操作系统模拟可变分区内存管理,本实验使用首次适应算法。-Analog Variable partition the operating system memory management, first-fit algorithm used in this experiment.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-30
    • 文件大小:247986
    • 提供者:阿爽
« 1 2 34 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com