CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 Linux/Unix编程 搜索资源 - 分配算法

搜索资源列表

  1. UCOSIIkernalschedinganalysis

    0下载:
  2. 多任务系统中,内核负责管理各个任务,或者说为每个任务分配CPU时间,并且负责任务之间的通讯。内核提供的基本服务 以使用实时内核可以大大简化应用系统的设计,是因为实时内核允许将应用分成若干个任务,由实时内核来管理它们。内核 用程序的额外负荷,代码空间增加ROM的用量,内核本身的数据结构增加了RAM的用量。但更主要的是,每个任务要有自己的 吃起内存来是相当厉害的。内核本身对CPU的占用时间一般在2到5个百分点之间。 UC/OS-II有一个精巧的内核调度算法,实时内核精小,执行效率高,
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:161385
    • 提供者:Jacky
  1. page_change

    0下载:
  2. 虚拟内存分配、回收和内外存交换的算法-virtual memory allocation, recovery and foreign exchange deposit algorithm
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:15592
    • 提供者:张林
  1. cuncuqi

    0下载:
  2. 实现首次适应算法的动态分配过程alloc()和回收过程setfree()。其中,空闲分区通过空闲区说明表;在进行内存分配时,系统优先使用空闲区低端的空间。-Algorithm to achieve the first time to adapt to the dynamic allocation process alloc () and the recycling process setfree (). Among them, the idle through the free zone Zon
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:7403
    • 提供者:machunyu
  1. yhj

    0下载:
  2. 典型的银行家算法,linux下gcc编译通过,默认3进程,3类资源,自己稍作修改可以手动分配资源。-A typical banker' s algorithm, linux under the gcc compiler is passed, the process of the default 3, 3 types of resources, with some slight modifications to their allocation of resources manually.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:1849
    • 提供者:Michel
  1. kebianfenqusuanfa

    0下载:
  2. LINUX环境下 可变分区内存分配算法思想及源码-LINUX environment variable partition memory allocation algorithm for ideas and source code
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:2494
    • 提供者:李慧
  1. cunchuguanli

    0下载:
  2. 1.分析UNIX最先适应(First Fit,FF)存储分配算法,即map数据结构、存储分配函数malloc()和存储释放函数mfree(),找出与算法有关的成分。 2.修改上述与算法有关的成分,使其分别体现BF(Best Fit,最佳适应)分配原则和WF(Worst Fit,最坏适应)分配原则。 -1. The first adaptation of UNIX (First Fit, FF) memory allocation algorithm, that is, map the d
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:1790
    • 提供者:pearl
  1. buddy

    0下载:
  2. linux内存分配的经典算法buddy_system的基本算法-linux memory allocation of the basic algorithm of the classical algorithm buddy_system
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:1564
    • 提供者:
  1. test

    0下载:
  2. 使用C语言实现模拟可变分区分配算法。包括存储紧缩技术-failed to translate
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:2708
    • 提供者:hepengfei
  1. linux_elevator_simulation

    0下载:
  2. linux 内存分配算法,模拟电梯程序,学习linux内核的同学可供参考,-linux memory allocation algorithms, simulated elevator program, students learn linux kernel for reference, thank you. . . .
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:13908
    • 提供者:susan
  1. Virtual-storage-d

    0下载:
  2. 虚拟存储器各页面置换算法的实现与比较,存储管理的主要功能之一是合理的分配空间。请求页式管理是一种常用的虚拟存储管理技术。 本实验的目的是通过请求页式存储管理中页面置换算法模拟设计,了解虚拟存储技术的特点,掌握请求页式存储管理的页面置换算法。 -Virtual memory each page replacement algorithm implemented and compared
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:8440
    • 提供者:liqiang
  1. linuxsy4

    0下载:
  2. 操作系统实验4 理解动态异常存储分区资源管理,掌握所需数据结构和管理程序,了解各种存储分配算法的优点和缺点。-Experiment 4 of the operating system to understand the dynamic abnormal storage partition resource management with the necessary data structures and management procedures, understand the advantag
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:61497
    • 提供者:林辉
  1. chucunguanl

    0下载:
  2. 采用一些常用的存储器分配算法,设计一个请求页式存储管理模拟系统并调试运行。-Memory allocation algorithm, design a request page storage management simulation system debugging and running
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-28
    • 文件大小:41239
    • 提供者:任家文
  1. 2b1df48e96cb

    0下载:
  2. 进程调度算法:采用最高优先数优先的调度算法,即把处理机分配给优先数最高的进程。-Highest priority priority scheduling algorithm
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:7642
    • 提供者:mashaoli
搜珍网 www.dssz.com