搜索资源列表

  1. lqx10002

    1下载:
  2. 最佳高度问题。 问题描述: 假设有n个任务由K个可并行工作的机器完成。完成任务i需要的时间为t(i)。试设计一个算法找出完成这n个任务的最佳调度,使得完成全部任务的时间最早。-best height of the problem. Problem descr iption : Suppose a mandate from the n-K parallel work can be completed machines. I n
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1.31kb
    • 提供者:卢起雪
  1. zuijiadiaodu

    0下载:
  2. 本程序实现了给出一些进程运行时间找出他们的最佳调度顺序 ,使总的时间最少-this program is the process of running some time to identify the best scheduling order, making the total time at least
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:75.49kb
    • 提供者:liuqing
  1. ex

    1下载:
  2. 最佳调度问题,假设有n个任务由k个可并行工作的机器完成。完成任务i需要的时间为ti。试设计一个算法找出完成这n个任务的最佳调度,使得完成全部任务的时间最早。
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1.08kb
    • 提供者:朱亚华
  1. 批处理作业调度

    0下载:
  2. 批处理作业调度问题要求对于给定的n个作业,制定最佳作业调度方案,使其完成时间和最小-batch scheduling requirements for the issue to the n operations, the best scheduling program, and to fulfill the minimum time
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1.84kb
    • 提供者:姚翊
  1. 页面调度

    0下载:
  2. 操作系统中的页面调度(先进进出,最近很少使用算法,最佳算法等等,操作系统中比较重要的算法)-operating system pages Scheduling (advanced access, recently rarely used algorithm, the best algorithms and so on the operating system more important algorithm)
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1.01kb
    • 提供者:dzg
  1. scan与cscan算法模拟磁盘调度实验

    0下载:
  2. 此为操作系统实验报告: scan,cscan算法模拟磁盘调度 内含:程序流程图 设计思路 主要源码等等。 简介:磁盘是一种高速、大容量、旋转型、可直接存取的存储设备。它作为计算机系统的辅助存储器,担负着繁重的输入输出任务、在多道程序设计系统中,往往同时会有若干个要求访问磁盘的输入输出请求等待处理。系统可采用一种策略,尽可能按最佳次序执行要求访问磁盘的诸输入输出请求。-operating system for this experimen
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:6.67kb
    • 提供者:何浩
  1. CPU调度算法

    0下载:
  2. 采用最佳适应算法和最先适应算法对CPU进行调度
  3. 所属分类:源码下载

  1. 批处理作业调度

    0下载:
  2. 批处理作业调度问题要求对于给定的n个作业,制定最佳作业调度方案,使其完成时间和最小-batch scheduling requirements for the issue to the n operations, the best scheduling program, and to fulfill the minimum time
  3. 所属分类:Windows编程

    • 发布日期:2024-11-27
    • 文件大小:2kb
    • 提供者:姚翊
  1. 页面调度

    0下载:
  2. 操作系统中的页面调度(先进进出,最近很少使用算法,最佳算法等等,操作系统中比较重要的算法)-operating system pages Scheduling (advanced access, recently rarely used algorithm, the best algorithms and so on the operating system more important algorithm)
  3. 所属分类:其他小程序

    • 发布日期:2024-11-27
    • 文件大小:1kb
    • 提供者:dzg
  1. scan与cscan算法模拟磁盘调度实验

    0下载:
  2. 此为操作系统实验报告: scan,cscan算法模拟磁盘调度 内含:程序流程图 设计思路 主要源码等等。 简介:磁盘是一种高速、大容量、旋转型、可直接存取的存储设备。它作为计算机系统的辅助存储器,担负着繁重的输入输出任务、在多道程序设计系统中,往往同时会有若干个要求访问磁盘的输入输出请求等待处理。系统可采用一种策略,尽可能按最佳次序执行要求访问磁盘的诸输入输出请求。-operating system for this experimen
  3. 所属分类:进程与线程

    • 发布日期:2024-11-27
    • 文件大小:6kb
    • 提供者:何浩
  1. 进程调度与作业调度的模拟

    0下载:
  2. 对进程调度与作业调度的模拟,进程调度算法:采用的是最高优先数优先的高度算法(即把处理机分配给优先数最高的进程和先来先服务算法。分区分配和回收算法:采用首次适应算法和最佳适应算法实现动态分区。其中,空闲分区通过空闲分区链来管理,在进行内存分配时,系统优先使用空闲区低端的空间。-process of scheduling and job scheduling simulation and process scheduling algorit
  3. 所属分类:操作系统开发

    • 发布日期:2024-11-27
    • 文件大小:75kb
    • 提供者:陈任全
  1. ymdd

    0下载:
  2. 页面调度算法主要有:FIFO,最近最少使用调度算法(LRU),最近最不常用调度算法(LFU),最佳算法(OPT) 题目要求: ① 实现三种算法:1、先进先出;2、OPT;3、LRU ② 页面序列从指定的文本文件(TXT文件)中取出 ③ 输出:第一行:每次淘汰的页面号,第二行:显示缺页的总次数 -Main page scheduling algorithm: FIFO, least recently used sch
  3. 所属分类:系统编程

    • 发布日期:2024-11-27
    • 文件大小:1kb
    • 提供者:sunny
  1. lqx10002

    0下载:
  2. 最佳高度问题。 问题描述: 假设有n个任务由K个可并行工作的机器完成。完成任务i需要的时间为t(i)。试设计一个算法找出完成这n个任务的最佳调度,使得完成全部任务的时间最早。-best height of the problem. Problem descr iption : Suppose a mandate from the n-K parallel work can be completed machines. I n
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-11-27
    • 文件大小:1kb
    • 提供者:卢起雪
  1. zuijiadiaodu

    0下载:
  2. 本程序实现了给出一些进程运行时间找出他们的最佳调度顺序 ,使总的时间最少-this program is the process of running some time to identify the best scheduling order, making the total time at least
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-11-27
    • 文件大小:214kb
    • 提供者:liuqing
  1. ex

    0下载:
  2. 最佳调度问题,假设有n个任务由k个可并行工作的机器完成。完成任务i需要的时间为ti。试设计一个算法找出完成这n个任务的最佳调度,使得完成全部任务的时间最早。 -Optimal scheduling problem, assuming that n has a mission by the k-parallel machine to complete the work. I need to complete the mission t
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-11-27
    • 文件大小:1kb
    • 提供者:朱亚华
  1. VC++

    0下载:
  2. 操作系统中:用最佳适应算法进行进程调度,进行作业资源的回收-Operating system: using the best algorithm to adapt to the process of scheduling, operating resource recovery
  3. 所属分类:其他小程序

    • 发布日期:2024-11-27
    • 文件大小:67kb
    • 提供者:ganyuzhen
  1. BestSchedule

    0下载:
  2. BestSchedule,最佳调度问题的回溯算法,c++实现。 -BestSchedule, the best scheduling algorithm back, c++ to achieve.
  3. 所属分类:Windows编程

    • 发布日期:2024-11-27
    • 文件大小:1kb
    • 提供者:付娆
  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-pa
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-11-27
    • 文件大小:16kb
    • 提供者:pactric
  1. bestschedulestore

    0下载:
  2. 用贪心算法实现的程序存储问题和用回溯法实现的最佳调度问题-Greedy algorithm with memory problems and procedures to achieve the best use of backtracking scheduling problem
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-11-27
    • 文件大小:1kb
    • 提供者:sean
  1. code

    0下载:
  2. 最佳调度问题的回溯算法 设有n个任务由k个可并行工作的机器来完成,完成任务i需要时间为 。试设计一个算法找出完成这n个任务的最佳调度,使完成全部任务的时间最早。(要求给出调度方案)(Backtracking algorithm for optimal scheduling problem There are n tasks to be done by K machines that can work in parallel, and
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-11-27
    • 文件大小:184kb
    • 提供者:绫壹
« 12 3 4 »

源码中国 www.ymcn.org