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

搜索资源列表

  1. Mem_Test2.0

    0下载:
  2. 虚拟内存管理,用最先适配法,最优适配法,最差适配法-Virtual Memory management using First-fit, Best-fit and Worst-fit
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:2518
    • 提供者:河南
  1. GetProc

    0下载:
  2. 这是一个内存管理系统,可以设置在后台进行操作。可以清理你的内存-This is a memory manage system with which background process can be set and memory clearing can be done also.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:57636
    • 提供者:朱永
  1. step6

    0下载:
  2. 内存管理mcb的方法,链表的合并,链表的拆开,好几个文件的 -memory management method, the combined Chain, Chain, we discovered several documents
  3. 所属分类:菜单

    • 发布日期:2008-10-13
    • 文件大小:26471
    • 提供者:查韦
  1. mem_mgmt

    0下载:
  2. 内核内存管理,为软的东西,很好,说短了就毫无价值?放屁! 放屁!-kernel memory management, soft things, well, short on the worthless? Fart! Fart! Fart!
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:73869
    • 提供者:老罗
  1. 内存算法

    0下载:
  2. 内存分配算法,用c实现内存的管理分配,属于操作系统范畴-memory allocation algorithm, using c realization in the administration and distribution of memory, operating system areas
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2058
    • 提供者:fan
  1. english(zjhlogo)

    0下载:
  2. 英语背单词汇编源代码。用win32汇编工具 MASM 编程实现,涉及内存管理和图形界面。-English word back source code compilation. Win32 compilation tools used Multiple Programming involving memory management and graphical interface.
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:185652
    • 提供者:张建华
  1. 操作系统课程实验

    1下载:
  2. 操作系统实验,包括进程管理,文件管理,内存管理的基本实验源玛-experimental operating system, including process management, document management, memory management source of the basic experiment Machia
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:25155
    • 提供者:lome
  1. 操作系统管理

    1下载:
  2. 操作系统,进程调度,内存管理,的好例子-operating systems, process scheduling, memory management, a good example
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:890639
    • 提供者:冬冬
  1. MemStudy

    0下载:
  2. 这是一个用于学习操作系统课程中内存管理的很好的实例,说明了内存管理的各种方法!-This is a learning operating system for memory management courses a good illustration of the memory management methods!
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:8355
    • 提供者:Fay
  1. 文件管理

    0下载:
  2. 编译原理-内存管理-compiler theory-Memory Management
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:2391
    • 提供者:赵虎
  1. 内存管理计

    0下载:
  2. 能看出内存的工作情况-can see the status of memory
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:2160
    • 提供者:王林
  1. 迷你管理器

    0下载:
  2. 一款迷你的系统管理软件,可查看操作系统的相关信息,内存和CPU的相关使用记录,还可以定时关机,重启和注销系统呢。
  3. 所属分类:系统编程

    • 发布日期:2010-03-11
    • 文件大小:40686
    • 提供者:kintebaby
  1. neicunguanli

    0下载:
  2. 1.应用所学过的课程软件工程、数据结构、操作系统原理、高级语言程序设计等专业知识完成系统的分析和设计; 2.完成的系统能模拟实际应用,具体要求如下: ① 用户界面友好; ② 实现多道多任务内存管理,涉及分区管理、页式管理、虚拟存储管理; ③ 设计应遵守软件工程原则,软件有健壮性; ④ 文档规范,图表清楚,符合论文规范。 -Computer Operating System(OS) control and manage various computer systems ha
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-27
    • 文件大小:9994791
    • 提供者:cl
  1. xmem-1.33

    0下载:
  2. c/c++内存管理源代码,可以检测出内存泄露,并可以定位到泄露行-XMEM Extended C/C++ Dynamic Memory Control and Debug Library: The extended C/C++ Dynamic Memory Control and Debug Library XMEM is a replacement library for malloc/free and new/delete to find memory leaks and other mem
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-08
    • 文件大小:1764101
    • 提供者:杨天
  1. memory

    0下载:
  2. 内存管理实验 1. 实验目的: 用高级语言编写和调试一个内存管理程序,以加深对内存的分配、回收以及空闲块管理的理解。 2. 实验内容: 编写一个模拟程序,完成内存可变分区分配的模拟,要求采用最佳适应法、最坏适应法、首次适应法或下次适应法之一。 实验具体包括:首先确定分配内存块管理的数据结构、空闲块的数据结构,然后完成内存分配、内存回收、空闲块管理等程序代码 最后编写模拟分配和回收过程的主函数,上机实验并取得结果数据。 -Memory management in Exper
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-23
    • 文件大小:1194
    • 提供者:Jun
  1. memery

    0下载:
  2. 用C语言编写一段程序,模拟存储管理中利用链表结构进行循环首次适应法的内存分配与释放操作:首先用系统函数malloc在内存中申请一块大小为1000字节的空间,然后通过输入命令完成此块内存中的分区分配与回收算法,要求在屏幕上给出必要的结果显示。-Write a program using C language to simulate the use of list storage management cycle of the structure of first-fit memory alloca
  3. 所属分类:CSharp

    • 发布日期:2017-03-27
    • 文件大小:1691
    • 提供者:weiwei
  1. mem_func

    0下载:
  2. C语言内存管理,支持内存泄露和破坏的调试-C language memory management, support for debugging memory leaks and damage
  3. 所属分类:Other systems

    • 发布日期:2017-04-09
    • 文件大小:2737
    • 提供者:leibou
  1. Windows_Memory_Management_MemoryMap

    0下载:
  2. 全面介绍Windows内存管理机制及C++内存分配实例(四):内存映射文件-Full descr iption Windows Memory Management mechanisms and C++ memory allocation example (4): memory mapped file
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:139855
    • 提供者:
  1. 深入理解linux虚拟内存管理

    0下载:
  2. 老外写的内存管理,基于linux2.4内核(Memory management written by foreigners, based on the linux2.4 kernel)
  3. 所属分类:其他

    • 发布日期:2018-04-18
    • 文件大小:3782656
    • 提供者:yanxiaowen
  1. 简单的职工管理系统

    0下载:
  2. C++简单的职工管理系统 1.问题描述   对单位的职工进行管理,包括插入、删除、查找、排序等功能。 2.要求   职工对象包括姓名、性别、出生年月、工作年月、学历、职务、住址、电话等信息。 3.实现提示   职工对象数不必很多,便于一次读入内存,所有操作不经过内外存交换。 (1)由键盘输入职工对象,以文件方式保存。程序执行时先将文件读入内存。 (2)对职工对象中的"姓名"按字典顺序进行排序。 (3)对排序后的职工对象进行增、删、查询、修改等操作。(C++ simple st
  3. 所属分类:其他

    • 发布日期:2018-05-02
    • 文件大小:2048
    • 提供者:兔子先生啊
« 1 23 4 5 6 7 8 9 10 ... 26 »
搜珍网 www.dssz.com