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

搜索资源列表

  1. processdiaodu

    0下载:
  2. 进程调度模拟程序,在VC6.0环境下编译通过,包括相应的上机实验报告文件-scheduling process simulation program, the compiler VC6.0 environment, including the corresponding experimental report on the paper machine
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:30333
    • 提供者:张焕人
  1. task_compositor

    0下载:
  2. 带有期限的作业排序问题:假定只能在一台机器上处理n个作业,每个作业均可在单位时间内完成;又假定每个作业i都有一个截止期限di>0(它是整数),当且仅当作业i在它的期限截止以前被完成时,则获得pi>0的效益。求具有最大效益值的可行解。 文件中包含详细的源代码和注释,以实现这个经典的问题。-period with the operations scheduling problem : the assumption that only a machine n handling oper
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1771
    • 提供者:agang
  1. TwoMachinesFastWork

    0下载:
  2. 这是算法分析当中的一个经典问题,可以利用贪心算法来实现两台机器的调度问题,通过程序可以使两台工作的机器的调度达到最优-This is the algorithm analysis includes a classic problem, greedy algorithm can be used to achieve the two-machine scheduling problem adoption of procedures to enable the two machines to achi
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:40966
    • 提供者:阳林
  1. lsxarrange

    0下载:
  2. 完成流水线安排问题的解决,具体问题描述如下: 有m台不同的机器,n个不同的工件。每个工件有多道工序,每道工序由指定的机器在固定的时间内完成。一道工序一旦开始处理,就不能中断。每台机器一次只能处理一道工序。一个调度就是决定每台机器上工序的处理顺序,使得机器完成所有工件的时间最短。具体的,该问题就是要求在满足(1)、(2)两个约束条件的前提下,确定每台机器上工序的顺序,使加工的时间跨度(从开始加工到全部工件都加工完所需要的时间)达到最小。其中,(1)表示工件约束条件:对每个工件而言,机器对它的加
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:414138
    • 提供者:荣平
  1. duioji

    0下载:
  2. 用贪心法实现多机调度的问题。用C语言编写的-greedy method used to achieve multi-machine scheduling problems. C language prepared by the
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:1298
    • 提供者:yzb
  1. 多机调度问题

    0下载:
  2. 多机调度问题要求给出一种作业调度方案,使所给的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
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1515
    • 提供者:姚翊
  1. mp3en

    0下载:
  2. rtbuf.c is an implementation of a buffering scheme using the POSIX realtime features. Its aim is to provide smooth playback of MPEG audio streams even on a very heavily loaded machine. It uses many advanced features of the operating system: -
  3. 所属分类:mpeg/mp3

    • 发布日期:2008-10-13
    • 文件大小:257585
    • 提供者:lamching
  1. 多道程序的转换调度

    0下载:
  2. c语言编写上机运行已经通过,实现多道程序的转换调度(作业调度和进程调度结合在一起)-c languages running on the machine has passed, multiple procedures to achieve the conversion Scheduling (Job Scheduling and Dispatching process combines)
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2642
    • 提供者:zbing0203
  1. compart.rar

    0下载:
  2. 在调度问题中用到的一个划分方法,把6个工件到4个相同的机器上,如何分配。,Used in the scheduling problem of a division method, the workpiece 6 to 4 on the same machine, how to allocate.
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-04-07
    • 文件大小:222470
    • 提供者:Shene
  1. BankCaller_new

    1下载:
  2. 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
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-05
    • 文件大小:956592
    • 提供者:songlei
  1. BankCaller

    0下载:
  2. 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
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:962164
    • 提供者:songlei
  1. bao

    0下载:
  2. 多级反馈队列进程调度算法 1. 实验目的: 用高级语言编写和调试一个进程调度程序,以加深对进程的概念及进程调度算法的理解。 2. 实验内容: 编写一个模拟程序,完成单处理机系统中的进程调度,采用多级反馈队列的时间片轮转调度算法. 实验具体包括:首先确定进程控制块的内容,进程控制块的组成方式,确定相关参数(如进程数、到达时间、服务时间、时间片大小等) 然后完成进程创建原语、进程调度原语和进程撤销原语 最后编写主函数,上机实验并取得结果数据。 -The process of
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-22
    • 文件大小:2321
    • 提供者:Jun
  1. Operatingsystemsolution

    0下载:
  2. 操作系统上机题(代码) 进程管理调度,银行家算法可正常运行-Machine operating system title (code) process management scheduling, banker s algorithm may be the normal operation of
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-07
    • 文件大小:10562
    • 提供者:黄跃跃
  1. 11912898I2C

    0下载:
  2. I2C总线在多机通信中的应用介绍了I2C总线的结构、工作原理、数据传输方式,讨论了基于I2C总线的多机通信软硬件设计,实现了程控交换多机通信调度指挥系统。 -I2C bus in the multi-machine communication introduced I2C bus structure, working principle, data transmission methods are discussed based on the I2C bus multi-machine co
  3. 所属分类:SCM

    • 发布日期:2017-04-15
    • 文件大小:6677
    • 提供者:harry
  1. MacMange2

    0下载:
  2. 一个简单的机器调度模拟程序。根据任务的时长,分配到各机器,使得n台机器所完成的所有任务的时间最短。 本程序,只作学习交流之用。-A simple machine scheduling simulation program. According to the length of time the task assigned to the machine, making machine n all the tasks completed by the shortest possible time
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-26
    • 文件大小:36165
    • 提供者:inotseeyou
  1. GPS_GSM_GIS

    1下载:
  2. 设计并实现了一种将GPS 全球卫星定位系统、GSM短消息服务系统、GIS 地理信息系统相结合的车辆定位、导航、调度指 挥系统. 该系统采用GPS/ DRS 相结合的定位方式,通过GSM网实现移动车辆与监控中心的双向通信,并结合电子地图实现车 辆的定位、导航、实时监控等功能. 系统具有人机界面友好、性能稳定可靠、使用方便等特点,并具有一定的社会经济效益.-Designed and implemented to GPS global satellite positioning syste
  3. 所属分类:GPS编程

    • 发布日期:2014-01-06
    • 文件大小:289556
    • 提供者:任宏涛
  1. matlab

    0下载:
  2. MATLAB6.5辅助优化计算与设计,遗传算法在车间布局优化中的应用-We address the two-stage assembly scheduling problem where there are m machines at the first stage and an assembly machine at the second stage.
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:6947
    • 提供者:小李子
  1. zuijiadiaodusuanfa

    0下载:
  2. 利用回溯法实现机器的最佳调度,实现任务完成时间的最小化。-The use of backtracking to achieve the best machine scheduling, task completion time to achieve the minimization.
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1079
    • 提供者:dengyi
  1. one-1.3.80.tar

    0下载:
  2. 云计算基础架构平台,opennebula,可以创建虚拟集群,虚拟网络,虚拟机,并对集群内各种资源进行合理调度。-Cloud computing infrastructure platforms, opennebula, you can create a virtual cluster, virtual networks, virtual machine, and a variety of resources to conduct a reasonable cluster scheduling.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:344614
    • 提供者:柯俊峰
  1. PRDC

    0下载:
  2. 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,
  3. 所属分类:Other systems

    • 发布日期:2017-05-03
    • 文件大小:1109306
    • 提供者:无情雪
« 1 2 34 5 6 7 »
搜珍网 www.dssz.com