CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 控制台(字符窗口)编程 搜索资源 - scheduling algorithm

搜索资源列表

  1. 实验一

    0下载:
  2. 选择一个调度算法,实现处理器调度。 二、实习目的 在采用多道程序设计的系统中,往往若干个进程同时处于就绪状态。当就绪进程个数大于处理器数时,就必须依照某种策略来决定那些进程优先占有处理器。本实习模拟在单处理器情况下的处理器调度,加深了解处理器调度的工作。 -choose a scheduling algorithm to achieve processor scheduling. 2, internships aim of the introduction of multi-chan
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:7175
    • 提供者:郭郭
  1. NEH

    0下载:
  2. NEH algorithm - scheduling of tasks performed by a machine
  3. 所属分类:Console

    • 发布日期:2017-04-07
    • 文件大小:1506
    • 提供者:Guren
  1. Desktop

    0下载:
  2. 调度问题的回溯算法,算法中的经典问题。问题描述:假设有n个任务由k个可并行工作的机器完成。完成任务i需要的时间为ti。试设计一个算法找出完成这n个任务的最佳调度,使得完成全部任务的时间最早。-Scheduling problem backtracking algorithm is the classic problem. Problem Descr iption: Suppose there are n-task by the k-parallel machine can be complete
  3. 所属分类:Console

    • 发布日期:2017-03-28
    • 文件大小:16015
    • 提供者:pactric
  1. os

    0下载:
  2. 操作系统中几个重要算法的模拟程序,包括进程调度,内存分配与回收,银行家算法-Operating system simulation algorithm several important processes, including process scheduling, memory allocation and recovery, banker s algorithm
  3. 所属分类:Console

    • 发布日期:2017-03-30
    • 文件大小:43993
    • 提供者:liuqiang
  1. processor_dispatch

    0下载:
  2. 用一个c++控制台程序模拟处理机按进程优先数调度的处理机调度算法-With a c++ console program to simulate the process of priority according to the number of processor scheduling processor scheduling algorithm
  3. 所属分类:Console

    • 发布日期:2017-03-29
    • 文件大小:1265
    • 提供者:肖德强
  1. ShortestTimeFirst

    0下载:
  2. 操作系统中CPU调度问题,采用最短剩余时间优先算法,但是仅是模拟,不涉及实体进程-Operating system, CPU scheduling problem, using the shortest remaining time first algorithm, but only a simulation, does not involve physical processes
  3. 所属分类:Console

    • 发布日期:2017-03-26
    • 文件大小:118404
    • 提供者:billchuang
  1. optimal_scheduling_independent_tasks

    0下载:
  2. Visual studio 2005开发环境下 算法课程实验 用动态规划方法解决独立任务最优调度问题-Visual studio 2005 development environment,with a dynamic programming method,in algorithm course experiment, to solve the optimal scheduling independent tasks problem
  3. 所属分类:Console

    • 发布日期:2017-05-12
    • 文件大小:2993364
    • 提供者:王丽玮
  1. shrage

    0下载:
  2. SCHRAG algorithm - scheduling of tasks performed by a machine
  3. 所属分类:Console

    • 发布日期:2017-04-10
    • 文件大小:1432
    • 提供者:Guren
  1. osass

    0下载:
  2. Process scheduling algorithm in visual c++ shows the demonstration of process handling-Process scheduling algorithm in visual c++ shows the demonstration of process handling
  3. 所属分类:Console

    • 发布日期:2017-04-02
    • 文件大小:39787
    • 提供者:sha
  1. os

    0下载:
  2. 一个操作系统的进程调度的实验。三种调度算法分别为 FCFS、优先级、时间片轮转。 其中优先级算法设置了三个级别的优先级。分别为0、1、2 。0为最高 2为最低。-An operating system process scheduling experiment. The three scheduling algorithm respectively FCFS, priority, time slice rotation. The priority algorithm set three leve
  3. 所属分类:Console

    • 发布日期:2017-11-22
    • 文件大小:82558
    • 提供者:程龙
  1. Process-scheduling

    0下载:
  2. 进程的调度基于时间片轮转的调度算法操作系统课程设计中十分简单的小程序-The process of scheduling time-based round-robin scheduling algorithm courses on operating system design is very simple little program
  3. 所属分类:Console

    • 发布日期:2017-04-05
    • 文件大小:841
    • 提供者:程昱
  1. CX

    0下载:
  2. 设计一个按优先数调度算法实现处理器调度的程序 提示: (1)假定系统有5个进程,每个进程用一个PCB来代表。PCB的格式为: 进程名、指针、要求运行时间、优先数、状态。 进程名——P1~P5。 指针——按优先数的大小把5个进程连成队列,用指针指出下一个进程PCB的首地址。 要求运行时间——假设进程需要运行的单位时间数。 优先数——赋予进程的优先数,调度时总是选取优先数大的进程先执行。 状态——假设两种状态,就绪,用R表示,和结束,用E表示。初始状态都为就绪状态。
  3. 所属分类:Console

    • 发布日期:2017-04-10
    • 文件大小:1289
    • 提供者:David Quan
  1. Ant

    0下载:
  2. 蚁群算法解决车辆调度问题,包含了信息素更新的算法-The ant colony algorithm to solve the vehicle scheduling problem.including the the algorithm of pheromone update.
  3. 所属分类:Console

    • 发布日期:2017-03-30
    • 文件大小:4607
    • 提供者:compiler
  1. GeneticAlgorithm

    0下载:
  2. Scheduling System genetic algorithm
  3. 所属分类:Console

    • 发布日期:2017-04-30
    • 文件大小:32278
    • 提供者:trungtp
  1. gal_schedule_src

    0下载:
  2. Scheduling genetic algorithm
  3. 所属分类:Console

    • 发布日期:2017-04-28
    • 文件大小:35024
    • 提供者:trungtp
  1. POAsuanfa

    0下载:
  2. poa算法,关于梯级水电调度的c#算法源程序。适合梯级水电站短期优化调度-The algorithm, on the dispatch of cascade c# algorithm source program. For the short-term optimal scheduling of cascade hydropower stations
  3. 所属分类:Console

    • 发布日期:2017-04-14
    • 文件大小:4913
    • 提供者:黄志康
搜珍网 www.dssz.com