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

搜索资源列表

  1. FileSystemdesign

    1下载:
  2. 模拟文件系统,操作系统课程设计的心血,含详细设计报告(设计要求、设计思想、数据结构设计、实体关系图、数据流图、程序流程图、结果分析等)。界面友好,模拟MS-DOS命令行方式,并提供命令列表和命令帮助。编程语言:c语言,编译工具:VC6.0。主要内容:模拟磁盘(使用内存空间)、模拟磁盘空间申请、模拟文件目录、模拟打开文件表。主要功能:建立文件、写文件、读文件、显示文件、删除文件、重命名文件、查询文件属性、关闭文件。 -simulation file system, operating syst
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:135.57kb
    • 提供者:邹英斌
  1. MyProjects

    0下载:
  2. 所写代码分别为链表以及操作系统中用到的进程调度和页式管理中的淘汰算法。-Written code for the list, respectively, as well as the operating system used in the process of scheduling and management of page-out algorithms.
  3. 所属分类:OS Develop

    • 发布日期:2017-05-12
    • 文件大小:2.46mb
    • 提供者:姜峰
  1. memory

    0下载:
  2. 使用双向循环链表实现的动态内存管理,包括申请和分配内存块的过程-The realization of the use of two-way circulation list of dynamic memory management, including the application and allocation process of memory blocks
  3. 所属分类:OS Develop

    • 发布日期:2017-04-02
    • 文件大小:2.11kb
    • 提供者:林毅
  1. mode1

    0下载:
  2. 内存是计算机系统中储存指令代码和各种数据的主要部件,如果内存短缺或者管理不当,将导致整个系统反应迟缓,甚至崩溃。所以,建立稳定、高效的内存管理策略是一个很重要的且必须面对的问题。现代的操作系统中运用位图、链表等多种手段和算法来管理内存。伙伴算法(Buddy System)是一种经典的内存管理算法。在Unix和Linux操作系统中都有用到。其作用是减少存储空间中的空洞,减少碎片,增加利用率。 本程序模拟了内存管理的过程-Memory is stored in a computer system
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:2.18kb
    • 提供者:echo
  1. bank)

    0下载:
  2. 银行家算法的程序,将文件改成c语言就行了。认真编写-Banker' s algorithm process the file into c language on the list. Carefully prepared
  3. 所属分类:OS Develop

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

    0下载:
  2. TSOT:实验一 进程队列模拟,队列使用链表形式。 TSOP:实验二 页面请求模拟,生成表单一中的页面地址映射有严重问题,我没有重做。 TAOT:实验三 进程调度。 TAOB:实验四 银行家算法,不能自行设定进程数量,用的是递归算法。-TSOT: experimental simulation of a process queue, the queue using linked list form. TSOP: 2 page requests simulation exp
  3. 所属分类:OS Develop

    • 发布日期:2017-03-27
    • 文件大小:35.88kb
    • 提供者:yaowenxue
  1. vs

    0下载:
  2. My Mini 操作系统 源码.目前已经实现的功能: 阶段1: 1 BootSect 2 Kernel Loader (已经进入保护模式,并且将必要的参数传递给Kernel) 3 Kernel (开启页式存储,物理内存的简单管理,为中断提供了一套基本的接口,利用Bget建立了一个简单的堆) 阶段2: 1 优化了一部分代码,包括内核堆,内核栈的重新布置 2 初始化了一个TSS,用以处理特权级变化 3 将GDT从以前的KernelLoader空间到自己的空间 4
  3. 所属分类:OS Develop

    • 发布日期:2017-03-27
    • 文件大小:66.17kb
    • 提供者:程光
  1. ClockPageReplacement

    0下载:
  2. 一个用循环链表模拟操作系统进程调度中的时间片轮转策略-A simulation of the operating system process the cyclic list scheduling time slice rotation strategy
  3. 所属分类:OS Develop

    • 发布日期:2017-05-10
    • 文件大小:1.98mb
    • 提供者:费腾
  1. jincheng

    0下载:
  2. 关于操作系统进程的创建,阻塞,暂停,进程的结束,利用链表实现的-Created on the operating system process, obstruction, pause, end of the process, the use of linked list implementation
  3. 所属分类:OS Develop

    • 发布日期:2017-04-10
    • 文件大小:1.85mb
    • 提供者:姜霞霞
  1. IO-System

    0下载:
  2. 本实验要求实现模拟单通路I/O系统中的设备分配程序,有如下要求: 1、设计系统设备表SDT、设备控制表DCT、控制器表COCT、通道表CHCT和逻辑设备表LUT。 2、提供给用户各表目的初态。 -This experiment simulating single access requirements I/O system of allocation process and equipment for the following requirements: 1, design sys
  3. 所属分类:OS Develop

    • 发布日期:2017-03-27
    • 文件大小:3.62kb
    • 提供者:yyy
  1. WinRAR-ZIP-

    0下载:
  2. 本程序显示了创建子进程的基本框架,该程序只是再一次的启动自身,显示它的系统进程ID和它在进程列表中的位置。-This program shows the basic framework to create a child process, it is only the start itself again, the system displays its process ID and its position in the process list.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-02
    • 文件大小:1.17kb
    • 提供者:刘力
  1. ProcessMonitorProject

    0下载:
  2. 进程监控功能实时监控操作系统中的所有进程运行情况,如果发现非法进程,就立即阻止或结束其进程,当阻止或结束动作 完成后,将此情况记录到日志文件中,以便后续追查。非法进程是通过自动判断或人工手段通知进程监控程序,进程监控得到黑 进程列表后,实时判断当前系统中是否存在非法进程。 -Process monitoring in real-time monitoring of all operating system processes running, and if found illeg
  3. 所属分类:OS Develop

    • 发布日期:2017-04-10
    • 文件大小:1.71mb
    • 提供者:wuji
  1. rr

    0下载:
  2. 时间片轮转调度是一种最古老,最简单,最公平且使用最广的算法。每个进程被分配一个时间段,称作它的时间片,即该进程允许运行的时间。如果在时间片结束时进程还在运行,则CPU将被剥夺并分配给另一个进程。如果进程在时间片结束前阻塞或结束,则CPU当即进行切换。调度程序所要做的就是维护一张就绪进程列表,当进程用完它的时间片后,它被移到队列的末尾。-CPU will be denied and assigned to another process. If the process before the end
  3. 所属分类:OS Develop

    • 发布日期:2017-04-06
    • 文件大小:2.56kb
    • 提供者:缪缪
  1. 1

    0下载:
  2. 创建进程 本实验显示了创建子进程的基本框架。程序只是再一次地启动自身,并显示它的系统进程ID和它在进程列表中的位置。 步骤1:编译并执行2-1.exe程序, 完成下列问题。 程序2-1是一个简单的使用CreateProcess() API函数的例子。首先形成简单的命令行,提供当前的EXE文件的指定文件名和代表生成克隆进程的号码。大多数参数都可取缺省值,但是创建标志参数使用了:CREATE_NEW_CONSOLE 标志,指示新进程分配它自己的控制台,使得运行示例程序时,在任务栏上产生许
  3. 所属分类:OS Develop

    • 发布日期:2017-04-03
    • 文件大小:368.58kb
    • 提供者:吴起
  1. 122

    0下载:
  2. 本程序显示了创建子进程的基本框架。该程序只是再一次地启动自身,显示它的系统进程ID和它在进程列表中的位置。-This program shows to create the basic framework of the child process. This procedure is once again to start their own, shows the system process ID and it in the process that the position of the l
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:19.43kb
    • 提供者:wy
  1. ProcessControl

    0下载:
  2. 实验1 进程调度 一、实验目的 通过实验加强对进程调度算法的理解和掌握。 二、实验内容 编写程序实现基于优先级的时间片轮转调度算法。 -Experiment a process schedulingFirst, the purpose of the experimentExperiments to enhance understanding and mastering of the process scheduling algorithm.Second, exper
  3. 所属分类:OS Develop

    • 发布日期:2017-03-31
    • 文件大小:863byte
    • 提供者:姚继涛
  1. hidden-in-the-task-list

    0下载:
  2. 在任务列表中隐藏进程98 在任务列表中隐藏进程易语言源码-The process of hidden 98 hidden in the task list process easy language source code in the task list
  3. 所属分类:OS Develop

    • 发布日期:2017-04-07
    • 文件大小:970byte
    • 提供者:zhang
  1. task-list-process

    0下载:
  2. 易语言程序 源码 在任务列表中隐藏进程 Easy language source code hidden in the task list process -Easy language source code hidden in the task list process
  3. 所属分类:OS Develop

    • 发布日期:2017-04-12
    • 文件大小:965byte
    • 提供者:vbxickod
  1. subject_3

    7下载:
  2. 编写一个请求页式存储管理模拟程序,通过对页面置换过程的模拟,加深对请求页式存储管理方式基本原理及实现过程的理解。 要求: 1. 从键盘输入页面访问序列及分配给进程的内存块数; 2. 分别采用OPT、FIFO和LRU算法进行页面置换(说明:对于OPT算法,在有多个页面可选的情况下,先淘汰较早进入的页面)。 3. 计算缺页次数及缺页率。 测试用例格式如下: 输入: 算法(1 OPT,2 FIFO,3 LRU) 内存块
  3. 所属分类:OS Develop

    • 发布日期:2017-04-12
    • 文件大小:1.16kb
    • 提供者:刘先生
搜珍网 www.dssz.com