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

搜索资源列表

  1. Untitled3

    4下载:
  2. 是认知无线电场景下,基于博弈论的频谱分配的matlab程序-Cognitive radio scenario, based on game theory matlab spectrum allocation process
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:587
    • 提供者:周惟风
  1. powerwaterfillingalgorithm

    1下载:
  2. 宽带无线通信系统中资源分配中的功率注水算法-power waterfilling algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:1360
    • 提供者:xiaojin
  1. MultiuserSC_FDMA

    0下载:
  2. 对于sc-fdma系统中的多用户子载波和比特分配合并问题。-Sc-fdma system for the multi-user sub-carrier and bit allocation merger.
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-08
    • 文件大小:397014
    • 提供者:留心呀
  1. OFDM_communication_system_simulation

    1下载:
  2. OFDM 通信系统仿真,包括信道建模,调制解调,求信噪比,功率分配 (压缩包内含50个源码程序)-OFDM communication system simulation, including channel modeling, modulation and demodulation, and signal to noise ratio, power distribution (Compressed package containing the source program 50)
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:30329
    • 提供者:夏兆康
  1. OS3

    1下载:
  2. 这是操作系统中内存分配的编程实验,是内存管理的编程。-This is the Operating System memery distribution programme
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-02
    • 文件大小:587466
    • 提供者:陈鹏
  1. MIMO_OFDM

    0下载:
  2. MIMO_OFDM系统中自适应功率分配的算法性能分析,很值得一看!-MIMO_OFDM adaptive power distribution system performance analysis of algorithms, it is worth a visit!
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:365776
    • 提供者:小红
  1. memory

    0下载:
  2. 内存管理实验 1. 实验目的: 用高级语言编写和调试一个内存管理程序,以加深对内存的分配、回收以及空闲块管理的理解。 2. 实验内容: 编写一个模拟程序,完成内存可变分区分配的模拟,要求采用最佳适应法、最坏适应法、首次适应法或下次适应法之一。 实验具体包括:首先确定分配内存块管理的数据结构、空闲块的数据结构,然后完成内存分配、内存回收、空闲块管理等程序代码 最后编写模拟分配和回收过程的主函数,上机实验并取得结果数据。 -Memory management in Exper
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-23
    • 文件大小:1194
    • 提供者:Jun
  1. ant_clustring

    0下载:
  2. 蚁群算法用于已知数目的聚类问题,解决任务分配等问题-Ant colony algorithm for clustering已知数purpose of solving the task allocation
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:2681
    • 提供者:阿焦
  1. subcarrier_allocation

    0下载:
  2. 子载波的分配 考虑每个带宽的大小 及子信道的噪声 最后得出每个基站到用户的分配-Consider the allocation of subcarriers for each channel size and bandwidth of the noise and came to the conclusion of each base station to the user' s allocation
  3. 所属分类:Post-TeleCom sofeware systems

    • 发布日期:2017-04-05
    • 文件大小:2638
    • 提供者:majie
  1. cunchuqichuli

    0下载:
  2. ⑴设计一个模拟内存分配的系统; ⑵采用分页内存管理策略; ⑶输入数据为进程号,需要的内存量,并根据这些信息进行内存分配; ⑷输入数据为进程号,则将该进程占用的内存释放; ⑸动态显示分配结果,用位示图来表示内存的使用情况。 -⑴Designs a simulation memory allocation the system ⑵Uses the paging memory management strategy ⑶The data-in is the advancement
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:128815
    • 提供者:戴依依
  1. moniduanshicunchuguanli

    0下载:
  2. 1采用段式管理方案实施内存分配和回收。能够处理以下的情形 ⑴ 随机确定内存大小,进程的个数,每个进程的段数及段大小; ⑵ 要求当某进程提出申请空间的大小后,显示能否满足申请,以及为该进程分配资源后有关内存空间使用的数据(注意回收后的合并)。-Segment management programs using a memory allocation and recovery implementation. Able to handle the case of the following
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:66301
    • 提供者:鱼儿
  1. dongtaifenquguanli

    0下载:
  2. 1.采用指定算法模拟动态分区管理方式的主存分配。能够处理以下的情形: ⑴ 随机出现的进程i申请jKB内存,程序能判断是否能分配,如果能分配,要求输出分配的首地址Faddress,并要求输出内存使用情况和空闲情况。 内存情况输出的格式为:Faddress该分区的首地址;Eaddress该分区的尾地址 Len 分区长度;Process 如果使用,使用的进程号,否则为0 ⑵ 主存分配函数实现寻找空闲区、空闲区表的修改、已分配区表的修改功能。-1. Simulation algo
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:265993
    • 提供者:朱良
  1. mimo-ofdm-pso

    1下载:
  2. 多用户MIMO-OFOM系统中的资源分配研究。 本文主要提出了两种基于多用户MIMO一OFDM系统的优化算法 -Multi-user MIMO-OFOM systems research resource allocation. In this paper, we propose two multi-user MIMO-based OFDM system, a optimization algorithm
  3. 所属分类:Communication

    • 发布日期:2017-04-09
    • 文件大小:1313348
    • 提供者:彭伟
  1. ICWork

    0下载:
  2. Asp.net2.0任务分配系统 asp.net2.0+sqlserver2005 一个任务分配系统的雏形,当中用到自带的角色管理。 分三个角色:administrator(超级用户),Manager(项目经理),engineer(工程师). 角色是由网站管理工具生成。 分三种角色登录到系统: administrator角色:admin 密码:123456 Manager角色:manager 密码:123456 engineer角色:engineer 密码
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-04-10
    • 文件大小:1796890
    • 提供者:一意孤行
  1. OSexperiment

    1下载:
  2. 内存分配的GUI显示算法 分配的方式就是常见的三种 首次适配 最佳适配和邻近适配 还包括一个实验报告 适合做课程设计用-Memory allocation algorithm of the GUI shows the distribution of three common way to best fit the first time, and adjacent Adapter Adapter report also includes an experimental design suitabl
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-28
    • 文件大小:192570
    • 提供者:姚云翔
  1. feiduichenyewubiyesheji

    0下载:
  2. 关于非对称业务的信道分配策略的论文,内容全面,有仿真程序,可运行-On the non-symmetrical distribution channel business strategy papers, the contents of a comprehensive, well-simulation program can be run
  3. 所属分类:Project Design

    • 发布日期:2017-05-12
    • 文件大小:2826799
    • 提供者:hyh
  1. DTKJFP

    0下载:
  2. VC++实现的动态空间分配 用的是两种算法实现-VC++ to achieve the dynamic space allocation are two algorithms used to achieve
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:403922
    • 提供者:hghh
  1. GA

    8下载:
  2. 本程序是用遗传算法实现的目标火力分配问题,绝对能运行处你想要的结果-This procedure is used to achieve the goal of genetic algorithm the distribution of power, absolutely you want to run the Department the results of
  3. 所属分类:Windows Develop

    • 发布日期:2014-08-30
    • 文件大小:329194
    • 提供者:limeicui
  1. 905186

    0下载:
  2. 操作系统课程设计\存储管理---动态分区分配算法的模拟-Operating systems curriculum design \ storage management--- the distribution of dynamic partitioning of the simulation algorithm
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-07
    • 文件大小:12545
    • 提供者:lys
  1. neicunfenpei

    0下载:
  2. 用c++实现内存分配,有图形化界面,用mfc写的哦-Using c++ to achieve memory allocation, a graphical interface, written using mfc Oh ... ...
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:7826
    • 提供者:coffeelu
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »
搜珍网 www.dssz.com