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

搜索资源列表

  1. test05_main2_02

    2下载:
  2. 利用matlab仿真蜂窝小区中调度算法的性能。-Use of matlab simulation in Cellular scheduling performance.
  3. 所属分类:Communication

    • 发布日期:2017-03-30
    • 文件大小:1034
    • 提供者:guyue
  1. NEH

    0下载:
  2. NEH algorithm - scheduling of tasks performed by a machine
  3. 所属分类:Console

    • 发布日期:2017-04-07
    • 文件大小:1506
    • 提供者:Guren
  1. Desktop

    0下载:
  2. 调度问题的回溯算法,算法中的经典问题。问题描述:假设有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
  3. 所属分类:Console

    • 发布日期:2017-03-29
    • 文件大小:16015
    • 提供者:pactric
  1. round_robin_src

    0下载:
  2. 这是关于轮询调度算法的一段小程序,没有涉及ofdm等-This is the round-robin scheduling algorithm on a small program, does not involve OFDM, etc.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:2269
    • 提供者:刘阅希
  1. vb.paike

    1下载:
  2. 学校机房排课系统,非常好用!可以作为毕业设计-Course Scheduling System school room, very easy to use! Can serve as a graduation project
  3. 所属分类:.net

    • 发布日期:2017-03-30
    • 文件大小:731129
    • 提供者:
  1. FlowShop

    0下载:
  2. 用c++实现的批处理作业调度问题·优先队列式分支限界法·回溯法,包括Flowshop和make两个类,含有测试用的数据data-With c++ Realized the issue of batch job scheduling priority queue-style backtracking branch and bound method, including Flowshop and make the two categories, containing the test data us
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:7218
    • 提供者:刘斌
  1. gzfp

    1下载:
  2. 假设有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
  3. 所属分类:Windows Develop

    • 发布日期:2016-12-20
    • 文件大小:995
    • 提供者:孙云
  1. two-level-scheduling-

    1下载:
  2. 用C语言模拟实现一个的多道批处理系统的两级调度-C language simulation implement a multi-channel batch system of the two levels of scheduling
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-09
    • 文件大小:1209913
    • 提供者:longer
  1. ASP_

    0下载:
  2. 某培训学校ASP的排课管理系统,含有需求设计文档-ASP in a training school of the Course Scheduling Management System, which contains the demand for design documents
  3. 所属分类:ISAPI-IE

    • 发布日期:2017-05-15
    • 文件大小:3755571
    • 提供者:吴天
  1. workflow

    0下载:
  2. 简单工作流引擎的实现,可自动流转,包括引擎、服务有调度服务、持久化服务、跟踪服务-Easy implementation of the workflow engine can automatically transfer, including the engine, the Service has scheduling services, persistence services, tracking services
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1126275
    • 提供者:si
  1. task_grouping

    0下载:
  2. 基于Gridsim仿真工具的网格系统仿真代码 包含资源,任务,以及调度-Gridsim simulation tool based on the grid system simulation code includes the resources, tasks, and scheduling
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:247495
    • 提供者:liuchuan
  1. AirportSimulation

    0下载:
  2. 3条跑道的机场模拟程序,模拟机场对飞机的调度-3 runway airport simulation program to simulate the airport to aircraft scheduling
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:27902
    • 提供者:Rabby
  1. FirstComeFir

    0下载:
  2. First Come First Served operating system scheduling algorithm operating system -First Come First Served operating system scheduling algorithm operating system
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-04-11
    • 文件大小:1190
    • 提供者:mengjie
  1. final

    0下载:
  2. Scheduling code for cluster
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:3273
    • 提供者:amit agarwal
  1. scheduling

    0下载:
  2. it contains all types of cpu scheduling which includes preemptive priority,round robin scheduling
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:2445
    • 提供者:Rasenganram
  1. Scheduling

    2下载:
  2. 用C#和C++实现的进程调度算法程序(操作系统实验)本实验通过编写C#语言的代码实现先来先服务(FCFS),最短作业优先(SJF)、响应比高者优先(HRN)的调度算法。最后在界面上显示出进程在调度过程中的情况。另附上C++的进程调度实验,算法不相同。-Use C# and C++ to build up a project to achieve process scheduling.The project contains the algorithm of FCFS,SJF and HRN.
  3. 所属分类:CSharp

    • 发布日期:2016-01-25
    • 文件大小:21406
    • 提供者:
  1. Scheduling

    0下载:
  2. 该程序,实现了模拟系统中进程调度的情形,具备QT图形界面,原创-The program, implemented in the process simulation system scheduling situation, with QT GUI, originality
  3. 所属分类:Other systems

    • 发布日期:2017-06-21
    • 文件大小:36721834
    • 提供者:victor
  1. Machine-Scheduling-Problem

    0下载:
  2. mechine scheduling problem
  3. 所属分类:Other systems

    • 发布日期:2017-03-26
    • 文件大小:1519
    • 提供者:张震
  1. Project-Scheduling-Problem

    0下载:
  2. project scheduling problem
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:1921
    • 提供者:张震
  1. Packet-Scheduling-and-Fairness-for

    0下载:
  2. someone upload the coding for packet scheduling in mimo systems
  3. 所属分类:Other systems

    • 发布日期:2017-04-09
    • 文件大小:1034686
    • 提供者:prem solomon
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com