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

搜索资源列表

  1. OFDMA

    0下载:
  2. OFDMA系统中基于遗传算法的资源分配 -OFDMA system, the allocation of resources based on genetic algorithm in OFDMA systems of resource allocation based on genetic algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:240910
    • 提供者:liming
  1. Ricart

    0下载:
  2. 利用mfc实现的Ricart算法,提供资源分配和管理申请释放的过程-Ricart algorithm implemented using mfc and provide resource allocation and management process for the release of
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1945146
    • 提供者:仅以
  1. one

    0下载:
  2. FIFO页面置换算法,用C语言写的,可以缺页率和缺页次数,同时也可以看到内存分配状态!-FIFO page replacement algorithm, written using C language, and can page fault rate and the number of missing pages, but also can see the memory allocation status!
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:1038
    • 提供者:刘蒙
  1. 进程调度与作业调度的模拟

    0下载:
  2. 对进程调度与作业调度的模拟,进程调度算法:采用的是最高优先数优先的高度算法(即把处理机分配给优先数最高的进程和先来先服务算法。分区分配和回收算法:采用首次适应算法和最佳适应算法实现动态分区。其中,空闲分区通过空闲分区链来管理,在进行内存分配时,系统优先使用空闲区低端的空间。-process of scheduling and job scheduling simulation and process scheduling algorithm : the highest priority is t
  3. 所属分类:OS Develop

    • 发布日期:2017-03-23
    • 文件大小:40000
    • 提供者:陈任全
  1. os

    0下载:
  2. 操纵系统 进程控制 银行家算法与随机分配算法-failed to translate
  3. 所属分类:OS Develop

    • 发布日期:2017-04-08
    • 文件大小:2145
    • 提供者:李明
  1. shili2

    1下载:
  2. 改进粒子群算法及其在电力系统经济负荷分配中的应用改进粒子群算法及其在电力系统经济负荷分配中的应用-Improved Particle Swarm Optimization and its power system economic load dispatch of improved particle swarm optimization and economic dispatch in power system application
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-09
    • 文件大小:2000062
    • 提供者:余开江
  1. waterfillingPowerAllo

    0下载:
  2. 注水定理,是移动通信原理里的,关于资源分配的基本算法。-water filling Power Allo
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:1028
    • 提供者:Athena
  1. TripAssignment

    0下载:
  2. 交通分配算法,包括最短路径,Floyd算法等,交通分配中的常用算法,可以在交通规划软件中使用-failed to translate
  3. 所属分类:transportation applications

    • 发布日期:2017-04-08
    • 文件大小:2394
    • 提供者:fhcfan
  1. 图形化界面模拟操作系统OS的作业调度算法

    2下载:
  2. 通过图形化界面模拟操作系统的作业调度算法中的时间片轮转和动态抢占式优先权算法,同时模拟内存的分配和回收-Simulation of the operating system through the graphical interface of the job scheduling algorithm in the time slice rotation and dynamic preemptive priority algorithm, and simulation of memory allo
  3. 所属分类:操作系统开发

    • 发布日期:2017-03-22
    • 文件大小:22055
    • 提供者:老班
  1. FF_NF_BF_WF

    0下载:
  2. 实现了操作系统中存储管理动态分区分配算法的模拟。-Simulation of the dynamic partitioning of the operating system storage management allocation algorithm.
  3. 所属分类:OS Develop

    • 发布日期:2016-01-24
    • 文件大小:533504
    • 提供者:Dwxiao
  1. C9

    0下载:
  2. windows存储管理分区分配算法。运行环境borland c++ 3.1-windows storage management district allocation algorithm. Operating environment borland c++ 3.1
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-27
    • 文件大小:2492
    • 提供者:Hugh
  1. CFA-Matlab

    0下载:
  2. 有关链路容量和流量优化分配的遗传算法 函数功能 使用遗传算法求解通信网链路容量和流量联合优化分配问题-Related to link capacity and flow of genetic algorithm to optimize the distribution function using genetic algorithm function communication network link capacity and traffic distribution of the
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:2813
    • 提供者:huangmeichun
  1. os_2

    1下载:
  2. 存储分配算法采用首次适应(FF)法。根据指针fhead查找空闲分区链,当找到第一个可满足分配请求的空闲区时便分配之。当某空闲区被分配后的剩余空闲空间大于规定的碎片最小容量MIN,则形成一个较小的空闲区留在空闲分区链中。 回收时,根据MAT将指定分区链入空闲分区链。若该分区有前邻或后邻分区,则将它们拼接成一块较大的空闲区。 -Storage allocation algorithm uses the first time to adapt to (FF) method. According
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:3386
    • 提供者:
  1. gamain

    1下载:
  2. 一个简单的遗传算法 采用实数编码、比例分配轮盘赌选择、杂交采用离散与算术双重杂交、一般性变异。-A simple genetic algorithm using real-coded, proportional allocation of roulette selection, hybrid discrete and numeracy double hybridization, general variation.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-01
    • 文件大小:1751
    • 提供者:wangkang
  1. Channel-Estimation-Based-on-Comb-Pilot

    0下载:
  2. OFDM比特加载、功率分配与信道估计算法仿真与建模-OFDM bit-loading, power allocation and channel estimation algorithm for simulation and modeling
  3. 所属分类:Other systems

    • 发布日期:2017-03-24
    • 文件大小:3342
    • 提供者:黄三
  1. mem

    0下载:
  2. 嵌入式系统内存分配算法 memLib.c-Embedded system memory allocation algorithm memLib.c
  3. 所属分类:OS Develop

    • 发布日期:2017-04-07
    • 文件大小:21643
    • 提供者:owlboy
  1. adaptiveOFDM

    2下载:
  2. 本程序利用改进的CHOW算法,仿真了自适应OFDM系统的性能,并画出了SNR-BER仿真图。对于学习OFDM自适应资源分配者有很帮助。-This procedure improved CHOW algorithms, simulation of the adaptive OFDM system performance, and draw the SNR-BER simulation Fig. Adaptive OFDM for learning the distribution of resou
  3. 所属分类:matlab例程

    • 发布日期:2013-10-31
    • 文件大小:305331
    • 提供者:朱红霞
  1. Fairness

    0下载:
  2. ofdm的资源分配的IEEE的很前沿的论文 里面的算法很流行-OFDM resource allocation of the very forefront of the IEEE papers inside very popular algorithm
  3. 所属分类:File Formats

    • 发布日期:2017-04-01
    • 文件大小:255415
    • 提供者:LILI
  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. ccq

    0下载:
  2. 存储管理分区分配算法,是c语言的。希望有用。-Storage Management Division allocation algorithm is c language. I hope useful.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-06
    • 文件大小:3789
    • 提供者:Rain liu
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »
搜珍网 www.dssz.com