CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 搜索资源 - 进程 调度 管理

搜索资源列表

  1. Threadhuchi

    0下载:
  2. 进程管理调度的互斥,在计算机操作系统和原理实现中的重要性-process management and control of the mutex, the computer operating system and the principle of realizing the importance of
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:32115
    • 提供者:mantian
  1. linux内核进程管理

    1下载:
  2. Linux内核进程管理 1、linux进程管理的模块组织框架 2、相关数据结构。 3、进程调度原则,调度算法,。 4、进程的创建和运行管理。 5、进程间通讯。 6、更多的技术 进程调度和中断处理交接 进程管理涉及的内核机制:bottom-half处理,等待队列 Linux/SMP的进程管理和调度技术 7、概述2.4的新特点
  3. 所属分类:文档资料

    • 发布日期:2011-09-08
    • 文件大小:437734
    • 提供者:沈浪
  1. 操作系统 进程管理 同步机制 死锁验证 

    0下载:
  2. 操作系统,其中包括操作系统课程设计的四大块的很好的课程设计很值得学习与借鉴-operating system, which includes courses on operating system design of the four pieces of good course design is worth studying and learning from
  3. 所属分类:software engineering

    • 发布日期:2017-03-25
    • 文件大小:32764
    • 提供者:王国强
  1. os

    0下载:
  2. 操作系统实验报告,关于进程调度和存储管理的-Experimental operating system reports on the process of scheduling and storage management
  3. 所属分类:File Formats

    • 发布日期:2017-04-16
    • 文件大小:208142
    • 提供者:燃烧
  1. operation

    0下载:
  2. 软件学院操作系统最新课件,包含进程管理,进程调度,死锁-College of the operating system software, the latest courseware, including process management, process scheduling, deadlocks, etc.
  3. 所属分类:software engineering

    • 发布日期:2017-05-15
    • 文件大小:3791987
    • 提供者:aussina
  1. jcdd

    0下载:
  2. 进程调度是处理机管理的核心内容。本设计要求用C语言编写和调试一个进程调度程序。通过设计本程序可以通过本课程设计可以达成如下目标: 1、深刻理解进程与进程控制块的关系,进程控制块的组成; 2、深刻理解进程的组织方法; 3、掌握调度算法和先来先服务进程调度算法 4、锻炼独立分析问题、解决问题的能力; -Process scheduling is the core processor management. The design using C language and debug
  3. 所属分类:Communication

    • 发布日期:2017-03-29
    • 文件大小:210598
    • 提供者:徐晓柔
  1. Progress-Management-Linux

    0下载:
  2. Linux进程管理 包含用户进程的创建与调度执行、父进程等待子进程的同步、进程通信 等等。 -Linux process management includes the creation of the user process and schedule execution, the parent process waits for the child process synchronization, process communication.
  3. 所属分类:Project Manage

    • 发布日期:2017-11-22
    • 文件大小:395393
    • 提供者:张玉
  1. zuoyediaodu

    0下载:
  2. 进程调度是处理机管理的核心内容。本实验要求用C语言编写和调试一个简单的进程调度程序。通过本实验可以加深理解有关进程控制块、进程队列的概念,并体会和了解优先数和时间片轮转调度算法的具体实施办法。-Process scheduling is the core content of the processor management. The experiment called the C language to write and debug a simple process scheduler. T
  3. 所属分类:Communication

    • 发布日期:2017-11-23
    • 文件大小:33187
    • 提供者:付柄银
  1. Simulation-process-scheduler-

    0下载:
  2. 模拟进程调度程序。进程调度是处理机管理的核心内容。本实验要求用C++语言编写和调试一个简单的进程调度程序。通过本实验可以加深理解有关进程控制块、进程队列的概念,并体会和了解时间片轮转调度算法的具体实施办法。-Simulation process scheduler. Process scheduling process management is the core content. The experiment with C++ language writing and debugging a
  3. 所属分类:software engineering

    • 发布日期:2017-04-17
    • 文件大小:57156
    • 提供者:凯撒
  1. 112

    0下载:
  2. 进程管理系统的实现,包括进程的创建、调度、通信、撤消等功能-Realization process management system, including processes to create, scheduling, communications, consumer and other withdrawal function
  3. 所属分类:software engineering

    • 发布日期:2017-04-24
    • 文件大小:143905
    • 提供者:陈哥哥
  1. C语言课程设计实例精编

    0下载:
  2. C 语言由于具有灵活 高效 可移植性好等诸多优点 成为软件开发中常用的计 算机编程语言之一 全书介绍了贪吃蛇游戏 计算器 黑白棋游戏 迷宫问题 扫地 雷游戏 速算 24 数据结构 CAI 演示 进程调度 存储管理等十四个案例 各个案例 独具特色 覆盖了 C 语言的基本知识点和各种数据结构 如堆栈 队列 链表等 综 合应用了光带菜单 下拉菜单 图形设计 鼠标应用等知识 本书应用性极强 读者 可以根据这些案例进行研究 修改和扩展(C language has many advantages
  3. 所属分类:文章/文档

    • 发布日期:2017-12-14
    • 文件大小:1506569
    • 提供者:david呆伟
  1. 操作系统课程设计

    0下载:
  2. 操作系统课程设计——进程调度,存储器管理,处理机调度,虚拟存储器管理的模拟实现
  3. 所属分类:报告论文

搜珍网 www.dssz.com