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

搜索资源列表

  1. 存储器分配与回收

    1下载:
  2. 用首次适应算法 最佳适应算法 最坏适应算法实现存储空间的分配,回收作业所占用的存 储空间. 算法描述
  3. 所属分类:C#编程

  1. subcarrier allocation

    0下载:
  2. 一个OFDM系统的子载波分配算法
  3. 所属分类:源码下载

    • 发布日期:2011-06-11
    • 文件大小:8761
    • 提供者:zc07081136
  1. Garwick Algorithm

    1下载:
  2. 这是我在美国学习期间自己写的一个Garwick内存分配算法。使用C++。需要安装VS2010或以上版本。具有界面,以及内存实际分配对比表
  3. 所属分类:源码下载

  1. parallel-dijkstra 并行化思路实现dijkstra算法

    0下载:
  2. 并行化思路实现dijkstra算法。假设有p个处理器,N个顶点。给每个处理器分配N/p个顶点,求出局部的最小值,复杂度为O (N/p)。然后后一半的处理器将自己的最小值发送给第前p/2个处理器。前一半处理器接收到传来的值后,与局部的最小值比较,作为新值。继续循环,直到剩下一个处理器为止。-Parallelized dijkstra algorithm. Suppose there is p a processor, N vertex. Give each processor distributi
  3. 所属分类:并行运算

    • 发布日期:2017-03-23
    • 文件大小:744381
    • 提供者:joyce
  1. malloc.rar

    0下载:
  2. 内存分配模拟实现 模拟各种内存分配算法,Memory allocation for analog simulation of a variety of memory allocation algorithms
  3. 所属分类:CSharp

    • 发布日期:2017-04-02
    • 文件大小:123276
    • 提供者:xuying
  1. SUBCARRIER_DIVERSITY_MATLAB.ra

    2下载:
  2. 一个关于OFDM子载波的分配算法源程序,希望对大家能有所帮助。,Subcarriers on the MATLAB source code distribution algorithm, in the hope that we can help.
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:19193
    • 提供者:DEMEN
  1. Cognitiveradionetworkinspectru

    0下载:
  2. 认知无线电网络中频谱分配算法的研究 比较权威,Cognitive radio network in spectrum allocation algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-16
    • 文件大小:4325335
    • 提供者:郭明
  1. dongtaifenqu

    0下载:
  2. 动态分区算法:程序模拟四种动态分区分配算法:首次适应算法、循环首次适应算法、最佳适应算法和最坏适应算法的工作过程。-Dynamic partitioning algorithm: program to simulate the dynamic partition of four algorithms: the first fit algorithm, loop the first fit algorithm, the best fit algorithm and the worst fit al
  3. 所属分类:OS Develop

    • 发布日期:2017-03-28
    • 文件大小:509662
    • 提供者:踏雪
  1. DynamicMemoryAllocate

    0下载:
  2. 根据操作系统的内存动态分配算法,模拟实现一个内存分配模拟系统。-Dynamically according to the operating system memory allocation algorithm to simulate memory allocation to achieve a simulation system.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-24
    • 文件大小:420915
    • 提供者:海洋
  1. MIMO-water-filling

    1下载:
  2. MIMO系统注水功率分配算法,求出信道容量与天线数的关系图和与洗澡比的关系图-MIMO system injection power allocation algorithm, find the channel capacity and the diagram of the antenna number and a bath ratio diagram
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:7792
    • 提供者:樊刘晓
  1. mp

    0下载:
  2. 这是我在操作系统实验中独立编写的一个模拟动态分区存储分配算法的程序,采用最佳适应算法。在VC++6.0下编译通过,程序的输出结果经过多次测试,没有发现问题。-This is my experiment in the operating system independent prepared a simulated dynamic partitioning storage allocation algorithm procedures, the use of best-fit algorithm.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:7979
    • 提供者:daisichong
  1. MCB

    0下载:
  2. 实现动态分区内存管理: 1.数据结构、分配算法设计 2.加深对动态分区存储管理方式及其实现过程的理解。 -Dynamic partition memory management: 1. Data structure, distribution algorithm 2. Better memory management for dynamic partitions and its realization process of understanding.
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1958567
    • 提供者:jim
  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 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »
搜珍网 www.dssz.com