CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数据结构常用算法 搜索资源 - scheduling Algorithms

搜索资源列表

  1. p-7

    0下载:
  2. 一个实现对学生成绩输入,修改,排序的算法,我们的一个设计,和大家一起分享吧!-a pair of students achieving results import, modify, scheduling algorithms, we have a design, and share with everyone!
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.52kb
    • 提供者:YANG
  1. lun

    0下载:
  2. 处理机调度的算法,操作系统的课程设计,主要是应用轮转法进行进程的调度-processor scheduling algorithms, operating system design of Web applications is the main method of the scheduling process
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.89kb
    • 提供者:yan yue
  1. 数据结构算法集锦

    1下载:
  2. 数据结构算法集锦:包括大量常用算法,如求两数的最大公约数、素数的求法、Prim算法、Kruskal算法、最短路径、Dijkstra 算法、排序相关算法、高精度计算相关算法-algorithm data structure highlights include : large common algorithms, such as for the number two majors, for the prime numbers, Prim algorithm, Kruskal algorithm,
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:9.48kb
    • 提供者:美美
  1. FIFO-LFU

    0下载:
  2. 用C语言实现操作系统请求页面调度算法FIFO LFU的实现 提前装入0,5,6页最后能够计算出缺页中断率-Operating system using C language the page is requested the implementation of scheduling algorithms FIFO LFU advance into 0,5,6 page last page fault rate to calculate the vacancy
  3. 所属分类:Data structs

    • 发布日期:2017-03-22
    • 文件大小:2.12kb
    • 提供者:sunying
  1. stackqueue

    0下载:
  2. 数据结构栈和队列基本源代码,并包括银行模拟、中缀表达式计算、列车调度、农夫过河问题等经典数据结构算法。-Stack and queue data structure of the basic source code, and includes Bank of simulation, in the calculation is made up of expressions, the train scheduling, the farmer across the river, such as the
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:12.47kb
    • 提供者:guanjun
  1. schedule

    0下载:
  2. 短作业优先调度算法(C++代码)对于学习调度的人在编算法时会有帮助-Short job first scheduling algorithm (C++ code) for people to learn scheduling algorithms will be helpful in preparing
  3. 所属分类:Data structs

    • 发布日期:2017-03-24
    • 文件大小:946byte
    • 提供者:olivejy
  1. bahuanghou

    0下载:
  2. 八皇后问题新研究算法.针对汉诺塔等类型的排序问题进行相关研究设计的算法-Eight queens problem new research method. For the Tower of Hanoi and other types of scheduling algorithms designed for research
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:976.42kb
    • 提供者:董孝伟
  1. bestschedule

    0下载:
  2. 算法导论课程实验,使用回溯算法实现最佳调度-Introduction to Algorithms course experiment, using the backtracking algorithm for optimal scheduling
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:554.52kb
    • 提供者:lin
  1. hell1

    0下载:
  2. 用高级语言编写和调试一个或多个作业调度的模拟程序,以加深对作业调度算法的理解-High-level language used to write and debug one or more job scheduling simulation program to enhance the understanding of job scheduling algorithms
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:22.58kb
    • 提供者:张三
  1. p_c5

    0下载:
  2. 该程序提供了作业调度算法的源码描述,主要是时间片轮转和高优先权优先算法-The program provides a descr iption of the source job scheduling algorithms, mainly time slice algorithm for rotation and high-priority priority
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:615byte
    • 提供者:荣阳春
  1. procSchedule_exp

    0下载:
  2. 四种算法 最短作业优先算法 计算在采用先来先服务调度算法和最短作业优先算法的平均周转时间和平均带权周转时间,并指出他们的调度顺序及完成时间。-Four algorithms calculate the shortest job first algorithm uses a first-come first-served and shortest job first scheduling algorithm, the average turnaround time and av
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:65.81kb
    • 提供者:myname
  1. JOB

    0下载:
  2. 编写并调度一个多道程序系统的作业调度模拟程序。   作业调度算法:采用基于先来先服务的调度算法。可以参考课本中的方法进行设计。   对于多道程序系统,要假定系统中具有的各种资源及数量、调度作业时必须考虑到每个作业的资源要求。 -Prepare and dispatch a multi-channel program scheduling system simulation program. Job scheduling algorithms: a first-come
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:283.5kb
    • 提供者:悠悠
  1. 3

    0下载:
  2. 编程实现四种调度算法 编程实现四种调度算法: (1) 先来先服务算法 (2) 短作业优先算法 (3) 优先权算法 (4) 基于时间片的多级反馈队列算法 -Programming implement four scheduling program implement four scheduling algorithms: (1) first come first serve algorithm (2) short jobs first algorithm (3) prior
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1.93kb
    • 提供者:瓜哥
  1. first-select

    0下载:
  2. 一个按优先数调度算法实现处理器调度的程序-A number of priority scheduling algorithms processor scheduling program
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:1.05kb
    • 提供者:Ryan
  1. 123

    0下载:
  2. 关于车厢调度的数据结构算法实现,如输入,n=2,则输出12 21-Compartments scheduling data structure algorithms, such as input, n = 2, then the output 1221
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:40.08kb
    • 提供者:黄山杰
  1. Screening-method

    0下载:
  2. 选择排序 排序问题中的蛮力法 算法设计与分析-Selection sortThe scheduling problem with the brute force methodDesign and analysis of algorithms
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:619byte
    • 提供者:fei
  1. the-process-of-scheduling-algorithm-

    0下载:
  2. 进程调度算法,包括先来先服务,短进程优先,高响应比优先,时间片轮转调度,优先级调度算法,-Process scheduling algorithms, including the first come first served, short process priority, high-response than the priority, round-robin scheduling, priority scheduling algorithm, the process of scheduli
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:1.08mb
    • 提供者:殷学廉
  1. C_Algorithma_datastruct_os

    1下载:
  2. 内容:操作系统相关算法,多线程,进程调度,死锁等 数据结构,堆栈,队列,链表,图论等 算法:数组,矩阵,海量数据处理,高精度计算,贪心算法,迷宫等:-Content: The operating system related algorithms, multi-threaded, process scheduling, deadlocks, etc. data structures, stacks, queues, linked lists, graph theory, etc. algor
  3. 所属分类:Data structs

    • 发布日期:2017-05-04
    • 文件大小:1.36mb
    • 提供者:扬不翻
  1. yemiandiaodusuanfa

    0下载:
  2. 3种页面置换调度算法 先进先出(FIFO) 最近久未使用(LRU) 最佳(OPT)置换算法-Three kinds FIFO page replacement scheduling algorithms (FIFO) recent lack of use (LRU) Best (OPT) replacement algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1.37kb
    • 提供者:颜灏澜
  1. 算法课设

    0下载:
  2. 排序算法例程比较 Comparison of scheduling algorithms(Comparison of scheduling algorithms)
  3. 所属分类:数据结构

    • 发布日期:2018-05-01
    • 文件大小:4.29mb
    • 提供者:Alunxe
« 12 »
搜珍网 www.dssz.com