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

搜索资源列表

  1. cg

    0下载:
  2. 这是一个进程调度的算法,式用C++编写的,有短作业优先和先来先服务俩各种-This is a process of scheduling algorithm, C-prepared in a short operation priorities and a first-come first-the two different services
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:2362
    • 提供者:xinxin
  1. cankaodaima

    0下载:
  2. 操作系统实验2:进程调度策略的模拟实现 1、 设计一个有 N个进程共行的进程调度程序。 2、 每个进程有一个进程控制块PCB来表示,进程控制块的格式为: 进程名 优先数 到达时间 需要运行时间 已占用CPU时间 进程状态 a) 进程优先数、需要运行时间、到达时间可以事先人为地指定,也可以随机产生,注意初始化上述数值时要尽量使进程并发执行,而不是按到达时间顺序调度。 b) 进程的运行时间以时间片为单位进行计算。 c) 进程状态分为就绪、运行、完成三
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:985
    • 提供者:qiuzhicheng
  1. liushuixian

    0下载:
  2. 一个简单的算法设计程序,用C++编写,实现流水线的调度。-a simple algorithm design process, using C, the realization of the pipeline scheduling.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:11646
    • 提供者:映雪
  1. diaodusuanfa

    0下载:
  2. 进程调度算法,有首次适应,最优适应算法,最差适应算法-process scheduling algorithm, the first adaptation, optimal adaptation algorithm, the worst adaptation algorithm
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1879
    • 提供者:于里
  1. www

    1下载:
  2. (一)功能要求: (1) 信息维护: 要求:学生信息数据要以文件的形式保存,能实现学生信息数据的维护。此模块包括子模块有:增加学生信息、删除学生信息、修改学生信息 (2) 信息查询:要求:查询时可实现按姓名查询、按学号查询 (3) 成绩统计:要求:A输入任意的一个课程名(如数学)和一个分数段(如60--70),统计出在此分数段的学生情况。 (4) 排序:能对用户指定的任意课程名,按成绩升序或降序排列学生数据并显示排序结果(使用表格的形式显示排序后的输出结果)(使用多种方法排序
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:6633
    • 提供者:wangteng
  1. paixu

    0下载:
  2. 用汇编语言实现人名排序问题,根据字母的顺序排列,先比较首字母,如果相同则比较之后的字母-using assembly language to achieve names scheduling problem, according to the alphabetical order, compare the first letters of the alphabet, If the same comparison is the after letters
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1062
    • 提供者:吴峰心
  1. TakeClassSystem

    0下载:
  2. 基于遗传算法的排课系统,可以实现多种课程的排列-based on genetic algorithm Course Scheduling System, can achieve a wide variety of courses with the
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:644490
    • 提供者:sunyan
  1. process

    0下载:
  2. 进程间调度,共享内存,进程通信,子进程创建-inter-process scheduling, shared memory and process communications, process-creation
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:934625
    • 提供者:jiaomingliang
  1. neicunyemianzhihuansuanfa

    0下载:
  2. 编程序实现下述磁盘调度算法,并求出每种算法的平均寻道长度,要求设计主界面以灵活选择某算法,且以下算法都要实现: 1、先来先服务算法(FCFS) 2、最短寻道时间优先算法(SSTF) 3、扫描算法(SCAN) 4、循环扫描算法(CSCAN) -programmed to achieve the following disk-scheduling algorithms, and each algorithm calculated the average Seeking lengt
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:152468
    • 提供者:张宁
  1. process

    0下载:
  2. 编写并调试一个模拟的进程调度程序,采用“最高优先数优先”调度算法对五个进程进行调度。 “最高优先数优先”调度算法的基本思想是把CPU分配给就绪队列中优先数最高的进程。 静态优先数是在创建进程时确定的,并在整个进程运行期间不再改变。 -prepared a simulation and debugging process scheduling procedures, "Priority number of the highest priority" Schedu
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:9408
    • 提供者:111111
  1. lun

    0下载:
  2. 处理机调度的算法,操作系统的课程设计,主要是应用轮转法进行进程的调度-processor scheduling algorithms, operating system design of Web applications is the main method of the scheduling process
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1933
    • 提供者:yan yue
  1. FCFS

    0下载:
  2. 完整的造作系统课程设计报告,附带源代码 FCFS进程处理机调度-integrity of the curriculum design artificial systems, ancillary source code FCFS queue processor scheduling process
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:28178
    • 提供者:武建
  1. zz

    1下载:
  2. 进程是操作系统实质的关键,本次是设计一个允许N个进程并发运行的进程管理模拟系统,包括以下内容: (1)简单的进程控制 (2)同步及通讯机构 (3)中断机构 (4)进程调度 -process is the key to real operating system. The design is a process of allowing N-operation with the simulation process management systems, including
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:2419
    • 提供者:zz
  1. jinchen1

    0下载:
  2. 用C语言实现进程调度-操作系统课程设计设计思想: “最高优先数优先”调度算法的基本思想是把cpu分配给就绪队列中优先数最高的进程。采用动态优先数,即优先数在创建进程时给定一个初始值,当进程获得一次cpu后其优先数就减少1。-C language scheduling process-design courses on operating system design : "Priority number of the highest priority" scheduling
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:12579
    • 提供者:zz
  1. process_attemper

    1下载:
  2. 1、 :编写并调试一个模拟的进程调度程序,采用“最高优先数优先”调度算法对进程进行调度。 “最高优先数优先调度算法的基本思想是把CPU分配给就绪队列中优先数最高的进程。尝试静态优先数与动态优先数两种方法: a) 静态优先数是指优先数在整个进程运行期间不再改变。优先数可以在数据输入时指定,也可以根据到达顺序、运行时间确定。 b) 动态优先数是指进程的优先数在创建进程时可以给定一个初始值,并且可以按一定原则修改优先数。例如进程获得一次CPU后就将其优先数减少1。或者进程等待的时间超过某一时限
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:365976
    • 提供者:huiting_liu
  1. PK

    0下载:
  2. 排课系统,用户输入教师信息,教室信息,以及班级的上课信息,系统根据这些信息自动进行排课。-Course Scheduling System, the user input information teachers, classroom information, as well as classes in the school of information, According to the information system automatically schedule arrangement
  3. 所属分类:SQL Server数据库

    • 发布日期:2008-10-13
    • 文件大小:265713
    • 提供者:梨明
  1. shiyan6

    0下载:
  2. 主要是对成绩进行输入、排序、按名次输出的一个程序 -are the major achievements for input, scheduling, according to a ranking procedure output
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1268
    • 提供者:张国会
  1. suanfa

    0下载:
  2. 最坏适应算法 可变分区调度算法有:最先适应分配算法,最优适应分配算法,最坏适应算法 -worst adaptation algorithm Variable Area scheduling algorithm : the first adaptation allocation algorithm, the optimal allocation algorithm adapt, the worst adaptation algorithm
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:3317
    • 提供者:jin
  1. FileSearcher

    0下载:
  2. 文件搜索系统 智能排序 可以按文件内容或文件名搜索,并且可以按文件名,修改日期... ...排序 当初学校java实训的项目 那时侯不知道有LinkedList竟然自己花了3天时间自己写了的LinkList 有什么问题请和我联系 QQ:281284015 Email:ibm_chen@163.com -document search system for smart scheduling according to the contents of the docum
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:20084
    • 提供者:chenmin
  1. jinchengdiaodu

    0下载:
  2. 实现两种调度方式的进程调度模拟,可以自己设定进程的参数来完成调度-way to achieve both scheduling process scheduling simulation can be set for the process to complete the scheduling parameters
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:108955
    • 提供者:yuhong
« 1 2 ... 43 44 45 46 47 4849 50 »
搜珍网 www.dssz.com