搜索资源列表
-
0下载:
多机调度问题要求给出一种作业调度方案,使所给的n个作业在尽可能短的时间内由m台机器加工处理完成。 这个问题是NP安全问题,到目前为止还没有有效的解法。对于这一类问题,用贪心选择策略有时可以设计出较好的近似算法。-machine scheduling problems required to give a scheduling program, so as to the n operations in the shortest possible time by the m-machine proc
-
-
0下载:
在调度问题中用到的一个划分方法,把6个工件到4个相同的机器上,如何分配。,Used in the scheduling problem of a division method, the workpiece 6 to 4 on the same machine, how to allocate.
-
-
0下载:
NEH algorithm - scheduling of tasks performed by a machine
-
-
0下载:
调度问题的回溯算法,算法中的经典问题。问题描述:假设有n个任务由k个可并行工作的机器完成。完成任务i需要的时间为ti。试设计一个算法找出完成这n个任务的最佳调度,使得完成全部任务的时间最早。-Scheduling problem backtracking algorithm is the classic problem. Problem Descr iption: Suppose there are n-task by the k-parallel machine can be complete
-
-
1下载:
c++实验,实现了一个银行叫号排队系统,使用Winsock进行进程间通信,可以跨机器操作,使用多线程模拟了银行内部调度机制。
中国科技大学面向对象编程C++课程试验-USTC
C++
Bank
Caller
c++ test and achieved a bank called the number queuing system, use Winsock to inter-process communication, can be cross-machine operatio
-
-
0下载:
c++实验,实现了一个银行叫号排队系统,使用Winsock进行进程间通信,可以跨机器操作,使用多线程模拟了银行内部调度机制。-c++ test and achieved a bank called the number queuing system, use Winsock to inter-process communication, can be cross-machine operation, using multi-threaded simulation of the bank s in
-
-
0下载:
多级反馈队列进程调度算法
1. 实验目的:
用高级语言编写和调试一个进程调度程序,以加深对进程的概念及进程调度算法的理解。
2. 实验内容:
编写一个模拟程序,完成单处理机系统中的进程调度,采用多级反馈队列的时间片轮转调度算法.
实验具体包括:首先确定进程控制块的内容,进程控制块的组成方式,确定相关参数(如进程数、到达时间、服务时间、时间片大小等) 然后完成进程创建原语、进程调度原语和进程撤销原语 最后编写主函数,上机实验并取得结果数据。
-The process of
-
-
1下载:
假设有n个任务由k个可并行工作的机器完成。完成任务i需要时间为Ti。试设计一个算法找出完成这n个任务的最佳调度,使得完成全部任务的时间最早。
-Suppose there are n-task by the k-parallel machine can be completed. I need time to complete the task Ti. Try to design an algorithm to find completing these n-best task schedu
-
-
0下载:
解决了并行机调度问题,本题采用穷举法与随机法相结合的方法求解,可取得最优解。-Solve the parallel machine scheduling problem, the problem using exhaustive method, the optimal solution can be achieved.
-
-
0下载:
算法设计中经典的批处理作业调度问题,是多机器多任务的调度-Algorithm design in the classic problem of a batch job scheduling, multi-tasking is a multi-machine scheduling
-
-
0下载:
PRDC: 服务框架抽象层,面向对象的调度框架(支持:WINDOWS,AIX,Solaris,LINUX).
MDB : 内存数据库内核,支持DBMS自动加载,多机容错,分布式支持,容量无极限.-PRDC: Services Framework abstraction layer, object-oriented scheduling framework (support: WINDOWS, AIX, Solaris, LINUX). MDB: memory database kernel,
-
-
0下载:
在虚拟机上模拟操作系统对进程进行时间片轮转调度。-In the virtual machine to simulate the operating system to the process time-slice round-robin scheduling.
-
-
0下载:
银行调度机代码,使用C++实现,多线程编写(pthread),使用网络通讯连接取好机和终端。-Bank of scheduling machine code, using C++ implementation, multi-threading (pthread), the use of network communication link to take a good machine and terminal.
-
-
0下载:
mechine scheduling problem
-
-
0下载:
最大利润作业调度问题.假定只能在一台机器是处理n个作业a1,a2,...,an,每个作业有一个处理时间tj,利润pj和截止期dj.机器一次只能处理一个作业,作业aj必须不间断地运行tj个连续时间单位.如果作业aj在它的截止期dj之前完成,则得利润pj,但如果作业在截止期只后完成,则得利润为0.假设所有处理时间为1..n之间的整数.最大利润作业调度问题要求确定n个作业的一个子集,使得该子集中作业调度所获得的利润最大.
-Maximum profit scheduling problem. A
-
-
0下载:
个人日程安排工具,可自行设置本机数据库地址,需要安装SQL Server 2005,需要安装.NET Framework 3.0以上版本-Personal scheduling tool that can set up the machine address of the database, need to install SQL Server 2005, need to install. NET Framework 3.0 or later
-
-
0下载:
最佳调度问题,假设有n个任务由k个可并行工作的机器完成。完成任务i需要的时间为ti。试设计一个算法找出完成这n个任务的最佳调度,使得完成全部任务的时间最早。-Optimal scheduling problem, assuming there are n a task by the k-parallel machine can be completed. The time required to complete the task i is ti. Try to design a complet
-
-
0下载:
這是一個採用greedy的方法所寫的machine scheduling,可讓n件工作分配給n台machine,且每台machine最多做一件工作,此程式能在夠用最少的機器來完成所有工作-This is a method written by greedy machine scheduling, the job can be assigned to n n Taiwan machine, and each machine up to do a job, the program can at le
-
-
0下载:
SCHRAG algorithm - scheduling of tasks performed by a machine
-
-
0下载:
多机调度算法 MATLAB实现,算法实现了多机调度,以供大家学习-Multi machine scheduling
Multi machine scheduling
Multi machine schedulingMulti machine scheduling
-