搜索资源列表

  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-04-29
    • 文件大小:1024
    • 提供者:朱亚华
  1. job

    0下载:
  2. 有m台不同的机器,n个不同的工件。每个工件有多道工序,每道工序由指定的机器在固定的时间内完成。一道工序一旦开始处理,就不能中断。每台机器一次只能处理一道工序。一个调度就是决定每台机器上工序的处理顺序,使得机器完成所有工件的时间最短。具体的,该问题就是要求在满足(1)、(2)两个约束条件的前提下,确定每台机器上工序的顺序,使加工的时间跨度(从开始加工到全部工件都加工完所需要的时间)达到最小。其中,(1)表示工件约束条件:对每个工件而言,机
  3. 所属分类:其他小程序

    • 发布日期:2024-04-29
    • 文件大小:4096
    • 提供者:sunny
  1. Text1

    0下载:
  2. 实现操作系统进程调度的几种算法,先到先服务,优先级-Realize several operating system process scheduling algorithms, first come first serve, priority
  3. 所属分类:操作系统开发

    • 发布日期:2024-04-29
    • 文件大小:2048
    • 提供者:ytmf
  1. linusxops

    0下载:
  2. 操作系统进程调度算法,这是操作系统实验的必要要做的实验,和最短路和先进先出一样。-Operating system process scheduling algorithm, which is operating system necessary to do the experiment experiment, and, like most short-circuit and FIFO.
  3. 所属分类:操作系统开发

    • 发布日期:2024-04-29
    • 文件大小:4096
    • 提供者:Chreey
  1. disk

    0下载:
  2. 磁臂调度算法演示 磁臂调度算法演示-Magnetic arm scheduling algorithm demo demo magnetic arm scheduling algorithm
  3. 所属分类:系统编程

    • 发布日期:2024-04-29
    • 文件大小:2048
    • 提供者:
  1. schedule

    0下载:
  2. 这是操作系统原理中CPU进程调度的模拟算法,是用优先数调度的-This is the operating principle in the CPU process scheduling simulation algorithm, is the number of scheduling priority
  3. 所属分类:汇编语言

    • 发布日期:2024-04-29
    • 文件大小:2048
    • 提供者:俞燕辉
  1. 111

    0下载:
  2. 基于模拟退火遗传算法的车辆调度问题研究,用MATLAB语言加以实现-Simulated Annealing Genetic Algorithm Based on the vehicle scheduling problem, using MATLAB language to realize
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-04-29
    • 文件大小:3072
    • 提供者:杨俊
  1. test1

    0下载:
  2. 蚁群算法是模仿真实的蚁群行为而提出的一种模拟进化算法,蚂蚁之间是通过一种信息素的物质传递信息的,蚂蚁在运动的过程中能够在经过的路径上留下该物质,而且能够感知这种物质的存在及其强度,并以此指导自己的运动方向。它是一种通过类比组合优化和蚁群觅食行为而构造的一种算法,可以用来解决各种组合优化问题,本代码用来解决生产调度问题-Ant colony algorithm is based on real ant colony behavior an
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-04-29
    • 文件大小:20480
    • 提供者:穆海华
  1. FCFSANDSJF

    0下载:
  2. 优先级算法以及调度算法中其他的算法。想要下载的朋友可以看看,有你能用的哟-Priority scheduling algorithm algorithm and other algorithms. Want to download friends can see, there you can use the yo
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2024-04-29
    • 文件大小:2048
    • 提供者:liujian
  1. os.TXT

    0下载:
  2. 用高级语言编写和调试一个进程调度程序,以加深对进程的概念及进程调度算法的理解-Use of advanced language writing and debugging a process scheduler in order to deepen their understanding of the process of the concept and understanding of the process of schedulin
  3. 所属分类:操作系统开发

    • 发布日期:2024-04-29
    • 文件大小:2048
    • 提供者:gafei
  1. E

    0下载:
  2. 作业调度管理,它采用了三种算法,分别是先来先服务、响应最高比优先、最短作业优先算法进行调度-Job scheduling management, it uses three types of algorithms, which are first-come, first service, in response to the highest priority than the shortest operating priority sc
  3. 所属分类:其他小程序

    • 发布日期:2024-04-29
    • 文件大小:2048
    • 提供者:feng
  1. cpudiaodu

    0下载:
  2. 操作系统实验,处理机调度。有优先权和时间片轮转两种算法。-Experimental operating system, processor scheduling. Priority and time slice rotary two algorithms.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-04-29
    • 文件大小:1024
    • 提供者:daniel
  1. FIFO_LRU

    0下载:
  2. 操作系统FIFO_LRU 操作系统FIFO_LRU-FIFO_LRU operating system operating system FIFO_LRU
  3. 所属分类:进程与线程

    • 发布日期:2024-04-29
    • 文件大小:664576
    • 提供者:kiki
  1. os

    0下载:
  2. 操作系统调度算法按照优先级的大小找到适合新进程的位置进行排序-Operating system scheduling algorithm in accordance with the size of the priority to find a suitable location for the new process to sort
  3. 所属分类:操作系统开发

    • 发布日期:2024-04-29
    • 文件大小:35840
    • 提供者:cong
  1. proc_tp

    0下载:
  2. 操作体统实验,模拟进程调度,包括算法有: 优先级+时间片轮转-Operation of decency experiment, simulating the process of scheduling, including the algorithm are as follows: Priority+ Time slice rotation
  3. 所属分类:Windows编程

    • 发布日期:2024-04-29
    • 文件大小:2048
    • 提供者:666
  1. schedule1

    0下载:
  2. 采用最高优先数优先的调度算法(即把处理机分配给优先数最高的进程)。 -Using the highest priority number of priority scheduling algorithm (ie the number of processors allocated to the highest priority process).
  3. 所属分类:进程与线程

    • 发布日期:2024-04-29
    • 文件大小:1024
    • 提供者:lyh
  1. 3

    0下载:
  2. 该程序是有关于利用贪心算法实现多处理机调度,可以在vc++上直接运行,只有源代码-The program is on the use of greedy algorithm to achieve multi-processor scheduling, can vc++ Directly run, only the source code
  3. 所属分类:其他小程序

    • 发布日期:2024-04-29
    • 文件大小:1024
    • 提供者:张燕娥
  1. FCFS

    0下载:
  2. 实现简单的进程调度算法FCFS的模拟,将模拟进程运行的结果显示出来。假设刚开始时有5个进程处于就绪状态,要求用FCFS调度算法为这些进程分配处理机-Simple process of scheduling algorithm FCFS analog, will simulate the process of running the results are displayed. Assuming there is the beginnin
  3. 所属分类:其他小程序

    • 发布日期:2024-04-29
    • 文件大小:1024
    • 提供者:cm
  1. gxyb

    0下载:
  2. 用C实现简单的高响应比优先调度算法的模拟,将模拟进程运行的结果显示出来。假设刚开始时有5个进程处于就绪状态,要求用高响应比优先调度算法为这些进程分配处理机。-Using C to achieve a simple high-priority scheduling algorithm than in response to the simulation, the simulation of the process of running t
  3. 所属分类:其他小程序

    • 发布日期:2024-04-29
    • 文件大小:1024
    • 提供者:cm
  1. 123

    0下载:
  2. 实进程调度(先进先出调度算法).具有让进程运行,阻塞,就绪各个调度作用-Is the process of scheduling (FIFO scheduling algorithm). Have to allow the process of running, blocking, ready for the role of the various scheduling
  3. 所属分类:操作系统开发

    • 发布日期:2024-04-29
    • 文件大小:64512
    • 提供者:云云
« 1 2 ... 45 46 47 48 49 50»

源码中国 www.ymcn.org