搜索资源列表
-
0下载:
模拟操作系统中作业调度算法的vc++程序。从好个方面描述了os的作业调度问题-simulation operating system scheduling algorithm vc procedures. From the good aspects described os operations scheduling problem
-
-
0下载:
经典的Job Shop问题调度算法,用Visual C++语言实现。
,Job Shop Scheduling Problem
-
-
0下载:
使用双向的调度算法,解决作业
调度问题!效率非常高!值得一看-The use of dual-direction scheduling algorithm, job scheduling problem to solve! Very efficient! Worth a visit
-
-
1下载:
实现作业调度问题的先来先服务算法、短作业优先和响应比高者优先三种算法-Job scheduling problem to achieve first-come first-serve algorithm, a short operation in response to high priority and priority three algorithms
-
-
0下载:
进程调度的问题算法,里面有一些隐藏的问题,读者可以自己去发现.-The process of scheduling problem algorithms, which have some hidden problems, readers can discover their own.
-
-
0下载:
进程调度中经典的理发师问题,在Ubuntu8.04下编译通过-Process Scheduling in the classic barber problem in Ubuntu8.04 compiled by
-
-
0下载:
多道程序设计中,经常是若干个进程同时处于就绪状态,必须依照某种策略来决定那个进程优先占有处理机。因而引起进程调度。本实验模拟在单处理机情况下的处理机调度问题,加深对进程调度的理解。-Multi-channel programming, often at the same time a number of process ready state, a strategy must be determined in accordance with the process priority to occ
-
-
0下载:
Operational fixed interval scheduling problem on uniform parallel machines
-
-
0下载:
用C++实现的操作系统中的作业调度问题,希望对大家有所帮助。-Using C++ implementation of operating system scheduling problem, we want to help.
-
-
0下载:
用ga方法解决钢厂多机多任务天车调度问题-Ga methods to solve steel mills Multi multitasking crane scheduling problem
-
-
0下载:
作业调度问题(C语言版本),也是操作系统上的内容,对于初学者有启发作用-Scheduling problem (C language version), but also the contents of the operating system, there is inspiration for beginners
-
-
0下载:
用C++实现的多机调度算法。问题描述:要求给出一种作业调度方案,使所给的n个作业在尽可能短的时间内由m台机器加工处理完成。约定,每个作业均可在任何一台机器上加工处理,但未完工前不允许中断处理。作业不能拆分成更小的子作业。-C++ achieve multi-machine scheduling algorithm used. Problem Descr iption: required to give a scheduling program, so as to the n operations
-
-
0下载:
代码中用编号依次为1,2,3,……,n表示停在铁路调度站入口处的车厢序列。用一个栈形象地表示为火车的调度站。利用栈先进后出的性质,结合递归和回溯算法,实现编号1…n的车厢的所有可能的序列和每种序列的出入栈变化过程。-Followed by number 1,2,3, ......, n represents the sequence in the car parked at the entrance to the railway station scheduling. With a stack
-