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

搜索资源列表

  1. ofdm-system

    1下载:
  2. 一种低复杂度的比例资源分配算法,包括原论文以及详细的matlab仿真程序-A Low Complexity Algorithm for Proportional Resource Allocation in OFDMA Systems
  3. 所属分类:matlab例程

    • 发布日期:2013-04-10
    • 文件大小:192060
    • 提供者:李静叶
  1. GA2

    0下载:
  2. OFDM自适应资源分配问题(载波、功率等),是一个既含有离散决策变量,又含有连续决策变量的非线性优化模型,且含有较为复杂的非线性约束,因此适合采用智能优化算法进行求解。本源码由GreenSim团队原创,转载请注明,有意购买源码或代写相关程序,请与GreenSim团队联系 -OFDM adaptive resource allocation problem (carrier power), is a both a discrete decision variables, but also co
  3. 所属分类:3G develop

    • 发布日期:2017-04-04
    • 文件大小:1720
    • 提供者:tianyilan
  1. scheduling

    0下载:
  2. 操作系统中进程调度与资源分配算法(即银行家算法)的可视化演示程序,使用Java编写,GUI为SWING-Operating system process scheduling and resource allocation algorithm (ie, the banker' s algorithm), visual presentation program, written in Java, GUI SWING
  3. 所属分类:OS Develop

    • 发布日期:2017-03-21
    • 文件大小:17519
    • 提供者:frank
  1. philosopher

    0下载:
  2. 哲学家就餐问题,有左撇子,至少使用信号量、消息通信、管程三种方式之中的一种模拟哲学家就餐问题。 用一个输入变量控制是否有左撇子哲学家。如果有,其数量由随机数生成。 模拟程序分为两种情况, 可能发生死锁的情况,输出发生死锁时的资源分配状态和历史资源分配状态; 设计没有死锁发生的程序,当每个哲学家至少完成一次就餐后,输出资源分配给哲学家的当前状态和历史状态。 最好具备图形界面,动态显示哲学家就餐的过程。-Dining philosophers problem, a left-ha
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:13616
    • 提供者:谭建
  1. PSO

    2下载:
  2. 基于粒子群算法的OFDM系统物理层资源分配-resource allocation on OFDM system by PSO aglorithm
  3. 所属分类:matlab例程

    • 发布日期:2017-04-21
    • 文件大小:2189
    • 提供者:lvna
  1. Bankers-algorithm

    0下载:
  2. 用于实现银行家算法,判读系统资源分配是否安全,从而起到预防死锁的作用。很不错-For the banker' s algorithm, and interpretation of resource allocation, security system, which play the role to prevent deadlock. Very good
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-07
    • 文件大小:1362
    • 提供者:韩磊
  1. OZukangShenF

    0下载:
  2. OFDMa 很好的系统中的各各种资源分配算法仿真可直接使用。 -OFDMa good system, a variety of resource allocation algorithm for simulation can be used directly.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:10182
    • 提供者:
  1. LS-WOS_V1.1

    0下载:
  2. 商业公司提供的LTE资源分配平台,可以可视的分析每个RB的占用情况-Commercial edition.The simulation will show you many detail message on resource used while the LTE system is running
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:251564
    • 提供者:王珂
  1. rsal_dl

    0下载:
  2. 本代码实现了在蜂窝网中的machine to machine通信时资源分配策略,是本人研一时的成果。-This code implements cellular network machine to machine communication resource allocation strategies, I research momentary results.
  3. 所属分类:3G develop

    • 发布日期:2017-04-04
    • 文件大小:999
    • 提供者:
  1. oOOFDMA_RAf

    0下载:
  2. ofdmaz自适应资源分配,SIPS04Main.mm为主程序,直接运行即可获得结果, -ofdmaz adaptive resource allocation, SIPS04Main.mm main program can be run directly get results
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:8974
    • 提供者:兴奋
  1. caozuoxitong

    0下载:
  2. 银行家算法实验报告 银行家算法是避免死锁的一种重要方法。通过编写一个模拟动态资源分配的银行家算法程序,进一步深入理解死锁、产生死锁的必要条件、安全状态等重要概念,并掌握避免死锁的具体实施方法-banker
  3. 所属分类:Data structs

    • 发布日期:2017-05-15
    • 文件大小:3928642
    • 提供者:孙静
  1. lcd

    0下载:
  2. LCD驱动程序,完成设备加载,资源分配,和数据格式配置-LCD driver, complete equipment load, resource allocation, and data format configuration
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-12-10
    • 文件大小:3260
    • 提供者:才正国
  1. Bank

    0下载:
  2.  银行家算法又称“资源分配拒绝”法,其基本思想是:系统中的所有进程放入进程集合,在安全状态下系统受到进程的资源请求后,先把资源试探性地分配给它。现在,系统将剩下的可用资源和进程集合中的其它进程还需要的资源数作比较,找出剩余资源能满足最大需求量的进程,从而保证进程运行完毕并归还全部资源。这时,把这个进程从进程金额和中删除,归还其所占用的所有的资源,系统的剩余资源更多。反复执行上述步骤。最后,检查进程集合,若为空则表明本次申请可行,系统处于安全状态,可以真正实施本次分配;否则,只要进程集合非空,系统
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-01
    • 文件大小:1072029
    • 提供者:kong
  1. 1

    0下载:
  2. 简介   银行家算法是一种最有代表性的避免死锁的算法。在避免死锁方法中允许进程动态地申请资源,但系 银行家算法 银行家算法 统在进行资源分配之前,应先计算此次分配资源的安全性,若分配不会导致系统进入不安全状态,则分配,否则等待。为实现银行家算法,系统必须设置若干数据结构。   要解释银行家算法,必须先解释操作系统安全状态和不安全状态。   安全序列是指一个进程序列{P1,…,Pn}是安全的,即对于每一个进程Pi(1≤i≤n),它以后尚需要的资源量不超过系统当前剩余
  3. 所属分类:CSharp

    • 发布日期:2017-11-25
    • 文件大小:2184
    • 提供者:zhaoyawen
  1. Banker

    0下载:
  2. 这是一个用Java写的银行家算法程序,能够实现银行家算法,实现资源分配和安全检测!-This is a banker algorithm written in Java program, bankers algorithm, resource allocation, and security detection!
  3. 所属分类:Java Develop

    • 发布日期:2017-11-28
    • 文件大小:173560
    • 提供者:Miami
  1. resource_allocation

    0下载:
  2. 资源分配的matlab文件,可以参考一下-resource allocation
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-11-26
    • 文件大小:3754
    • 提供者:无月
  1. matlab

    0下载:
  2. 一种低复杂度的OFDM资源分配算法,包括功率分配 子载波分配-A low-complexity OFDM resource allocation algorithm subcarrier allocation, including power distribution
  3. 所属分类:source in ebook

    • 发布日期:2017-11-16
    • 文件大小:16073
    • 提供者:ahu
  1. Resource-allocation-management

    0下载:
  2. 资源分配管理 模拟实现银行家算法,用银行家算法实现资源分配和安全性检查。通过本次实验,使学生加深对死锁概念的理解和掌握,并培养学生对操作系统开发的兴趣与应用能力。-Resource allocation management
  3. 所属分类:assembly language

    • 发布日期:2017-11-15
    • 文件大小:2675
    • 提供者:xuan
  1. resource-allocation

    1下载:
  2. 子载波功率资源分配,OFDM技术将信道分成许多正交子信道,在每个子信道上使用一个子载波进行调制,并且各个子载波并行传输-Power resource allocation of the sub-carriers, OFDM technology will channel into a number of orthogonal subchannels, in each subchannel to use a sub-carrier modulation, and the respective su
  3. 所属分类:Other systems

    • 发布日期:2017-11-13
    • 文件大小:11283
    • 提供者:胡振旺
  1. yinhangjiasuanfa

    0下载:
  2. 银行家算法,解决死锁的问题!在避免死锁方法中允许进程动态地申请资源,但系 银行家算法 统在进行资源分配之前,应先计算此次分配资源的安全性,若分配不会导致系统进入不安全状态,则分配,否则等待。为实现银行家算法,系统必须设置若干数据结构。-The banker algorithm, solve the deadlock problem! Avoid deadlock method allows the dynamic process to apply resources, but the
  3. 所属分类:Project Manage

    • 发布日期:2017-11-17
    • 文件大小:382174
    • 提供者:于锴
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 50 »
搜珍网 www.dssz.com