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

搜索资源列表

  1. 模拟进程同步

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

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

    0下载:
  2. 一个用vb编写的用来模拟进程调度的小程序!-with a vb prepared for the simulation process of scheduling small programs!
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:29517
    • 提供者:路加
  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. 模拟进程调度

    0下载:
  2. 模拟操作系统进程调度的算法采用时间片轮转法和优先权法-operating system simulation process scheduling algorithm-time Web-law and law priority
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:6537
    • 提供者:杨鼎新
  1. 进程调度法

    0下载:
  2. 一个计算机操作系统实验程序,模拟进程调度算法。-a computer operating system experimental procedure, process simulation scheduling algorithm.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1049
    • 提供者:尹亮
  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. 进程同步实验

    2下载:
  2. 此为操作系统实验:进程同步机制的模拟实现. 报告中有 程序流程图 解题思路 部分主要源码等!! 简介:进程是程序在一个数据集合上运行的过程,进程是并发执行的,也即系统中的多个进程轮流地占用处理器运行。 我们把如干个进程都能进行访问和修改地那些变量成为公共变量。由于进程是并发执行的,所以,如果对进程访问公共变量不加限制,那么就会产生“与时间有关”的错误,即进程执行后,所得到的结果与访问公共变量的时间有关。为了防止这类错误,系统必须要用同步机构来控制进程对公共变量的访问。一般说,同步机构是由若干条原
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:8045
    • 提供者:何浩
  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. 模拟进程调度的各种算法_OS.rar

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

    • 发布日期:2011-05-16
    • 文件大小:2606
    • 提供者:_mekjl
  1. produce_consume

    0下载:
  2. 模拟进程同步中的进程与线程问题,熟悉信号量的使用及互斥同步过程-Simulation of the process of synchronization of processes and threads problem, familiar with the use of semaphores and mutex synchronization process
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-10
    • 文件大小:16702
    • 提供者:许佳
  1. process

    0下载:
  2. 为了更充分的利用CPU,必须管理好进程内及进程间的调度关系,此实验就是模拟进程之间的调度方法。在实验中,只模拟了3个状态之间的调度过程,为了便于观察调度过程,我采用手动操作方式(即根据操作者输入的命令来做相应的转换)。在程序中,为进程建议一个结构体,以这种类型建立一个数组,用了存储所有进程信息;同时建议了两个先进先出的对列(ready,blocked)用来存储当前就绪的进程和等待资源的进程(在程序中这两个队列只是存储了进程在存储进程的数组的下标,用下标来作为唯一标识且访问,但是不是pid)。对列
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:1137002
    • 提供者:white Snow
  1. acm

    0下载:
  2. 操作系统课程实验,模拟进程调度,涉及图形用户界面GUI和进程调度算法,用VC6.0实现,包含定时器应用和快捷键创建。-Operating system course experiment to simulate the process of scheduling, involving graphical user interface GUI and the process of scheduling algorithm, using VC6.0 to achieve, including the
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-10
    • 文件大小:2085700
    • 提供者:
  1. 操作系统+模拟的+欢迎下载+C#版

    0下载:
  2. 这是个模拟操作系统,实现了基本的文件管理,进程管理,内存管理-This is a simulation of the operating system to achieve the basic document management, process management, memory management
  3. 所属分类:其他小程序

    • 发布日期:2017-03-29
    • 文件大小:405510
    • 提供者:远光
  1. xx

    0下载:
  2. 操作系统的课程设计,模拟进程管理器,有新建进程,显示进程,删除进程,更换进程,进程间通信等-Operating systems curriculum design, simulation process manager, there are new processes, show the process, remove the process, change process, inter-process communication
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:138002
    • 提供者:maya
  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. 依据生产者-消费者模型,在Windows年环境下创建一个控制台进程,在该进程中创建n个线程模拟生产者和消费者,实现进程(线程)的同步与互斥,分析、熟悉生产者消费者问题仿真的原理和实现技术。
  3. 所属分类:系统编程

  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. 进程调度终结版

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

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