CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 C#编程 搜索资源 - scheduling Algorithms

搜索资源列表

  1. 操作系统2

    1下载:
  2. 本程序是操作系统的处理机调度问题的c原代码包括三种调度算法:时间片轮转法,短作业优先算法,动态优先级算法-this process is the operating system processor scheduling problems c original code includes three Scheduling Algorithm : Time Web tablets, short operating priority algorithms, dynamic priority algo
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:10.53kb
    • 提供者:陈明
  1. PaiKe

    0下载:
  2. 退火算法中的排课系统,提供了比较良好的排课算法。-Annealing algorithm in the Course Scheduling System, providing a relatively good Course Scheduling algorithms.
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:365.9kb
    • 提供者:liu
  1. jcdd

    0下载:
  2. 先来先服务,短作业优先,高优先权优先算法等四种进程调度-First-come, first serve, short job priority, high-priority process scheduling priority to four kinds of algorithms
  3. 所属分类:CSharp

    • 发布日期:2017-05-16
    • 文件大小:4.06mb
    • 提供者:laohan
  1. DMSimulation

    0下载:
  2. 应用策略设计模式,模拟动态数据挖掘算法调度,可以实现对数据挖掘算法根据名称调用具体算法的实现,达到算法独立于挖掘逻辑的目的-Application strategy design pattern to simulate dynamic data mining algorithms scheduling, data mining algorithms can be achieved right call by name the specific algorithm implementation,
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:45.65kb
    • 提供者:高雅田
  1. os_process

    0下载:
  2. OS操作系统进程调度算法,其中采用两个算法来实现:优先进程和短进程优先算法-OS process scheduling algorithm, which uses two algorithms to achieve : short-priority process and the process of priority algorithm.
  3. 所属分类:CSharp

    • 发布日期:2017-03-26
    • 文件大小:1.28kb
    • 提供者:stanley
  1. fbqueue_attemper

    0下载:
  2. :进程调度 进程调度算法有FIFO,优先数调度算法,时间片轮转调度算法,分级调度算法,目前主要是考FIFO和优先数调度算法(静态优先级)。 输入:进程流文件,其中存储的是一系列要执行的进程, 每个作业包括四个数据项: 进程名 进程状态(1就绪 2等待 3运行) 所需时间 优先数(0级最高) 输出: 进程执行流 和等待时间 平均等待时间 本程序包括:FIFO,优先数调度算法,时间片轮转调度算法-The process of scheduling the process of scheduling
  3. 所属分类:CSharp

    • 发布日期:2016-01-22
    • 文件大小:3.58mb
    • 提供者:杨振宇
  1. xunicunchuqi

    0下载:
  2. 模拟分页式虚拟存储管理中硬件的地址转换和缺页中断,以及选择页面调度算法处理缺页中断。 1.模拟分页式存储管理中硬件的地址转换和产生缺页中断。 2.用先进先出(FIFO)页面调度算法处理缺页中断。 3.用最近最少用(LRU)页面调度算法处理缺页中断。 -Analog paging virtual memory management hardware address translation and page fault, and choose a paging algorit
  3. 所属分类:CSharp

    • 发布日期:2017-03-31
    • 文件大小:2.28kb
    • 提供者:aihao
  1. shiyaner

    1下载:
  2. 调度的实质是操作系统按照某种特定的分配策略来分配资源。进程调度的目的是分配CPU 资源。由于进程调度程序执行的频率很高,因此调度算法的好坏将直接影响到操作系统的性能。本实验的目的是编程模拟实现几种常见的进程调度算法,通过对几组进程分别使用不同的调度算法,计算进程的平均周转时间和平均带权周转时间,比较各种算法的性能优劣。-Scheduling is the essence of a particular operating system in accordance with the allocat
  3. 所属分类:CSharp

    • 发布日期:2017-03-26
    • 文件大小:368.41kb
    • 提供者:qinyuan
  1. Class-scheduling-genetic-algorithm

    0下载:
  2. The Class Scheduling Problem (CSP) is concerned with assigning a number of courses corresponding to various students and instructors to classrooms taking into consideration constraints like classroom capacities and university regulations. Th
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:40.93kb
    • 提供者:masmur
  1. Process-scheduling-algorithms

    0下载:
  2. 进程的调度算法,感觉挺好的,与大家分享一下-The process scheduling algorithm, I feel very good to share with you
  3. 所属分类:CSharp

    • 发布日期:2017-11-30
    • 文件大小:1.77kb
    • 提供者:随风
  1. Sorting-algorithm

    0下载:
  2. 本文件包含常见经典排序算法如希尔排序、二分插入法、直接插入法、带哨兵的直接排序法、冒泡排序、选择排序、快速排序、堆排序。 -This file contains the common classical scheduling algorithms such as Hill sort, two insertion method, direct insertion method, the direct sequencing method with sentinel, bubble sort, s
  3. 所属分类:CSharp

    • 发布日期:2017-11-24
    • 文件大小:8.35kb
    • 提供者:李峰
  1. 1

    0下载:
  2. 处理机调度算法,是按优先级顺序调度的,采用的是C#编程,可以直接打开使用-Processor scheduling algorithms, in order of priority scheduling, using the C# programming, can be opened using a direct
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:33.53kb
    • 提供者:申晓妍
  1. LFU

    0下载:
  2. 是flu算法 是在命令行中输入数据流来进行调度,有计算缺页率。不是从txt中读取。是为了。LFU是最近最不常用页面置换算法(Least Frequently Used),也就是淘汰一定时期内被访问次数最少的页!要求在页置换时置换引用计数最小的页,因为经常使用的页应该有一个较大的引用次数-Main page scheduling algorithm: FIFO, least recently used scheduling algorithm (LRU), least recently used
  3. 所属分类:CSharp

    • 发布日期:2017-04-15
    • 文件大小:4.88kb
    • 提供者:Alice zang
  1. UncertainBAPCP_new

    1下载:
  2. 本程序为针对集装箱码头船舶停靠的调度问题所开发的调度算法,算法中首先设计了基于优先级序列的船舶停靠的求解编码和解码,主要运用遗传算法进行解的优化。-This program is scheduling algorithm scheduling problems for ships dock container terminal being developed algorithm is designed based on the first ship docked priority sequenc
  3. 所属分类:CSharp

    • 发布日期:2017-04-30
    • 文件大小:367.34kb
    • 提供者:许可
搜珍网 www.dssz.com