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

搜索资源列表

  1. suanfa

    0下载:
  2. 操作系统,进程调度算法的模拟,用C语言实现对5个进程采用动态优先权优先算法的进程调度-jinchengdiaodusuanfa
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:2146
    • 提供者:周恺君
  1. mnjcdd

    0下载:
  2. 模拟进程调度 随机生成进程,再进行调度的算法-Simulation of the process of scheduling the process of randomly generated, then the algorithm for scheduling
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:1212
    • 提供者:李宇帆
  1. jincheng

    0下载:
  2. 该程序模拟进程按优先权高者优先调度,在优先权相同的条件下,所需的运行时间短的优先调度-The program simulated the process of high priority by the priority scheduling, the priority under the same conditions, the short running time required for the priority scheduling
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:1587
    • 提供者:
  1. quickroom041_src

    0下载:
  2. QuickRoom是我写的在VS游戏平台的挤房间工具,用的人都说很好。源码主要特点在于跨进程模拟鼠标点击窗口,可谓非常智能-QuickRoom yes I wrote the game platform in the VS tools for crowded room with people who say that good. Source is the main features of the process of simulated mouse clicks across the wind
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:21380
    • 提供者:lynn
  1. jinchengdiaodu

    0下载:
  2. 模拟进程调度算法,用先来先服务算法进行调度。-Simulate the process of scheduling, first-come first-served scheduling algorithm.
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:1363
    • 提供者:张驰
  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. VirtuaWin_source_4.0

    0下载:
  2. 小巧好用,且支持插件,开源的虚拟桌面软件.该软件本身可以模拟多个桌面,并且通过插件还可以实现进程管理,桌布替换等功能. 而且完全免费,开源,供开发者使用研究.软件启动后显示在系统托盘,左键点击出现布局设置,右键可以进行功能设置.该软件为 VC++ 编写, -Small and easy to use, and supports plug-ins, open source virtual desktop software. The software itself can simulate
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:74085
    • 提供者:wanmei2010
  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. service

    0下载:
  2. 这是一个模拟进程的先来先服务的进程调度算法-Process, the process of first come first serve scheduling algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:1451
    • 提供者:王小方
  1. ProcessScheduling

    0下载:
  2. 进程调度模拟实验,为学校操作系统课程设计内容-Process scheduling simulation experiments, the content of curriculum design for schools operating system
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:531736
    • 提供者:杨子江
  1. yuanma

    0下载:
  2. 见题目模拟进程调度中的高优先级优先调度算法-can t you see
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:3118
    • 提供者:陈超
  1. 11

    0下载:
  2. 进程控制用PCB表示整个进程实体,利用随机数方法或键盘控制方法模拟进程执行中产生的事件。或者利用鼠标或者键盘中断的基于图形接口方式的进程控制管理。 具体过程: 1、 定义PCB(可以采用静态结构或动态结构):包括理论PCB中的基本内容,如内部ID、外部ID、进程状态、队列指针。由于无法实现真正的进程创建功能,在实验中只需建立PCB,用它代表完整的进程。 2、 定义进程状态转换方式:进程的状态转换是由进程内部操作或操作系统的控制引起,由于无法实现这些功能,学生可以采用随机数方法或键盘控
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1776
    • 提供者:yli
  1. Process

    0下载:
  2. 本次课程设计要求采用VC++结合MFC界面模拟进程调度-The curriculum requires VC++ MFC interface with process scheduling simulation
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:49045
    • 提供者:chenjian
  1. First-come-first-service

    0下载:
  2.  先来先服务,抢占式进程。 模拟进程调度,能够处理以下的情形:    ⑴ 能够选择不同的调度算法(要求中给出的调度算法);    ⑵ 能够输入进程的基本信息,如进程名、到达时间和运行时间等;    ⑶ 根据选择的调度算法显示进程调度队列; ⑷ 根据选择的调度算法计算平均周转时间和平均带权周转时间。-First-come, first-served preemptive process. Analog process scheduling, able to handle the
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-15
    • 文件大小:2155
    • 提供者:Shaojie Kang
  1. ProcessToCreate

    0下载:
  2. 操作系统作业:在vs2008的环境当中,建立了一个模拟 进程创建的问题,代码可用-在vs2008的环境当中,建立了一个模拟 进程创建的问题,代码可用
  3. 所属分类:Other systems

    • 发布日期:2017-12-04
    • 文件大小:13718089
    • 提供者:路大有
  1. jinchengdiaodu-

    0下载:
  2. 用linux的内核的链表源码 实现模拟进程的优先调度-With the Linux kernel source code to implement a process simulation in the list of priority scheduling
  3. 所属分类:Other systems

    • 发布日期:2017-04-26
    • 文件大小:19689
    • 提供者:静心
  1. FCFS

    0下载:
  2. 模拟进程调度算法-先来先服务(FCFS),简单理解进程调度的基本内容-Simulation process scheduling algorithm- first come, first served (FCFS), simple to understand the basic process of scheduling content
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-07
    • 文件大小:1200039
    • 提供者:班靖远
  1. JIN-CHENG-DIAO-DU

    0下载:
  2. 实现FPF和RR算法,模拟进程调度过程,加深对进程调度的理解。- Implementation of FPF and RR algorithm, simulation process scheduling process, to deepen the understanding of the process of scheduling.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1476
    • 提供者:周舟
  1. HYBWGX

    0下载:
  2. vb模拟进程调度,rar 是学生学习操作系统的页面存储的课程实验习题-Vb simulated process scheduling, rar is students learning the lessons of the operating system page storage experiment exercises
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-18
    • 文件大小:31744
    • 提供者:svqial
  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
« 12 3 4 5 »
搜珍网 www.dssz.com