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

搜索资源列表

  1. vb模拟进程调度

    1下载:
  2. vb模拟进程调度.rar 是学生学习操作系统的页面存储的课程实验习题. 做的教完善, 值得借鉴.-vb modeling process scheduling. Rar Students learn the operating system stored pages Experimental Exercise. So the perfect, is worth learning from.
  3. 所属分类:uCOS开发

    • 发布日期:2008-10-13
    • 文件大小:30428
    • 提供者:刀尖
  1. c 模拟进程管理

    0下载:
  2. 模拟进程管理,是针对操作系统这门课程而开发的一个小程序-simulation process management, which is to the operating system and development course of a small program
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:3504
    • 提供者:望军
  1. 模拟进程同步

    0下载:
  2. 模拟操作系统里的进程的同步实现,用C开发。-operating system simulation of the process of synchronization with C development.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:29854
    • 提供者:李小刚
  1. 模拟进程控制块

    0下载:
  2. 一个小的进程调度-a small Process Scheduling
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:8662
    • 提供者:晓丽
  1. 模拟进程管理

    0下载:
  2. 本程序模拟进程管理,类似windows里的进程管理界面,但是只是模拟各种状态的转换以及cpu的分配,有利于在学习os时对进程加深理解-the simulation process management, and similar windows Lane process management interface, but only to simulate a state of the allocation of cpu is conducive to the learning process ri
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:12818
    • 提供者:刘凯
  1. 模拟进程调度(NEW)hxr

    0下载:
  2. C语言模拟进程调度程序,注释很全,向大家推荐,都来下载阿-C language modeling process scheduler, notes very long, we recommend to you, to download A!
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:1208
    • 提供者:gwb2008
  1. 模拟进程的调度

    0下载:
  2. 这是一个用Delphi做的模拟进程的调度的源代码,对学习操作系统的朋友可能有所帮助!-Delphi do the scheduling process simulation source code, to learn the operating system might be helpful to a friend!
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:3745
    • 提供者:大包
  1. 模拟进程利用双向邮箱通信

    0下载:
  2. 模拟进程利用双向邮箱通信 随机生成一个邮箱,两个进程利用该邮箱相互通信,信息的大小与邮箱的大小相同。哪一个进程为发送进程,哪一个进程为接收进程是随机的,由随机函数随机选择。但是若一进程成为发送进程,那么另一个进程只能是接收进程。如果没有申请到资源,就不能建立邮箱,发送进程不能发送消息。如果邮箱中没有空闲单元,发送进程不能够发送消息;如果邮箱中没有消息,接收进程不能够接收消息。-modeling process using two-way communications mail generates
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:1305
    • 提供者:haha
  1. 编程模拟进程的调度算法

    0下载:
  2. 编程模拟进程的调度算法
  3. 所属分类:报告论文

  1. 模拟进程调度的各种算法_OS.rar

    1下载:
  2. 模拟进程调度的各种算法_OS:FCFS,SPN,RR,NPPS,PPS
  3. 所属分类:系统编程

    • 发布日期:2011-05-16
    • 文件大小:2606
    • 提供者:_mekjl
  1. 实现操作系统模拟进程功能

    0下载:
  2. 实现操作系统模拟进程功能,帮助初学操作系统的学员更好的理解进程的功能-Realize the operating system simulation process function, help beginners operating system s students better understand the function of process
  3. 所属分类:操作系统开发

    • 发布日期:2017-03-26
    • 文件大小:1027
    • 提供者:王二丫
  1. 进程调度与作业调度的模拟

    0下载:
  2. 对进程调度与作业调度的模拟,进程调度算法:采用的是最高优先数优先的高度算法(即把处理机分配给优先数最高的进程和先来先服务算法。分区分配和回收算法:采用首次适应算法和最佳适应算法实现动态分区。其中,空闲分区通过空闲分区链来管理,在进行内存分配时,系统优先使用空闲区低端的空间。-process of scheduling and job scheduling simulation and process scheduling algorithm : the highest priority is t
  3. 所属分类:OS Develop

    • 发布日期:2017-03-23
    • 文件大小:40000
    • 提供者:陈任全
  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
    • 文件大小:8528
    • 提供者:linqingyang
  1. process

    0下载:
  2. 这是一个用C#做的小软件,模拟进程的管理,希望对大家有用-This is a C# to do with a small software to simulate the process of management, in the hope that useful
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-09
    • 文件大小:1842500
    • 提供者:田田
  1. proc

    0下载:
  2. 使用c语言编写的模拟进程调度程序。其中实现了多种进程调度方发,优先数法,时间片法,轮转法等。-Using the c language of the modeling process scheduler. Which to achieve a variety of process scheduling side hair, priority number method, time slice method, rotation law.
  3. 所属分类:OS Develop

    • 发布日期:2017-03-30
    • 文件大小:2005
    • 提供者:王国澎
  1. process

    0下载:
  2. 模拟进程调度的算法(时间片轮转及先来先服务) 包含图形演示-Process Scheduling algorithms (time slice cycle and first come first served)
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-13
    • 文件大小:3263683
    • 提供者:秦璞
  1. Dispatch

    0下载:
  2. 一个模拟进程调度器的仿真,界面工整,模拟效果接近现实,值得借鉴-An analog simulation of the process scheduler, neat interface, simulation results closer to reality, it is worth drawing
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-10
    • 文件大小:1906727
    • 提供者:李纯
  1. 进程调度算法

    0下载:
  2. 模拟进程调度的过程,包括先到先得进程调度算法和RR轮转调度算法。(The process of simulating process scheduling, including the first to first process scheduling algorithm and the RR rotation scheduling algorithm.)
  3. 所属分类:其他

    • 发布日期:2018-01-09
    • 文件大小:2048
    • 提供者:jttqhh1
  1. os3

    0下载:
  2. 模拟进程调度的算法。有先来先服务算法,短进程优先算法,优先级调度算(An algorithm for simulating process scheduling. A first service algorithm, a short process priority algorithm, a priority scheduling algorithm)
  3. 所属分类:

    • 发布日期:2018-01-10
    • 文件大小:2669568
    • 提供者:Adc12138
  1. 进程调度终结版

    0下载:
  2. 模拟进程调度算法,分别有先来先服务、静态优先权、时间片轮转三种算法,动态显示调度过程,C语言编写,逻辑清楚易于理解。(Process scheduling algorithm simulation)
  3. 所属分类:Windows编程

    • 发布日期:2018-04-28
    • 文件大小:566272
    • 提供者:白彩媛
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com