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

搜索资源列表

  1. Wininet_Http-yuanma

    0下载:
  2. v2.2基本没什么可修改的了 有些缺陷是要强大的技术来解决的 比如cookie键值针对域存储(目前是用的合并更新) Wininet的超时值有点鸡肋 Wininet的效率无法和Winhttp媲美 但是亮点还是有的 *Cookies可自由灵活管理(添加、修改、删除、赋值) *完全模拟Winhttp调用方式(Open Send 等) *和Winhttp一样完全内存化(所有临时数据不会缓存到本地 也不会影响到本进程其他控件的Cookies) *独创的Au
  3. 所属分类:ELanguage

    • 发布日期:2017-03-28
    • 文件大小:20135
    • 提供者:小爬虫
  1. memorry

    0下载:
  2. 编译原理课程实验:模拟首次适应动态分区存储管理方案中的内存分配与回收。-Compiler theory curriculum experiment: simulated first-fit dynamic storage management program memory allocation and recovery....
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-07
    • 文件大小:1335260
    • 提供者:yu
  1. TaskManagement

    0下载:
  2. 简单模拟任务管理,获取系统的内存使用信息等,还有其他功能需要优化,可以下载下来研究-Simple simulation task management, access to system memory usage information, as well as other features that require optimization study can be downloaded from
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-24
    • 文件大小:143941
    • 提供者:dailei
  1. simulate_memory_management

    0下载:
  2. 本程序简单的模拟内存的管理,包括记录内存的使用情况,以及如何给程序非配内存空间,回收内存空闲空间-This procedure simulated a simple memory management, including records of memory usage, and how to program the non-allocated memory space, free space recovery of memory
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-13
    • 文件大小:2281
    • 提供者:lain9a137
  1. Analog-page-storage-system2

    0下载:
  2. 模拟页式存储系统,模拟内存的页式管理中FIFO、LRU、LFU、OPT置换算法的实现。-The realization of FIFO, LRU, LFU and OPT replacement algorithms in the page management of analog memory is simulated by the page type storage system.
  3. 所属分类:Button control

    • 发布日期:2017-05-11
    • 文件大小:2535070
    • 提供者:冯星伟
  1. fenyeguanli

    0下载:
  2. 模拟存储管理常用的请求分页存储管理技术 深入理解虚拟内存的思想和主要的页面淘汰算法-Commonly used in analog storage management storage management technology demand paging virtual memory depth understanding of the ideas and the main page replacement algorithm
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-15
    • 文件大小:4747
    • 提供者:k25zhuang
  1. fenyeguanli

    0下载:
  2. 模拟存储管理常用的请求分页存储管理技术 深入理解虚拟内存的思想和主要的页面淘汰算法-Commonly used in analog storage management storage management technology demand paging virtual memory depth understanding of the ideas and the main page replacement algorithm
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-15
    • 文件大小:4845
    • 提供者:ucyuan
  1. 03

    0下载:
  2. 用高级语言模拟实现动态分区存储管理,要求: 1、分区分配算法至少实现首次适应算法、最佳适应算法和最坏适应算法中的至少一种。熟悉并掌握各种算法的空闲区组织方式。 2、分区的初始化——可以由用户输入初始分区的大小。(初始化后只有一个空闲分区,起始地址为0,大小是用户输入的大小) 3、分区的动态分配过程:由用户输入作业号和作业的大小,实现分区过程。 4、分区的回收:用户输入作业号,实现分区回收,同时,分区的合并要体现出来。(注意:不存在的作业号要给出错误提示!) 分区的显示:任何时
  3. 所属分类:CSharp

    • 发布日期:2017-05-01
    • 文件大小:409157
    • 提供者:李大娘
  1. 04

    0下载:
  2. 用高级语言模拟实现基本分页存储管理,要求: 1、内存空间的初始化——可以由用户输入初始内存空间各个物理块情况。(用二维矩阵的方式按物理块号,逐行给出每个物理块的状态,1——表示已分配,0——表示未分配,并能够将行标、列标转换为对应的物理块号,以查看或修改每一个块的状态,要求:初始时部分物理块已分配) 2、基本分页的分配过程:由用户输入作业号和作业的大小(这里的大小是逻辑页面数),实现分配过程:空间充足,分配,修改状态矩阵的相应位置的值(值由0转变为1),并用专门的数据记录下该作业占用的物
  3. 所属分类:CSharp

    • 发布日期:2017-05-01
    • 文件大小:329400
    • 提供者:李大娘
  1. com

    0下载:
  2. 加深对虚拟存储管理的概念和进程程序和数据在内存和外存之间换进换出算法的理解。实验的主要内容:用高级语言编写和调用高级语言编写和虚拟页式存储缺页计算模拟程序。-Deepen the concept of virtual memory management and process procedures and data between memory and the external memory to be swapped out algorithm understanding. The main
  3. 所属分类:assembly language

    • 发布日期:2017-04-13
    • 文件大小:1825
    • 提供者:何吟
  1. estpmate-figure

    0下载:
  2. 操作系统中的进程调度, 模拟存储管理中内存空间的管理和分配-In the operating system process scheduling, simulated storage management in the management and allocation of memory space
  3. 所属分类:File Operate

    • 发布日期:2017-12-18
    • 文件大小:17408
    • 提供者:rjtebo
  1. dvljty

    0下载:
  2. 操作系统中的进程调度, 模拟存储管理中内存空间的管理和分配-In the operating system process scheduling, simulated storage management in the management and allocation of memory space
  3. 所属分类:Other windows programs

  1. szice

    0下载:
  2. 操作系统中的进程调度, 模拟存储管理中内存空间的管理和分配(In the operating system process scheduling, simulated storage management in the management and allocation of memory space)
  3. 所属分类:组合框控件

    • 发布日期:2017-12-29
    • 文件大小:17408
    • 提供者:fmrwardvng
  1. emWin仿真540

    1下载:
  2. 介绍 此试用版允许您评估emWin的所有功能。 它包含一个功能齐全的图书馆,包括以下内容: 窗口管理器 内存设备 抗锯齿 小部件库 触摸面板支持 它还包含以下工具: emWin - 查看器:一个有用的工具来逐步模拟。 字体转换器的演示版本。 位图转换器的演示版本。 您需要适用于Windows和MinGW编译器或Microsoft Visual C ++(V6.0或更高版本)的CodeBlocks IDE V10.05(或更高版本)才能重建项目。 请注意,此试用版包
  3. 所属分类:其他

    • 发布日期:2017-12-28
    • 文件大小:24952832
    • 提供者:隐形了
  1. network-modeling

    0下载:
  2. 操作系统中的进程调度, 模拟存储管理中内存空间的管理和分配()
  3. 所属分类:系统编程

    • 发布日期:2018-01-04
    • 文件大小:17408
    • 提供者:Winnx
  1. 页面置换算法

    0下载:
  2. 模拟页面置换算法 1.创建空闲存储管理表、模拟内存、页表等。 2.提供一个用户界面,用户利用它可输入不同的页面置换策略和其他附加参数。 3.运行置换程序,输出缺页率结果。(1. create a free storage management table, analog memory, page tables and so on. 2. provides a user interface that allows users to input different page
  3. 所属分类:操作系统开发

    • 发布日期:2018-01-05
    • 文件大小:1697792
    • 提供者:ifan帆
  1. wwvu

    0下载:
  2. 操作系统中的进程调度, 模拟存储管理中内存空间的管理和分配()
  3. 所属分类:进程与线程

    • 发布日期:2018-04-30
    • 文件大小:17408
    • 提供者:instructixi
« 1 2 ... 10 11 12 13 14 15»
搜珍网 www.dssz.com