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

搜索资源列表

  1. 操作系统课程实验

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

    • 发布日期:2008-10-13
    • 文件大小:24.57kb
    • 提供者:lome
  1. liw-modules-0_3.tar

    0下载:
  2. 一些常用的C语言源程序,字符串处理、内存管理和出错处理等。使用方法请看readme文件。-some common C language source code, string handling, memory management and error handling. Use Look at the readme file.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:42.7kb
    • 提供者:qing
  1. SCSYSF

    0下载:
  2. 首次适应算法!! 内存页式管理 链表结构-first adaptation algorithm! ! P. memory management structure Chain! !
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:9.85kb
    • 提供者:杨强
  1. cunchuqisuanfa-caozuoxitongkechengsheji

    0下载:
  2. 存储器管理! 操作系统课程设计! 希望站长通过! 谢谢你! 本人在学校大学生! 由于本来没清楚!上传里相同的! 但我又上传了彼此不同的5份啊! 希望通过!-memory management! The courses on operating system design! Hope through the head! Thank you! Students in my school! Initially, he was clearly due! Li upload t
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:2.29kb
    • 提供者:刘文
  1. Windows_Task_Manager

    0下载:
  2. 在Visual Studio 2005环境中用C#2.0编程语言编写的一个模仿Windows任务管理器的程序,可以查看处理器和内存的使用情况,关闭正在运行的任务和启动新的进程-in Visual Studio 2005 environment using C# 2.0 Programming Language prepared a model Windows task management imitation of procedures, can check processor and memo
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:21.17kb
    • 提供者:xianshui
  1. teson_osstorage

    0下载:
  2. 操作系统实验之存储管理模拟系统,模拟操作系统存储管理,包含源码和可执行文件-experimental operating system memory management system simulation, simulation operating system memory management, and included the source code to the executable
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:17.94kb
    • 提供者:刘铁声
  1. 实验三 存储器请求页式管理

    0下载:
  2. 操作系统——存储器请求页式管理算法实现源程序 ,5种算法分别的实现。-operating system -- memory management page request algorithm source, the five algorithms were realized.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:23.45kb
    • 提供者:郭菲菲
  1. 存储管理

    0下载:
  2. 存储管理 存储将指令序列变换成为页地址流 设:①页面大小为IK; ②用户内存容量为4页到32页; ③用户虚存容量为32K。 在用户虚存中,按每K存放10条指令排列虚存地址,即320条指令在虚存中的存放方式为:-storage management storage instruction sequences will transform into page-based address : IK page size; user memory capacity of 4 to 32; users vi
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:3.45kb
    • 提供者:周博
  1. duandiaodu

    0下载:
  2. 是关于段管理的调度的,其中包括了内存的指定,进程的调度与显示还有进程的添加与撤销-Is about the management of scheduling paragraph, including the designation of the memory, the process of scheduling and has shown up the process of adding and revocations
  3. 所属分类:CSharp

    • 发布日期:2017-04-14
    • 文件大小:4.58kb
    • 提供者:李杰
  1. play

    0下载:
  2. 编程演示三种存储管理方式的地址换算过 1、分页方式的地址换算 2、 分段方式的地址换算 3、段页式的地址换算 -Demonstrate three kinds of programming the address translation memory management than 1, the paging mode of address translation 2, sub-address conversion means 3, para-page address
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:1.44kb
    • 提供者:wangkuan
  1. Memory

    0下载:
  2. C# 时间提醒 音乐闹铃 事务管理-C# time to remind Music Alarm Management
  3. 所属分类:CSharp

    • 发布日期:2017-05-12
    • 文件大小:2.72mb
    • 提供者:夏生超
  1. xunicunchuqi

    0下载:
  2. 模拟分页式虚拟存储管理中硬件的地址转换和缺页中断,以及选择页面调度算法处理缺页中断。 1.模拟分页式存储管理中硬件的地址转换和产生缺页中断。 2.用先进先出(FIFO)页面调度算法处理缺页中断。 3.用最近最少用(LRU)页面调度算法处理缺页中断。 -Analog paging virtual memory management hardware address translation and page fault, and choose a paging algorit
  3. 所属分类:CSharp

    • 发布日期:2017-03-31
    • 文件大小:2.28kb
    • 提供者:aihao
  1. dd

    1下载:
  2. 考虑到动态演示程序设计的复杂性,我们选择完成静态模拟3 种存储管理方式的寻址过程。三种存储管理方式的地址换算过程实际就是一个寻址过程。要完成演示,就要将其寻址过程打印出来。我们可以用数组模拟系统中的页表、段表、以及页表、段表寄存器。在分页、段页方式中,我们规定页面的大小然后在分页方式中的快号以及分段方式中的段长与基址、段页方式中的页表始址用随机函数模拟。当然实际系统中并非如此。然后再分别按照其寻址机制,将寻址过程显示出来,实现模拟! -Taking into account the dy
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:1.74kb
    • 提供者:hajs
  1. ObjectPooling1_src

    0下载:
  2. C#内存管理池,用于对C#的对象进行缓存,提高内存的使用效率-C# memory management pool, used for the C# object cache, to improve the efficient use of memory
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:18.55kb
    • 提供者:jack
  1. memory

    0下载:
  2. c++程序模拟实现可变式分区分配的存储管理的最佳适应算法!编译运行通过!-c++ program to simulate the type of partition to achieve variable storage management best-fit algorithm!
  3. 所属分类:CSharp

    • 发布日期:2017-01-10
    • 文件大小:1kb
    • 提供者:liwei
  1. memory

    0下载:
  2. 编写程序完成动态分区存储管理方式的主存分配回收的实现。实验具体包括:首先确定主存空间分配表;然后采用最优适应算法完成主存空间的分配和回收;最后编写主函数对所做工作进行测试。-Write a program to complete the allocation of main memory recovery of the dynamic partitioning storage management. The experiments include: first determine the mai
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:59.9kb
    • 提供者:陈玲玲
  1. czxtkcsj2008

    0下载:
  2. 操作系统内存管理的模拟功能,包含全部源代码,可以参考并修改完善。-The analog functions of the operating system memory management, including full source code, you can reference and to revise and improve.
  3. 所属分类:CSharp

    • 发布日期:2017-04-17
    • 文件大小:108.19kb
    • 提供者:liby
  1. yeshicunchuguanli

    0下载:
  2. 操作系统页式存储管理的FIFO,LFU算法-Page memory management of the operating system, FIFO, LFU algorithm
  3. 所属分类:CSharp

    • 发布日期:2017-11-10
    • 文件大小:1kb
    • 提供者:李宇
  1. MemoryManage

    0下载:
  2. 模拟显示3种内存管理方式,包括简单算法、位移算法、伙伴算法-Simulations show three kinds of memory management way, including the simple algorithm and displacement algorithm, partners
  3. 所属分类:CSharp

    • 发布日期:2017-04-25
    • 文件大小:10.75kb
    • 提供者:Lanny
  1. ccncdpp__graph

    0下载:
  2. 一些常用的C语言源程序,字符串处理,内存管理和出错处理等-Some commonly used C language source program, string handling, memory management and error handling, etc
  3. 所属分类:CSharp

    • 发布日期:2017-12-15
    • 文件大小:39kb
    • 提供者:wfu_773
« 12 »
搜珍网 www.dssz.com