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

搜索资源列表

  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. 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
    • 文件大小:43720
    • 提供者:qing
  1. SCSYSF

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

    • 发布日期:2008-10-13
    • 文件大小:10083
    • 提供者:杨强
  1. 4545cpumemonyview

    0下载:
  2. 仿照windows任务管理器做的cpu和内存的流量监视。用C#编写的-modeled on the windows task manager to do the cpu and memory traffic surveillance. C# prepared
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:10789
    • 提供者:嘻嘻
  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
    • 文件大小:21679
    • 提供者:xianshui
  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
    • 文件大小:3533
    • 提供者:周博
  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
    • 文件大小:4692
    • 提供者:李杰
  1. OSImitater

    0下载:
  2. 在Visual studio 2005环境下用C#语言开发完成的模拟操作系统.能够模拟系统调度,内存管理等-a program builded under Visual studio 2005 in C# to simulate computer operating system
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:518160
    • 提供者:
  1. asd

    4下载:
  2. 建立一个基本分页存储管理系统的模型 首先分配一片较大的内存空间,作为程序运行的可用存储空间 建立应用程序的模型; 建立进程的基本数据结构及相应算法 建立管理存储空间的基本存储结构 建立管理分页的基本数据结构与算法。 设计存储空间的分配与回收算法; 提供信息转储功能,可将存储信息存入磁盘,也可从磁盘读入 -asd
  3. 所属分类:CSharp

    • 发布日期:2017-04-09
    • 文件大小:1037546
    • 提供者:余乐
  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. canting

    0下载:
  2. 餐厅预订管理的设计与实现.系统设计,包括内存数据结构设计、数据文件设计、代码设计、输入/输出设计、用户界面设计、处理过程设计。要求内存数据用链表组织,数据文件用文本文件,用户界面用字符界面。至少实现数据记录的增加、修改、删除、查询(查询应能按不同数据项进行)。-Restaurant reservations management design and implementation. System design, including memory data structure design, da
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:101063
    • 提供者:王军
  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
    • 文件大小:18993
    • 提供者:jack
  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
    • 文件大小:110789
    • 提供者:liby
  1. New-ProcessView

    0下载:
  2. 监视程序运行时的CPU和内存占用情况,并绘制类似于任务管理器的动态曲线-Run the monitoring program of the CPU and memory usage, and the mapping is similar to the dynamic curve of the Task Manager
  3. 所属分类:CSharp

    • 发布日期:2017-11-08
    • 文件大小:43105
    • 提供者:zy
  1. 46575868654

    0下载:
  2. 仿Windows系统任务管理器中的CPU使用率图表实例源码下载,直观演示内存及CPU的使用情况,并显示进程数,我觉得界面做的挺不错,有点专业味道,源码值得学C#的借鉴。左侧的直方图主要用来适时显示CPU的使用率,右侧分上下两部,上部是物理内存总量和可用情况,下部是虚拟内存的总量和可用情况,创建Graphics类对象的方法也教给您。 ,作者版权所有,仅供学习与参考。-Imitation of Windows system in task manager CPU usage chart exam
  3. 所属分类:CSharp

    • 发布日期:2017-04-26
    • 文件大小:15696
    • 提供者:桂花翅子
  1. TaskManagement

    0下载:
  2. 模拟系统的任务管理器,功能比较完善,包括cpu内存等各个部分-Analog system task manager, function more perfect, including the cpu memory and other parts
  3. 所属分类:CSharp

    • 发布日期:2017-04-08
    • 文件大小:230557
    • 提供者:徐伟
  1. TaskMgr

    0下载:
  2. C# GDI+ 任务管理器,简单显示CPU内存曲线。-C# GDI+ Task Manager shows CPU memory simple curve.
  3. 所属分类:CSharp

    • 发布日期:2017-05-06
    • 文件大小:1281525
    • 提供者:殷龙
  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
    • 文件大小:11011
    • 提供者: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
    • 文件大小:39936
    • 提供者:wfu_773
  1. SystemMgr

    0下载:
  2. 任务管理器辅助代码,cpu,,内存,网络(ask manager helper code)
  3. 所属分类:C#编程

    • 发布日期:2017-12-23
    • 文件大小:284672
    • 提供者:44444444
« 12 »
搜珍网 www.dssz.com