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

搜索资源列表

  1. 车间作业调度问题遗传算法通用Matlab程序

    8下载:
  2. 车间作业调度问题遗传算法通用Matlab程序,很好用的的哦,the matlab implementation of job-shop scheduling problem solution based on the GA algorithm.
  3. 所属分类:matlab例程

    • 发布日期:2016-08-21
    • 文件大小:50882
    • 提供者:朱磊
  1. 一个简单但很全面的遗传算法例子.rar

    0下载:
  2. 用c编写的一个基于遗传算法的工程调度的实例。,prepared using a genetic algorithm based on the example of project scheduling.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-22
    • 文件大小:83967
    • 提供者:
  1. JobShopSchedulingProblemMatlabGeneticAlgorithm

    0下载:
  2. 车间作业调度问题遗传算法Matlab源码,用于解决车间的调度问题-Job Shop Scheduling Problem Matlab genetic algorithm source code for the solution to the scheduling problem workshop
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:1725
    • 提供者:sxb
  1. che

    0下载:
  2. 车间作业调度问题Matlab源码,用于完成车间作业的最优化调度-Job Shop Scheduling Problem Matlab source code for the completion of Job Shop Scheduling Optimization
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1787
    • 提供者:lucas
  1. intercellresourceallocation

    1下载:
  2. 详尽描述了3GPP LTE环境中小区间资源分配仿真的全过程,有蜂窝小区的模拟方法和资源调度的算法,还有性能仿真的曲线图-3GPP LTE detailed descr iption of the allocation of resources between the environment small and medium-sized simulation of the entire process, and the simulation of Cellular and resource sch
  3. 所属分类:Communication

    • 发布日期:2017-05-26
    • 文件大小:9250039
    • 提供者:wqq
  1. multiprocessor

    0下载:
  2. multi processor scheduling with genetic algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:1711
    • 提供者:mehdi
  1. HSUPA_System_Simulation

    0下载:
  2. 用matlab软件对HSUPA系统进行仿真,主要是调度算法之类-HSUPA systems using matlab software to simulate, mainly scheduling algorithm
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:560068
    • 提供者:miaoyi
  1. AIA2

    1下载:
  2. 人工免疫克隆选择算法是一种比较新型的智能算法,其基本算法结构与遗传算法是类似的,以下源码是为网络节点分组调度问题而设计的算法。-Artificial immune clonal selection algorithm is a relatively new type of intelligent algorithms, the basic algorithm structure and the genetic algorithm is similar to, the following sour
  3. 所属分类:AI-NN-PR

    • 发布日期:2015-11-05
    • 文件大小:1196
    • 提供者:张望
  1. WiMAX_System_Level_Simulation_Investigation

    0下载:
  2. 通过动态系统仿真,给出了上述各种MIMO体系下的仿真结果,优秀学位论文 - Under conditions of the Proportional Fair scheduling algorithm, the above-mentioned various MIMO modes are simulated in the proposed dynamic simulation platform. A series of system level metrics are
  3. 所属分类:Communication

    • 发布日期:2017-05-17
    • 文件大小:4915300
    • 提供者:penny
  1. GAs_100average

    0下载:
  2. 无线通信系统的调度算法仿真程序,可以参考说明文件进行学习-Wireless communication system simulation program scheduling algorithm, can refer to the documentation to learn
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:440984
    • 提供者:dominic
  1. wireless_network_packet_scheduling

    0下载:
  2. 无线网络分组调度算法研究,研究调度算法的可以看一下- research of Wireless network packet scheduling algorithm,people who study the scheduling algorithm can download to see
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-31
    • 文件大小:13658819
    • 提供者:王鑫
  1. LTE_System_Level_1.1_r295

    0下载:
  2. LTE 链路级仿真代码,其中还包含经典的跨层调度算法,非常实用。-LTE link level simulation code, which also includes classical cross-layer scheduling algorithm is very practical.
  3. 所属分类:matlab

    • 发布日期:2017-11-08
    • 文件大小:61572344
    • 提供者:zhu
  1. SHEDULINGALGOofdma

    0下载:
  2. a simple but efficeint scheduling Algorithm in a context ofdma. The idea is to satisfy fairness and the QOS from 2 point of view the first part of sub carrier will be allotted in such way that the flow total of the system is guaranteed and the se
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:590
    • 提供者:maryam
  1. zydu-matlab

    0下载:
  2. 用 MATLAB实现作业车间调度的遗传算法源程序,基本思路可供参考。希望对大家有所帮助。- Realization of job-shop scheduling based on genetic algorithm by using MATLAB soft. wish help to others.
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:875
    • 提供者:wllx
  1. Shop-scheduling-genetic-algorithm

    1下载:
  2. 遗传算法车间调度,车间作业调度问题遗传算法 -------------------------------------------------------------------------- 输入参数列表 M 遗传进化迭代次数 N 种群规模(取偶数) Pm 变异概率 T m×n的矩阵,存储m个工件n个工序的加工时间 P 1×n的向量,n个工序中,每一个工序所具有的机床数目 输出参数列表 Zp 最优的Makespan值 Y1p 最优方案
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:1545
    • 提供者:王龙隐
  1. roundRobinScheduler

    1下载:
  2. 3GPP LTE中上行虚拟MIMO轮询调度算法的源程序代码-Virtual MIMO in 3GPP LTE uplink scheduling algorithm of the source code for poll
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:2112
    • 提供者:Aisenxi
  1. FSSP-of-GA

    1下载:
  2. Flow Shop调度问题的遗传算法通用MATLAB源码。 本源码由GreenSim团队原创,-Flow Shop Scheduling Problem General Genetic Algorithm MATLAB source code. The original source code from the GreenSim team,
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:1796
    • 提供者:lzf
  1. AIS

    1下载:
  2. 一个基于人工免疫克隆选择算法的调度优化MATLAB源码,对应理解程序原理十分有用!-An artificial immune clonal selection algorithm based on scheduling optimization MATLAB source, corresponding to understand the program theory is very useful!
  3. 所属分类:AI-NN-PR

    • 发布日期:2015-12-09
    • 文件大小:27648
    • 提供者:sde
  1. scheduling

    0下载:
  2. This a scheduling algorithm to maintain QOS for all the users-This is a scheduling algorithm to maintain QOS for all the users
  3. 所属分类:3G develop

    • 发布日期:2017-04-14
    • 文件大小:4752
    • 提供者:vijayan
  1. Shop-scheduling-algorithm

    0下载:
  2. 根据多层编码遗传算法原理,在matlab中编程实现基于多层编码遗传算法的车间调度算法-According to the principle of multi-coded genetic algorithm in matlab programming shop scheduling algorithm based on multi-coding genetic algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:12039
    • 提供者:吴逸
« 12 3 4 5 6 »
搜珍网 www.dssz.com