CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - scheduling Algorithms

搜索资源列表

  1. p-7

    0下载:
  2. 一个实现对学生成绩输入,修改,排序的算法,我们的一个设计,和大家一起分享吧!-a pair of students achieving results import, modify, scheduling algorithms, we have a design, and share with everyone!
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.52kb
    • 提供者:YANG
  1. lun

    0下载:
  2. 处理机调度的算法,操作系统的课程设计,主要是应用轮转法进行进程的调度-processor scheduling algorithms, operating system design of Web applications is the main method of the scheduling process
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.89kb
    • 提供者:yan yue
  1. 数据结构算法集锦

    1下载:
  2. 数据结构算法集锦:包括大量常用算法,如求两数的最大公约数、素数的求法、Prim算法、Kruskal算法、最短路径、Dijkstra 算法、排序相关算法、高精度计算相关算法-algorithm data structure highlights include : large common algorithms, such as for the number two majors, for the prime numbers, Prim algorithm, Kruskal algorithm,
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:9.48kb
    • 提供者:美美
  1. FIFO-LFU

    0下载:
  2. 用C语言实现操作系统请求页面调度算法FIFO LFU的实现 提前装入0,5,6页最后能够计算出缺页中断率-Operating system using C language the page is requested the implementation of scheduling algorithms FIFO LFU advance into 0,5,6 page last page fault rate to calculate the vacancy
  3. 所属分类:Data structs

    • 发布日期:2017-03-22
    • 文件大小:2.12kb
    • 提供者:sunying
  1. SchedulingSystem

    0下载:
  2. 可用于大学的遗传算法实现排课系统!用遗传算法能达到最好的效果-Can be used for the genetic algorithm University Course Scheduling System! Using genetic algorithms to achieve their best effect
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-12
    • 文件大小:2.64mb
    • 提供者:陈鹏
  1. pola

    0下载:
  2. 编写程序完成批处理系统中的作业调度,要求采用短作业优先的作业调度算法。实验具体包括: 1)确定作业控制块的内容和组成方式; 2)完成作业调度; 3)编写主函数。 -Write process is complete the batch job scheduling systems require the use of a short job-priority job scheduling algorithms. Experiments include: 1) to determi
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:53.43kb
    • 提供者:agods
  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
    • 文件大小:1.17kb
    • 提供者:张望
  1. schedule

    0下载:
  2. 短作业优先调度算法(C++代码)对于学习调度的人在编算法时会有帮助-Short job first scheduling algorithm (C++ code) for people to learn scheduling algorithms will be helpful in preparing
  3. 所属分类:Data structs

    • 发布日期:2017-03-24
    • 文件大小:946byte
    • 提供者:olivejy
  1. bahuanghou

    0下载:
  2. 八皇后问题新研究算法.针对汉诺塔等类型的排序问题进行相关研究设计的算法-Eight queens problem new research method. For the Tower of Hanoi and other types of scheduling algorithms designed for research
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:976.42kb
    • 提供者:董孝伟
  1. hell1

    0下载:
  2. 用高级语言编写和调试一个或多个作业调度的模拟程序,以加深对作业调度算法的理解-High-level language used to write and debug one or more job scheduling simulation program to enhance the understanding of job scheduling algorithms
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:22.58kb
    • 提供者:张三
  1. p_c5

    0下载:
  2. 该程序提供了作业调度算法的源码描述,主要是时间片轮转和高优先权优先算法-The program provides a descr iption of the source job scheduling algorithms, mainly time slice algorithm for rotation and high-priority priority
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:615byte
    • 提供者:荣阳春
  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
    • 文件大小:1.51kb
    • 提供者:王龙隐
  1. precess

    0下载:
  2. VC++模拟作业调度算法,包括先来先服务和短作业优先算法-VC++ simulation of job scheduling algorithms, including a first-come first-served priority algorithm and short job
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-15
    • 文件大小:3.86mb
    • 提供者:victor
  1. resource-allocation-of-OFDM

    0下载:
  2. OFDM系统中的资源调度算法,轮训算法与最大信干比算法-the resource scheduling algorithms of OFDM system
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:1.6kb
    • 提供者:王鹏博
  1. JOB

    0下载:
  2. 编写并调度一个多道程序系统的作业调度模拟程序。   作业调度算法:采用基于先来先服务的调度算法。可以参考课本中的方法进行设计。   对于多道程序系统,要假定系统中具有的各种资源及数量、调度作业时必须考虑到每个作业的资源要求。 -Prepare and dispatch a multi-channel program scheduling system simulation program. Job scheduling algorithms: a first-come
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:283.5kb
    • 提供者:悠悠
  1. Disk-scheduling

    0下载:
  2. 磁盘调度算法,包含FCFS,SSTF,SCAN和CSCAN-Disk scheduling algorithms, including FCFS, SSTF, SCAN and CSCAN
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-17
    • 文件大小:477.12kb
    • 提供者:踏雪
  1. Ant-scheduling-in-java-and-C

    0下载:
  2. 蚁群调度算法的java及C语言实现,附模型设计论文。-Ant scheduling algorithms java and C language, pay modeling papers.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-26
    • 文件大小:31.5kb
    • 提供者:chengy
  1. Real-Time-Scheduling-Algorithms-for-Precedence-Re

    0下载:
  2. Thesis : Real-Time Scheduling Algorithms for Precedence Related Tasks on Heterogeneous Multiprocessors
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:1mb
    • 提供者:Hamid
  1. the-process-of-scheduling-algorithm-

    0下载:
  2. 进程调度算法,包括先来先服务,短进程优先,高响应比优先,时间片轮转调度,优先级调度算法,-Process scheduling algorithms, including the first come first served, short process priority, high-response than the priority, round-robin scheduling, priority scheduling algorithm, the process of scheduli
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:1.08mb
    • 提供者:殷学廉
  1. LTE scheduling algorithms

    1下载:
  2. LTE scheduling algorithms eNB to UE used in Link level simulation Adaptive Feedback Scheduler best Cqi Scheduler MIMO best Cqi Scheduler MIMO HARQ fixed Scheduler Proportional FairScheduler round Robin Scheduler
  3. 所属分类:matlab例程

    • 发布日期:2015-05-16
    • 文件大小:361byte
    • 提供者:alkabtin999
« 12 3 4 5 »
搜珍网 www.dssz.com