CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 操作系统开发 搜索资源 - multi process

搜索资源列表

  1. duojifankui

    0下载:
  2. 该程序使用优先数法和多级反馈队列法对进程进行调度-procedures for the use of the priority method and multi-level method of feedback queue scheduling process
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:10.79kb
    • 提供者:张 红
  1. OS_Process

    0下载:
  2. 一个操作系统的模拟多进程代码,可以任意输入进程名字,进程优先级别和进程的运行时间,然后程序会自动输出运行情况,直到结束-an operating system of multi-process simulation code can be indiscriminate importation process name, process and the priority level of the process of running time, and then the program will
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:7.47kb
    • 提供者:zhangjie
  1. process-simulate

    0下载:
  2. c++模拟系统进程调度 包括FCFS,时间片轮转,多级反馈,静态优先级,动态优先级-c++ simulation system process scheduling including FCFS, round-robin, multi-level feedback, static priority, dynamic priority
  3. 所属分类:OS Develop

    • 发布日期:2017-05-04
    • 文件大小:1.14mb
    • 提供者:lijie
  1. sun2.rar

    0下载:
  2. 在采用多道程序设计的系统中,往往有若干个进程同时处于就绪状态。当就绪进程个数大于处理器数时,就必须依照某种策略来决定哪些进程优先占用处理器。本实验模拟在单处理器情况下的处理器调度,帮助学生加深了解处理器调度的工作,The introduction of multi-channel programming system, often at the same time there are a number of processes in a state of readiness. When the
  3. 所属分类:OS Develop

    • 发布日期:2017-03-30
    • 文件大小:1.58kb
    • 提供者:sun
  1. form

    0下载:
  2. 多级反馈队列模拟进程调度C语言代码,多级反馈队列模拟进程调度C语言代码。-Multi-level feedback queue scheduling C language code modeling process, multi-level feedback queue scheduling simulation of the process of C language code.
  3. 所属分类:OS Develop

    • 发布日期:2017-03-31
    • 文件大小:1.09kb
    • 提供者:
  1. 516

    0下载:
  2. 操作系统的课程设计 一个简单的关于用多进程同步方法解决生产者-消费者问题的代码以及论文-Curriculum design operating system on a simple multi-process synchronization solution to the producer- consumer issues, as well as paper code
  3. 所属分类:OS Develop

    • 发布日期:2017-03-24
    • 文件大小:115.84kb
    • 提供者:萧天
  1. os

    0下载:
  2. 实现模拟的进程调度:时间片轮转,高优先级,多级反馈队列-Analog of the process scheduling: time slice rotation, high-priority, multi-level feedback queue
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:563.82kb
    • 提供者:wumai
  1. os4

    0下载:
  2. 模拟进程同步算法,包括FCFS(先到先服务),SJF(最短优先),RR(Round-Robin),优先权调度及多级队列调度-Simulation process synchronization algorithms, including FCFS (first come first serve), SJF (shortest first), RR (Round-Robin), priority scheduling and multi-level queue scheduling
  3. 所属分类:OS Develop

    • 发布日期:2017-03-28
    • 文件大小:8.33kb
    • 提供者:linqingyang
  1. 1

    0下载:
  2. 单道多道 程序的实现 不带输入,但是可以通过define 来实现-Single-channel multi-channel process of the realization of non-importation, but can define to achieve
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:2.4kb
    • 提供者:小尢
  1. Produce

    0下载:
  2. 本程序是操作系统里面常用的一个程序,某工厂有两个生产车间和一个装配车间,两个生产车间分别生产A、B两种零件,装配车间的任务是把A、B两种零件组装成产品。两个生产车间每生产一个零件后都要分别把它们送到装配车间的货架F1、F2上,F1存放零件A,F2存放零件B,F1和F2的容量均为可以存放10个零件。装配工人每次从货架上取一个A零件和一个B零件然后组装成产品。用多线程并发进行正确的管理。-This procedure is commonly used operating system inside
  3. 所属分类:OS Develop

    • 发布日期:2017-03-28
    • 文件大小:31.68kb
    • 提供者:菲戈
  1. Operating_System

    0下载:
  2. 包括操作系统引论,进程管理,作业管理,存储器管理,I/O设备管理,文件管理,多处理机操作系统,网络操作系统和分布式操作系统,UNIX系统的内部结构,SHELL等章节内容-Including the operating system introduction, process management, operations management, memory management, I/O device management, document management, multi-processo
  3. 所属分类:OS Develop

    • 发布日期:2017-06-14
    • 文件大小:20.62mb
    • 提供者:Jane
  1. SGOS_0.6

    0下载:
  2. SimpleGraphicOperatingSystem 32位图形化操作系统 多进程 支持FAT32 详见www.sgos.net.cn-SimpleGraphicOperatingSystem 32-bit graphics-based operating system, multi-process support FAT32 see www.sgos.net.cn
  3. 所属分类:OS Develop

    • 发布日期:2014-10-24
    • 文件大小:5.61mb
    • 提供者:TommyYang
  1. product_consume_pro

    0下载:
  2. 通过多线程模拟,实现生产和消费者进程同步问题,可以作为教学演示-Through multi-threaded simulation, the process of production and consumer synchronization problem can be as a teaching demonstration
  3. 所属分类:OS Develop

    • 发布日期:2017-05-08
    • 文件大小:1.55mb
    • 提供者:chen
  1. fbqueue_attemper

    1下载:
  2. 合肥工业大学操作系统课程设计 进程/作业调度:多级反馈队列调度算法。 1建立作业的数据结构描述; 2使用两种方式产生作业:(a)自动产生, (b)手工输入; 3在屏幕上显示每个作业的执行情况; 4时间的流逝可用下面几种方法模拟:(a)按键盘,每按一次可认为过一个时间单位; (b) 响应WM_TIMER; 5计算并显示一批作业的周转时间、平均周转时间、带权周转时间、平均带权周转时间。 6将一批作业的执行情况存入磁盘文件,以后可以读出并重放;-Hefei Universi
  3. 所属分类:OS Develop

    • 发布日期:2017-05-15
    • 文件大小:3.58mb
    • 提供者:
  1. management-of-process

    0下载:
  2. 综合应用下列知识点设计并实现操作系统的进程调度:邻接表,布尔数组,非阻塞输入,图形用户界面GUI,进程控制块,进程状态转换,多级反馈队列进程调度算法。-Comprehensive application of the following knowledge points and the process scheduler of the operating system : the adjacency table , Boolean array , non-blocking input , gra
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:46.64kb
    • 提供者:Poline
  1. Vxworks-official-application-

    0下载:
  2. Vxworks官方应用 包括网络 文件系统 多进程操作 多任务操作等内容-The Vxworks official applications include the contents of the multi-process operation of the Network File System multi-task operation
  3. 所属分类:OS Develop

    • 发布日期:2017-04-02
    • 文件大小:602.75kb
    • 提供者:王伟
  1. process-scheduling

    0下载:
  2. 设计一个有 N个进程并发执行的进程调度模拟程序。用C++模拟基于时间片的轮转算法、静态优先算法、动态优先算法、多级反馈队列调度算法-The design of an N processes concurrently executing process scheduling simulation program. In C++ to simulate the rotation algorithm based on the time slice, the static priority algori
  3. 所属分类:OS Develop

    • 发布日期:2017-11-04
    • 文件大小:276.39kb
    • 提供者:夜鼠
  1. process-scheduling

    0下载:
  2. 操作系统进程调度,包括最高优先数优先算法、简单时间片轮转调度算法、多级反馈队列调度算法-Operating system process scheduling, including the highest priority first algorithm, a simple time-slice round-robin scheduling algorithm, multi-level feedback queue scheduling algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-11-17
    • 文件大小:237.01kb
    • 提供者:潘宝
  1. Gui-Chen_lab3.tar

    0下载:
  2. 操作系统实验,共享内存的实现,实现多进程共享同一个内存块。-Experimental operating system, shared memory, achieving multi-process share the same memory block.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-25
    • 文件大小:136.36kb
    • 提供者:chen
  1. Banker

    0下载:
  2. 银行家算法简单实现(多线程 VC) 用多线程模拟多进程实现银行家算法-Bankers algorithm simple implementation (multi-thread VC) with a multi-threaded multi-process simulation algorithm to achieve bankers
  3. 所属分类:OS Develop

    • 发布日期:2017-04-13
    • 文件大小:2.03kb
    • 提供者:韩文旭
« 12 »
搜珍网 www.dssz.com