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

搜索资源列表

  1. Hermit多项式在线学习ran算法

    0下载:
  2. 本程序用资源分配网(Resource_Allocation Network,简称RAN)实现了Hermit多项式在线学习问题。训练样本产生方式如下,样本数400,每个样本输入Xi在区间[-4,4]内随机产生(均匀分布),相关样本输出为F(Xi) = 1.1(1-Xi + Xi2)exp(-Xi2/2),测试样本输入在[-4,+4]内以0.04为间隔等距产生,共201个样本。训练结束后的隐节点为:11个,训练结束后的平均误差可达:0.03 -this program resources dis
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:8070
    • 提供者:刘波
  1. AdaptiveLoadinginMIMOOFDMSystems

    0下载:
  2. mimoofdm系统自适应功率分配算法,希望对大家有帮助-mimoofdm power distribution system adaptive algorithm, we hope to help
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:250360
    • 提供者:shirley
  1. Simulate_Allocate_Memory_Implement_by_C

    0下载:
  2. 模拟内存分配的c语言实现 六、 实验目的 了解用户程序分配内存以及回收所用内存的过程,加深对操作系统存储管理机制的理解。 七、 实验内容 采用首次适应法、最佳适应法或最差适应法,编写一内存分配和回收模拟程序。 (提示:“内存空闲区”数组的设置原理类似于实验一。动态地随机产生新的“内存分配”或“内存回收”请求,再按照你选定的分配算法修改这个数组。由于这个实验的重点在于内存分配,所以不考虑与某内存区相关的进程情况。) -simulation memory allocation
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3617
    • 提供者:丘方
  1. DL_malloc

    0下载:
  2. DL内存分配算法,最好的和最高效的内存管理算法-DL memory allocation algorithms, the best and the most efficient memory management algorithm
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:56471
    • 提供者:dingdang
  1. cipan

    0下载:
  2. 磁盘分配程序,模拟操作系统中的五种磁盘分配算法,输出磁道的移动顺序。-disk allocation process simulation of the five operating system disk allocation algorithm, the output tracks the movement of the order.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:3743
    • 提供者:罗潇
  1. dhsfj

    0下载:
  2. 很多呀,呵呵案例一 贪吃蛇游戏案例二 计算器案例三 黑白棋游戏案例四 迷宫问题案例五 扫地雷游戏案例六 速算24案例七 数据结构CAI系统案例八 进程调度案例九 存储管理分区分配算法案例十 通讯录案例十一 学生成绩管理案例十二 工资管理案例十三 图书借阅管理案例十四 教师工作量计算-many ah, Oh cases a game Snake Case 2 Case 3 reversi calculator case four games maze problem cases five game
  3. 所属分类:其他智力游戏

    • 发布日期:2008-10-13
    • 文件大小:59655
    • 提供者:小何
  1. ConMemMan

    0下载:
  2. 这是我用C语言实现的磁盘空间连续分配算法.主要是用链表实现.-C Language for the disk space allocation algorithm. It is mainly used to achieve Chain.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:2589
    • 提供者:王晓栋
  1. AnOptimalFixedPriorityAssignmentAlgorithm

    0下载:
  2. 一篇关于支持容错硬实时系统的固定优先级分配算法的论文-support for a hard real-time fault-tolerant system of fixed priority allocation algorithm papers
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:1064120
    • 提供者:spx
  1. CLaugYM

    0下载:
  2. 案例一 贪吃蛇游戏 案例二 计算器 案例三 黑白棋游戏 案例四 迷宫问题 案例五 扫地雷游戏 案例六 速算24 案例七 数据结构CAI系统 案例八 进程调度 案例九 存储管理分区分配算法 案例十 通讯录 案例十一 学生成绩管理 案例十二 工资管理 案例十三 图书借阅管理 案例十四 教师工作量计算 -case a huge memory game two cases calculators Case 3 Case 4 game reversi
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:67067
    • 提供者:chenguoren
  1. 2007MCM_A

    0下载:
  2. algorithm 2007年美国数模竞赛 A题矩阵分配算法的源代码-algorithm 2007 American Mathematical Contest in Modeling A matrix that allocation algorithm source code
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:1184
    • 提供者:shenhao
  1. ofdmwaterfillings

    0下载:
  2. ofdm的注水资源分配算法-ofdm water allocation algorithm
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:19383
    • 提供者:ysh
  1. CCodeExample

    0下载:
  2. c代码用例。内容包括案例一 贪吃蛇游戏(学习基于while(!keyhit())的即时原理) 案例二 计算器 案例三 黑白棋游戏 案例四 迷宫问题 案例五 扫地雷游戏 案例六 速算24 案例七 数据结构CAI系统 案例八 进程调度 案例九 存储管理分区分配算法 案例十 通讯录 案例十一 学生成绩管理 案例十二 工资管理 案例十三 图书借阅管理 案例十四 教师工作量计算-c code with cases. Case including a hu
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:73460
    • 提供者:maccoo
  1. ofdmaresourcescheduling

    0下载:
  2. 基于ofdma资源调度分配算法的研究,2003年发表,摘于万方数据库-ofdma based resource scheduling algorithm research, published in 2003, in the popular Abstract Database
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:43254
    • 提供者:Angel Wong
  1. m4-16-64k20ber

    2下载:
  2. ofdm系统功率自适应功率分配算法研究的matlab程序-ofdm Power System Adaptive Power Allocation for the Matlab procedures
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:5429
    • 提供者:wenjuner
  1. m4k20power

    0下载:
  2. ofdm系统中功率自适应分配算法研究的matlab源代码(k=20)-ofdm Power System Adaptive Algorithm for the distribution of the source code Matlab (k = 20)
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:11374
    • 提供者:wenjuner
  1. berfigure

    0下载:
  2. ofdm系统中功率自适应分配算法研究的matlab源代码(运行出误比特图形)-ofdm system power distribution Adaptive Algorithm for the Matlab source code (BER running out plans shape)
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:4660
    • 提供者:wenjuner
  1. basedchannelcap1e-4bit

    1下载:
  2. ofdm系统中基于信道容量功率自适应分配算法研究的matlab源代码-ofdm system based on the channel capacity of Adaptive Power Allocation for the Matlab source code
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:3089
    • 提供者:wenjuner
  1. 新建 文本文档 (2)

    0下载:
  2. 以c语言实现内存分配 算法较好-to achieve better memory allocation algorithms
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1642
    • 提供者:浪风
  1. suanfa

    0下载:
  2. 最坏适应算法 可变分区调度算法有:最先适应分配算法,最优适应分配算法,最坏适应算法 -worst adaptation algorithm Variable Area scheduling algorithm : the first adaptation allocation algorithm, the optimal allocation algorithm adapt, the worst adaptation algorithm
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:3317
    • 提供者:jin
  1. Memory_Management

    0下载:
  2. 本项目是一款内存动态分区分配模拟程序。用户通过本程序可以了解动态分区分配方式中使用的数据结构和分配算法,加深对动态分区存储管理方式及其实现过程的理解。
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:16927
    • 提供者:程斌
« 1 2 3 4 5 67 8 9 10 11 ... 50 »
搜珍网 www.dssz.com