CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 数据库编程 搜索资源 - 分配算法

搜索资源列表

  1. yy3

    0下载:
  2. 1.定义串的顺序存储结构。 2.编写函数实现串的初始化、分配、取子串算法 3.编写函数据实现串的模式匹配 -1. Defined string stored in the order structure. 2. To achieve the initialization string write function, distribution, taking substring algorithm 3. Write function according to string patter
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-03-28
    • 文件大小:186519
    • 提供者:武朝阳
  1. PAGE

    1下载:
  2. 目的: 了解分页存储的原理。 理解分页存储的管理算法。 实验内容和步骤: 1.分页式存储管理方案。 内存被划分成2048块(页)。用32位字长的字存放位示图, 为0的位表示该块尚未分配,为1的位表示该块已分配。 2.算法处理过程。 编辑文件。该文件中存有内存目前状况的位示图的数据(0和1的文件)。 程序应读入数据,存放在相应的数据结构中。 显示友好的用户界面,输入内存申请(总块数)。 根据申请和位示图状态,为用户分配内存,并建立页表。 输出位示图和
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-03-30
    • 文件大小:1679
    • 提供者:虫儿飞
  1. bestfit

    0下载:
  2. 内存动态分配的用最佳适应算法实现的动态分配内存管理-Dynamic allocation of memory to use best-fit algorithm to achieve dynamic allocation of memory management
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-13
    • 文件大小:2408
    • 提供者:dun6449934
  1. CLOCK101

    0下载:
  2. clock算法是内存分配的一种!结合LRU和FIFO!-clock
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-13
    • 文件大小:1590
    • 提供者:iz599du
  1. FCFS101

    0下载:
  2. FCFS算法每次从就绪队列中选择一个最先进入该队列的进程,为之分配CPU,使之运行。该进程一直运行道完成或被某事件阻塞后,才放弃CPU。本程序模拟了FCFS算法。-FCFS algorithm for each queue ready to a first cohort to enter the process, which the allocation of CPU, to make it run. Run Road, the process has been completed or o
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-30
    • 文件大小:7998
    • 提供者:m41ouba
  1. fenqu100

    0下载:
  2. 模拟内存分区分配和回收(首次适应算法,最佳适应算法)-Simulation of geographical distribution and recovery of memory (the first adaptation algorithm, the best adaptation algorithm)
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-13
    • 文件大小:1708
    • 提供者:wr68beilian4
  1. fenshidiaoduxitong

    0下载:
  2. 分时轮转调度算法是系统把所有就绪进程按先后次序排队,处理机总是优先分配给就绪队列中的第一个就绪进程,并分配它一个固定的时间片(如100毫秒)。当该运行进程用完规定的时间片时,被迫释放处理机给下一个处于就绪队列中的第一个进程,分给这个进程相同的时间片,每个运行完时间片的进程,当未遇到任何阻塞时,就回到就绪队列的尾部,并等待下次转到它时再投入运行。于是,只要是处于就绪队列中的进程,按此种算法迟早总可以分得处理机投入运行。模拟实现这一组进程的工作过程。-err
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-14
    • 文件大小:2622
    • 提供者:wr68beilian4
  1. memoryAlgorithminC

    0下载:
  2. c程序内存分配算法,通过适应性算法获得最佳内存分配申请条件-c procedures for memory allocation algorithm, through the adaptive algorithm to obtain the best conditions for the application memory allocation
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-14
    • 文件大小:2851
    • 提供者:iu2020shizhi
  1. MemoryPools

    0下载:
  2. 简单的内存池分配算法,已在大型MMO项目中使用-Simple memory pool allocation algorithm has been used in large-scale MMO projects
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-14
    • 文件大小:4874
    • 提供者:od76307miezhaoj
  1. OPT

    0下载:
  2. 对内存最佳分配算法的模拟,当有任务进入内存运行时,将满足大小要求的最小内存块分配给任务-Best memory allocation algorithm for the simulation of a task into memory when run, will meet the size requirements of the minimum memory block allocated to the task
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-13
    • 文件大小:2147
    • 提供者:wwqvq4960li
  1. Process-priority-scheduling

    0下载:
  2. 优先数调度算法常用于批处理系统中。在进程调度中,每次调度时,系统把处理机分配给就绪队列中优先数最高的进程。-A number of priority scheduling algorithm commonly used in a batch system. In the process of scheduling, every scheduling, the ready queue system allocated to the processor the highest priority in
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-13
    • 文件大小:1868
    • 提供者:ttrdr1422zhole
  1. work2

    0下载:
  2. 模拟系统内存管理的一个软件,手动分配内存,然后选择3个算法进行内存清理-Memory management
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-05-01
    • 文件大小:10329
    • 提供者:eeg3g695dan
  1. 2105

    0下载:
  2. 操作系统课程设计的动态分区分配算法的C语言实现-Operating system, curriculum design, the dynamic partition allocation algorithm for the C language implementation
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-14
    • 文件大小:3978
    • 提供者:mmm5m9bei
  1. FCFS101

    0下载:
  2. FCFS算法每次从就绪队列中选择一个最先进入该队列的进程,为之分配CPU,使之运行。该进程一直运行道完成或被某事件阻塞后,才放弃CPU。本程序模拟了FCFS算法。-FCFS algorithm for each queue ready to a first cohort to enter the process, which the allocation of CPU, to make it run. Run Road, the process has been completed or o
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-05-01
    • 文件大小:8096
    • 提供者:ykjinggai2
  1. fenshidiaoduxitong

    0下载:
  2. 分时轮转调度算法是系统把所有就绪进程按先后次序排队,处理机总是优先分配给就绪队列中的第一个就绪进程,并分配它一个固定的时间片(如100毫秒)。当该运行进程用完规定的时间片时,被迫释放处理机给下一个处于就绪队列中的第一个进程,分给这个进程相同的时间片,每个运行完时间片的进程,当未遇到任何阻塞时,就回到就绪队列的尾部,并等待下次转到它时再投入运行。于是,只要是处于就绪队列中的进程,按此种算法迟早总可以分得处理机投入运行。模拟实现这一组进程的工作过程。-err
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-14
    • 文件大小:2720
    • 提供者:cbyongji
  1. lab3forTC

    0下载:
  2. 用C语言按照首次适应算法FF编制以动态分区管理方式进行内存分配和回收的程序,并测试通过。-Using C language in accordance with the first FF algorithm to adapt to the preparation of a dynamic regional management approach to memory allocation and recovery procedures and test.
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-14
    • 文件大小:2761
    • 提供者:olezeiji941
  1. memoryAlgorithminC

    0下载:
  2. c程序内存分配算法,通过适应性算法获得最佳内存分配申请条件-c procedures for memory allocation algorithm, through the adaptive algorithm to obtain the best conditions for the application memory allocation
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-13
    • 文件大小:2512
    • 提供者:vcaqanji
  1. Process-priority-scheduling

    0下载:
  2. 优先数调度算法常用于批处理系统中。在进程调度中,每次调度时,系统把处理机分配给就绪队列中优先数最高的进程。-A number of priority scheduling algorithm commonly used in a batch system. In the process of scheduling, every scheduling, the ready queue system allocated to the processor the highest priority in
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-12
    • 文件大小:1408
    • 提供者:gyopoouchizh
搜珍网 www.dssz.com