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

搜索资源列表

  1. processing

    0下载:
  2. 本模拟程序实现对n个进程根据优先权的高低调度的模拟,创建进程描述符PCB,进程的优先权在运行过程中动态改变,每个时间片结束后显示当前各进程的状态。-The simulation program according to the process of the n analog low priority scheduling, to create the process descr iptor PCB, dynamically change the priority of the process d
  3. 所属分类:OS Develop

    • 发布日期:2017-04-14
    • 文件大小:3021
    • 提供者:yili
  1. page-replacement-algorithm

    0下载:
  2. 使用c++语言设计一个基于MFC的程序,模拟页式存储管理中FIFO、LRU、LFU、OPT四页面置换算法运行的过程。-Use c++ language to design a process to run the algorithm based on the MFC, Analog page memory management FIFO, LRU, LFU, OPT four-page replacement.
  3. 所属分类:OS Develop

    • 发布日期:2017-05-22
    • 文件大小:6800396
    • 提供者:杨婧伟
  1. lab1

    0下载:
  2. 进程调度 进程调度模拟程序:假设有10个进程需要在CPU上执行,分别用:  先进先出调度算法;  基于优先数的调度算法;  最短执行时间调度算法 确定这10个进程在CPU上的执行过程。要求每次进程调度时在屏幕上显示:  当前执行进程;  就绪队列;  等待队列 -Process scheduling
  3. 所属分类:OS Develop

    • 发布日期:2017-04-13
    • 文件大小:1557
    • 提供者:刘涛
  1. os_2

    0下载:
  2. 段页式虚拟存储管理,为一个进程的内存申请(多少个段,每个段多大)分配内存,当一个进程(完成)结束时回收内存;对一个给定逻辑地址,判断其是否缺段、缺页,若不缺段、不缺页,则映射出其物理地址;若缺段则进行缺段中断处理,若缺页则进行缺页中断处理。-Section paged virtual memory management, a process memory application (how many segments, each much) to allocate memory, when a p
  3. 所属分类:OS Develop

    • 发布日期:2017-04-14
    • 文件大小:3999
    • 提供者:孙晓卉
  1. cpuProject

    0下载:
  2. 模拟cpu的进程调度过程,实现进程的挂起,解挂,运行,等待的过程。-modify process of cpu running.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-23
    • 文件大小:19168
    • 提供者:聪聪
  1. task

    0下载:
  2. 操作系统课程设计,完整的MFC 工程源码 课程设计题目:进程/作业调度 实现要求: 1. 建立作业的数据结构描述 2. 使用两种方式产生作业/进程: (a)自动产生 (b)手工输入 3. 在屏幕上显示每个作业/进程的执行情况。 4. 时间的流逝可用下面几种方法模拟:(a)按键盘,每按一次可以认为过一个时间单位 (b)响应WM_TIMER (本实验采用b方法) 5. 计算并显示一批作业/进程的周转时间,平均周转时间,带权周转时间,平均带权周转时间。 6. 将一批作业
  3. 所属分类:OS Develop

    • 发布日期:2017-06-14
    • 文件大小:22191104
    • 提供者:singerlio
  1. yemimazhihuan

    0下载:
  2. 通过模拟实现请求页式存储管理的几种基本页面置换算法,了解虚拟存储技术的特点,掌握虚拟存储请求页式存储管理中几种基本页面置换算法的基本思想和实现过程,并比较它们的效率;操作系统的发展使得系统完成了大部分的内存管理工作,对于程序员而言,这些内存管理的过程是完全透明的。因此程序员从不关心系统如何为自己分配内存,而且永远认为系统可以分配给程序所需要的内存。在开发程序时,程序员真正需要做的就是:申请内存、使用内存、释放内存。该实验就是帮助读者更好地理解从程序员的角度应如何使用内存。-Through sim
  3. 所属分类:OS Develop

    • 发布日期:2017-04-15
    • 文件大小:6681
    • 提供者:刘万友
  1. Killsprocesses

    0下载:
  2. Kill process by console command line
  3. 所属分类:OS Develop

    • 发布日期:2017-04-14
    • 文件大小:3446
    • 提供者:hectorin5000
  1. os1

    0下载:
  2. 利用简单的结构和控制方法模拟进程结构、进程状态和进程控制。-Take advantage of simple structure and control method simulation process structure, process status and process control.
  3. 所属分类:OS Develop

    • 发布日期:2017-05-07
    • 文件大小:1267917
    • 提供者:ltc
  1. os2

    0下载:
  2. 实现分页式存储地址转换过程,在此基础上实现请求分页的地址转换。实现请求页式地址转换中出现的缺页现象时,用到的先进先出FIFO、最近最久未使用LRU、最佳OPT置换算法。 -Implementation paged memory address translation process, on the basis of the implementation of demand paging address translation.Implement type in the address trans
  3. 所属分类:OS Develop

    • 发布日期:2017-05-03
    • 文件大小:980535
    • 提供者:ltc
  1. os5

    0下载:
  2. 进程调度算法的实现,实现先来先服务FCFS、短作业优先SJF以及时间片轮转调度算法。 -Implementation of process scheduling algorithm, first come, first service FCFS, short homework SJF priority and time slice rotation scheduling algorithm.
  3. 所属分类:OS Develop

    • 发布日期:2017-05-16
    • 文件大小:3820997
    • 提供者:ltc
  1. pv

    0下载:
  2. 编写程序完成单处理机系统中的进程调度,要求采用①先进先出;②优先数;③最短作业优先调度算法的进程调度。实验具体包括:首先确定进程控制块的内容,进程控制块的组成方式;然后完成进程创建原语和进程调度原语;最后编写主函数对所做工作进行测试。-Write a program to complete the process scheduling of single processor system, require the use of first in first out (2) priority
  3. 所属分类:OS Develop

    • 发布日期:2017-03-22
    • 文件大小:1938
    • 提供者:杜英
  1. project2

    0下载:
  2. 重庆大学操作系统实验二,关于进程和线程调度的实例代码-Chongqing University, two experimental operating system, on the process and thread scheduling code examples
  3. 所属分类:OS Develop

    • 发布日期:2017-05-07
    • 文件大小:1444431
    • 提供者:刘江
  1. process-creation-and-revoked

    0下载:
  2. 计算机操作系统 pcb模拟进城创建与撤销代码-Computer operating system PCB simulation to the town to create and code
  3. 所属分类:OS Develop

    • 发布日期:2017-04-26
    • 文件大小:39667
    • 提供者:高庆
  1. jinchengdiaodu

    0下载:
  2. 操作系统进程调度的C++源代码,可以在C++中实现,无出入。 -Operating system process scheduling of the C++ source code, can be implemented in C++, no entry.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-14
    • 文件大小:5511
    • 提供者:李峥峥
  1. EMP32-GG

    0下载:
  2. 小臂虎LED程序处理小臂虎LED程序处理-Forearm LED process forearm tiger tiger LED application processing
  3. 所属分类:OS Develop

    • 发布日期:2017-04-16
    • 文件大小:9183
    • 提供者:dgf
  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
    • 文件大小:970
    • 提供者:zhang
  1. ProceSchedul

    1下载:
  2. 模拟操作系统进程调度过程,包含先来先服务,时间片轮转,多级反馈等调度策略。-Simulation of the operating system process scheduling process, including the first come first serve, time slice rotation, multi-level feedback scheduling strategy.
  3. 所属分类:OS Develop

    • 发布日期:2017-05-11
    • 文件大小:2153550
    • 提供者:袁清
  1. producers-and-consumers

    0下载:
  2. 进程生产者消费者,生产者消费者问题是操作系统课上十分基础的问题,对深入理解操作系统有十分重要的意义-The process of producers and consumers, producers and consumers is a very basic lesson on operating system issues, in-depth understanding of the operating system has great significance
  3. 所属分类:OS Develop

    • 发布日期:2017-05-03
    • 文件大小:675680
    • 提供者:陈湃
  1. smalllinux075.tar

    0下载:
  2. RTLinux(AReal-Time Linux,亦称作实时Linux)是Linux中的一种实时操作系统。它由新墨西哥矿业及科技学院的V. Yodaiken开发。-RTLinux is a hard realtime RTOS microkernel that runs the entire Linux operating system as a fully preemptive process.
  3. 所属分类:OS Develop

    • 发布日期:2017-05-09
    • 文件大小:1906376
    • 提供者:Kiger
« 1 2 ... 37 38 39 40 41 4243 44 45 »
搜珍网 www.dssz.com