搜索资源列表

  1. diaodu

    0下载:
  2. ○1 设计进程进程控制块PCB表结构,分别适用于优先数调度算法和循环轮转调度算法。 PCB结构通常包括以下信息:进程名,进程优先数(或轮转时间片),进程所占用的CPU时间,进程的状态,当前队列指针等。根据调度算法的不同,PCB结构的内容可以作适当的增删。 ○2 建立进程就绪队列。对两种不同算法编制入链子程序。 ○3 编制两种进程调度算法:1)优先度调度;2)循环轮转调度。 -○ design process 1 p
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-10
    • 文件大小:118784
    • 提供者:狄影
  1. threadpool-0_2_4-src

    0下载:
  2. boost线程池库。 boost库中未包含线程池,但sourceforge上有了实现,该线程池简单易用,支持丰富的调度策略(fifo, lifo和priority)。-boost the thread pool library. boost library does not contain a thread pool, but there is sourceforge realize that the easy-to-use thr
  3. 所属分类:进程与线程

    • 发布日期:2024-05-10
    • 文件大小:69632
    • 提供者:txf
  1. RR

    0下载:
  2. Round-robin scheduling algorithm is one of the simplest scheduling algorithms. It is designed especially for time-sharing systems. The ready queue is treated as a circular queue. The algorithm assigns a time slice(also c
  3. 所属分类:系统编程

    • 发布日期:2024-05-10
    • 文件大小:148480
    • 提供者:邓思兵
  1. sch2f

    0下载:
  2. 网络控制系统(Networked Control System,NCS)是控制科学、计算机 及网络技术的综合应用,是一种新兴的分布式实时控制系统。通信结构 已经由传统的端对端的通信模式向通用总线形式转变,随之而来的网络 资源的竞争所带来的网络时延赋予传统的控制理论和方法新的含义和研 究内容,所以近些年来对网络控制系统的研究已经成为了控制界新的热 点方向。对网络控制系统的时延和调度的研究是其中重要内容之一,所 以本
  3. 所属分类:其他小程序

    • 发布日期:2024-05-10
    • 文件大小:1713152
    • 提供者:wangbinjie
  1. aleatest1.0

    0下载:
  2. 该仿真器建立在gridsim基础上,能够仿真调度算法,支持多用户同时提交任务等-The simulator built on the basis of gridsim can simulation scheduling algorithm to support multiple users at the same time, such as submission of mission
  3. 所属分类:网格计算

    • 发布日期:2024-05-10
    • 文件大小:53248
    • 提供者:易侃
  1. trustsim

    0下载:
  2. 该仿真软件同样是基于gridsim,用于仿真基于资源信任的调度,非常实用。-The simulation software is based on the same gridsim, resource-based trust for the simulation of the scheduling, very useful.
  3. 所属分类:网格计算

    • 发布日期:2024-05-10
    • 文件大小:708608
    • 提供者:易侃
  1. taskdispather

    0下载:
  2. 机器调度是指有m台机器要处理n个作业,设作业i的处理时间为ti,则对n个作业进行机器分配,使得: (1)一台机器在同一时间内只能处理一个作业; (2)一个作业不能同时在两台机器上处理; (3)作业i一旦运行,则需要ti个连续时间单位。 设计算法进行合理调度,使得在m台机器上处理n个作业所需要的处理时间最短。 -Machine scheduling is the m-machine has to deal with n
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-10
    • 文件大小:49152
    • 提供者:lq
  1. jobshop

    0下载:
  2. 车间调度问题主程序,需要进行自主参数设计-Shop scheduling problem the main program, the need for self-Parameter Design
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:jack
  1. ycsf(paike)

    0下载:
  2. 遗传算法在大学排课问题中的应用,对制作排课系统有重要的参考价值-Genetic Algorithm in the University Timetable Problem of Course Scheduling System has produced an important reference value
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-10
    • 文件大小:253952
    • 提供者:xiaohui
  1. Progress_Scheduling

    0下载:
  2. 操作系统课程设计:进程调度.用优先数调度算法和轮转调度算法进行进程调度模拟,将其各种算法进行调度的过程演示的很全面-Operating systems curriculum design: the process of scheduling. With a few priority scheduling algorithm and scheduling algorithm Round-Robin scheduling simulatio
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-10
    • 文件大小:227328
    • 提供者:wlt
  1. OFDMMATLAB

    0下载:
  2. OFDMMATLAB程序,本程序中得到的收端OFDM信号的频谱波形,是与其发端信号的排步有关的。-OFDMMATLAB procedures, the procedures to be closed end of the spectrum of OFDM signal waveforms, is the originator signals and their related scheduling step.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-10
    • 文件大小:19456
    • 提供者:吴强
  1. Comparable

    0下载:
  2. 我的算法是流水作业问题,就是有多个作业,每个有2个任务,用动态规划实现作业的最优调度,使到完成作业的时间最小.以下是我的代码,我自己实现不了,又找不到错误,请帮帮我吧!-My algorithm is assembly-line issue, that is, there are multiple operations, each has two tasks, using dynamic programming to achieve o
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2024-05-10
    • 文件大小:11264
    • 提供者:WQQ
  1. albdata

    0下载:
  2. 我的算法是流水作业问题,就是有多个作业,每个有2个任务,用动态规划实现作业的最优调度,使到完成作业的时间最小.以下是我的代码,我自己实现不了,又找不到错误,请帮帮我吧!-My algorithm is assembly-line issue, that is, there are multiple operations, each has two tasks, using dynamic programming to achieve o
  3. 所属分类:Windows编程

    • 发布日期:2024-05-10
    • 文件大小:12288
    • 提供者:WQQ
  1. os

    0下载:
  2. 操作系统:模拟磁盘调度算法 课题要求:●建立相应的数据结构 ●在屏幕上显示磁盘请求的服务状况 ●时间的流逝可用下面方法模拟: (a)按键盘,没按一次可认为过了一个时间单位 (b)响应WM_TIMER ●将一批磁盘请求的情况存磁盘文件,以后可以读出并重放 ●支持算法:FIFO,SSTF,SCAN,CSCAN,FSCAN -Operating Systems: simulation of disk sched
  3. 所属分类:系统编程

    • 发布日期:2024-05-10
    • 文件大小:2051072
    • 提供者:jiabin
  1. gege

    0下载:
  2. 进程调度算法:采用最高优先数优先的调度算法(即把处理机分配给优先数最高的进程)和先来先服务算法。 每个进程有一个进程控制块( PCB)表示。进程控制块可以包含如下信息:进程名、优先数、到达时间、需要运行时间、已用CPU时间、进程状态等等。   进程优先数及需要的运行时间可以事先人为地指定(也可以由随机数产生)。进程的到达时间为进程输入的时间。进程的运行时间以时间片为单位进行计算。  -The process of sched
  3. 所属分类:进程与线程

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:110
  1. ProcSchedule

    0下载:
  2. 多级反馈队列调度的模拟实现,通过调度过程,模拟进程调度。-Multilevel Feedback Queue Scheduling Simulation realize, through the activation process, simulating the process of scheduling.
  3. 所属分类:进程与线程

    • 发布日期:2024-05-10
    • 文件大小:568320
    • 提供者:钟远辉
  1. jobs

    0下载:
  2. 假定只能在一台机器上处理n个作业 ,每个作业 有一个处理时间 ,利润 和截止时间 。机器一次只能处理一个作业,作业 必须不间断地运行 个连续时间单位。如果作业 在它的截止时间 之前完成,则得利润 ,但如果作业在截止时间之后完成,则得利润为0。假设所有处理时间为 之间的整数,最大利润作业调度问题要求确定个n作业的一个子集,使得该子集中作业调度所获得的利润最大。-Assumed that only one machine n-deal op
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:me
  1. JSPGA

    1下载:
  2. 车间作业调度问题遗传算法Matlab源码 -Job-shop scheduling problem genetic algorithm source Matlab
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:hj
  1. PK20free4

    0下载:
  2. vb+ACCESS编写的中小学排课表软件,可以输入、排课、查询和打印,班级课表、教师课表、教师工作量等。-vb ACCESS to prepare the primary and secondary Course Scheduling spreadsheet software, you can input, Timetable, query and print, Class curriculum, teachers, curricu
  3. 所属分类:界面编程

    • 发布日期:2024-05-10
    • 文件大小:68608
    • 提供者:朱键君
  1. GA_term_project

    2下载:
  2. 流水车间调度遗法,支持窗口输入主要的控制参数,和仿真图及收敛曲线。-Flowshop scheduling survived by law, to support the importation of the main window of the control parameters, and simulation and the convergence curve of Fig.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-10
    • 文件大小:26624
    • 提供者:athen
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »

源码中国 www.ymcn.org