CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 调度算法

搜索资源列表

  1. tiled-qt-0.4.1-win32

    0下载:
  2. 空间数据八叉树瓦片Tile调度算法模块。-Octree spatial data tile Tile scheduling module.
  3. 所属分类:GIS program

    • 发布日期:2017-05-21
    • 文件大小:6466382
    • 提供者:swtech
  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. OS5

    0下载:
  2. 程序开始运行时选择调度算法,创建进程时输入进程所需服务时间以及到达时间。 根据当前所设定调度算法,连续调度所有进程,并计算每个进程的周转时间和带权周转时间、所有进程的平均周转时间和平均带权周转时间。 调度时应适当输出调度过程中各进程状态队列的变化情况以及进程的已执行时间、还需服务时间(针对时间片轮转算法)。-Routine is executed choice when scheduling algorithm, create process input process required
  3. 所属分类:OS Develop

    • 发布日期:2017-11-13
    • 文件大小:4134
    • 提供者:若瓷
  1. 打印

    0下载:
  2. 用c++编的进程调度算法-With c++ Made the process of scheduling algorithm
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-12-05
    • 文件大小:8835
    • 提供者:魏威
  1. 优先算法进程调度

    0下载:
  2. 这是采用优先算法的进程调度程序。其优先级由程序随机产生,程序运行时可单步查看运行结果。-This is the priority algorithm used in the process scheduler. Its priority randomly generated by the procedures, operating procedures can single-step operation to see results.
  3. 所属分类:CSharp

    • 发布日期:2017-11-11
    • 文件大小:1389
    • 提供者:王重华
  1. b

    0下载:
  2. 处理器调度优先权算法,比较简单,对于初学者来说简单易懂!-Processor priority scheduling algorithm, relatively simple, easy-to-understand for beginners!
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:2589
    • 提供者:ty8888
  1. RTlinux

    0下载:
  2. 基于RTlinux平台的实时多任务调度策略,运 用模块化的设计方法,编制了程序解释模块、速度过渡模块、插补和运动学算法模 块、人机接口模块和伺服驱动模块,并实现了面向用户的软PLC功能 。-RTLinux-based platform for real-time multi-task scheduling strategy, using modular design methods, the preparation of the procedures explained module, th
  3. 所属分类:Document

    • 发布日期:2017-05-17
    • 文件大小:5112363
    • 提供者:li
  1. DBCachePak

    0下载:
  2. 队列调度算法的一种,速度比较快,比FIFO,LIFO要好-A queue scheduling algorithm, faster than the FIFO, LIFO is better
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:16490
    • 提供者:zhujiang
  1. cz

    0下载:
  2. 用VB编的作业调度算法 使用了FCFS和SJF算法-VB series with the job scheduling algorithm uses the FCFS and SJF algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-03-28
    • 文件大小:15000
    • 提供者:ww
  1. jincheng

    0下载:
  2. 给出几个进程的名称 ,状态,所需时间以及优先及 ,分别按先进先出算法和优先及调度算法来进行进程调度,并计算周转时间。-Several processes are given the name, status, priority and time required, as well as, respectively, by the FIFO algorithm and the priority and scheduling algorithm for process scheduling, and
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-11
    • 文件大小:1405
    • 提供者:李家月
  1. process_dispatcher

    0下载:
  2. 分别用轮转法和优先数调度算法编写的一个进程调度的小程序-Were used to rotate a number of law and the priority scheduling algorithm for scheduling a process to prepare a small program
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-10
    • 文件大小:1439
    • 提供者:邢其鑫
  1. caozuoxitong

    0下载:
  2. 实现操作系统的作业排序,高响应度比优先调度算法-The realization of operating system scheduling, high responsivity than priority scheduling algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-04-05
    • 文件大小:6112
    • 提供者:李然
  1. dd

    0下载:
  2. 进程调度 设计进程控制块PCB表结构(与实验一的结构相同),分别适用于优先数调度算法和循环轮转调度算法。 ②建立进程就绪队列。对两种不同算法编制入链子程序。 ③编制两种进程调度算法:1)优先数调度;2)循环轮转调度 -The process of scheduling the design process control block PCB table structure (with the same structure as the experimental one), were
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:5010
    • 提供者:豆豆
  1. greed

    0下载:
  2. 贪婪算法合集,包括二分覆盖,单源最短路径,拓扑排序,机器调度问题-Greedy algorithm Collection, including two sub-coverage, single-source shortest path, topological sort, machine scheduling problem
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:42277
    • 提供者:alden
  1. cpu_mem

    0下载:
  2. 模拟处理机调度,使用的是优先权时间片轮转调度算法。模拟内存的分配和管理。-Analog processor scheduling, using a priority scheduling algorithm Round-Robin Time Slice. Simulation of memory allocation and management.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:2968
    • 提供者:只取一片
  1. dd

    0下载:
  2. 操作系统进程调度算法,处理流程: 1 初始化--进程队列结构(包括:就绪队列,等待队列,运行队列)等必要的数据结构 init() 2 进入无限循环,反复调度队列 -Operating system process scheduling algorithm to deal with processes: 1 initialization- the process of the queue structure (including: ready queue, waiting queue
  3. 所属分类:OS Develop

    • 发布日期:2017-04-07
    • 文件大小:1898
    • 提供者:wayne
  1. jcddsf

    0下载:
  2. //数据:进程,队列结构 进程调度算法,处理流程: 1 初进程始化--进程队列结构(包括:就绪队列,等待队列,运行队列)等必要的数据结构 init() 2 进入无限循环,反复调度队列 -//Data: process, structure the process of queue scheduling algorithms, process: 1 the beginning of the beginning of the process- the process of the
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-14
    • 文件大小:3502
    • 提供者:wayne
  1. cpudd

    0下载:
  2. java实现的CPU调度算法。。算法比较通俗,易懂,是根据上课学的编的一个代码-java realization CPU scheduling algorithm. . Algorithm popular, easy to understand, is prepared according to the school to learn a code
  3. 所属分类:OS Develop

    • 发布日期:2017-03-31
    • 文件大小:4745
    • 提供者:wayne
  1. OPS1

    0下载:
  2. 关于调度的算法,是动态的,好像很有用,大家不妨下载看一下,是用C语言实现的!这也是一个调度算法-On the scheduling algorithm, is dynamic, it seems very useful, you may wish to download to look at is the use of C language to achieve! This is also a scheduling algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:4786
    • 提供者:肖开洲
  1. P

    0下载:
  2. 进程调度算法模拟,使你对操作系统进程高度有更深的认识-Process scheduling algorithm simulation, so that the process of a high degree of operating system you have a deeper understanding of
  3. 所属分类:OS Develop

    • 发布日期:2017-03-30
    • 文件大小:2330
    • 提供者:马占友
« 1 2 ... 31 32 33 34 35 3637 38 39 40 41 ... 50 »
搜珍网 www.dssz.com