CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 操作系统 设备管理

搜索资源列表

  1. Linux0.01设备管理代码

    0下载:
  2. Linux0.01设备驱动程序 最精简的linux代码 适合操作系统入门-Linux0.01 device drivers streamlining the most suitable source Linux operating system entry
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:24884
    • 提供者:wzy
  1. SPOOLing输出模拟系统

    0下载:
  2. 操作系统实验(设备管理)源码,SPOOLing输出模拟系统-experimental operating system (facilities management) of the source code, SPOOLing output simulation system
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:8157
    • 提供者:张鹏
  1. os_c

    0下载:
  2. 操作系统教程实验原码,包括进程与线程进程调度内存分配,设备管理与文件系统实验-Guide Experimental original operating system code, including the process and thread scheduling process memory allocation, Equipment Management and File System Experiment
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:12416
    • 提供者:qinli
  1. ARM_00_OS

    0下载:
  2. 看看ARM菜鸟在ARM7上写的操作系统——ARM圈圈操作系统 最近在ADuC7027上写了一个ARM_00_OS,头都写晕了,发上来给大家一起来看看。 任务按优先级调度,如果处于就绪态且优先级最高的任务有两个或更多,则按时间片轮循调度。 支持任务创建、任务删除、内存分配、简单的消息、简单的设备管理、CPU及内存等使用统计等功能。 任务可处于ARM模式或THUMB模式,在创建任务时,要指定任务所处于的模式。 从这里下载整个文件包:http
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:360553
    • 提供者:Computer00
  1. tinixsystem

    0下载:
  2. 一个小型操作系统雏形,实现了基本的启动以及基础的内存设备管理功能-a small operating system prototype, to achieve the basic infrastructure as well as the start of the memory management functions of equipment
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:1180124
    • 提供者:郑晓峰
  1. vc2

    0下载:
  2. 这是一个在C环境下编写的操作系统课程设计 包含了内存管理 CPU管理 文件管理 设备管理-This is an environment in C curriculum design to prepare the operating system includes a memory management CPU Management Document Management Equipment Management
  3. 所属分类:assembly language

    • 发布日期:2017-03-23
    • 文件大小:116421
    • 提供者:刘明
  1. Operating_System

    0下载:
  2. 包括操作系统引论,进程管理,作业管理,存储器管理,I/O设备管理,文件管理,多处理机操作系统,网络操作系统和分布式操作系统,UNIX系统的内部结构,SHELL等章节内容-Including the operating system introduction, process management, operations management, memory management, I/O device management, document management, multi-processo
  3. 所属分类:OS Develop

    • 发布日期:2017-06-13
    • 文件大小:21619134
    • 提供者:Jane
  1. os

    0下载:
  2. 操作系统的四大功能的模拟,分别进行进程管理、处理机调度(作业调度)、存储管理(页面调度)以及设备管理(磁盘调度)-The four functions of the operating system simulation, separately for the process management, processor scheduling [job scheduling], memory management [paging], and equipment management [disk s
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-03
    • 文件大小:1488530
    • 提供者:jem
  1. Device

    0下载:
  2. 模拟操作系统设备管理程序,能够很好的表示设备管理的过程,与操作系统课程同步-Simulation of the operating system device management procedures
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-25
    • 文件大小:204970
    • 提供者:唯一
  1. os

    0下载:
  2. 模拟操作系统的代码,包括包括进程管理,设备管理,文件管理)-Simulation of the operating system code, including, including process management, equipment management, document management)
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-25
    • 文件大小:404096
    • 提供者:kevin
  1. doing

    0下载:
  2. 操作系统设备管理模拟程序 可是实现通道 控制器的模拟-Equipment management system simulation program, however the realization of the analog channel controller
  3. 所属分类:OS Develop

    • 发布日期:2017-04-05
    • 文件大小:3028
    • 提供者:zhou
  1. dask

    0下载:
  2. 加深对于操作系统设备管理技术的了解,体验磁盘移臂调度算法的重要性;掌握 几种重要的磁盘移臂调度算法,练习模拟算法的编程技巧,锻炼研究分析试验数 据的能力。 -Deepen the understanding of the operating system device management technology and experience transfer disk arm scheduling algorithm importance master disk transfer
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:1474
    • 提供者:jeremy
  1. os

    0下载:
  2. 本系统模拟操作系统的文件管理,内存管理,设备管理,进程管理四个模块-The simulation of the operating system file management, memory management, equipment management, process management of four modules
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:122859
    • 提供者:yuanlinjing
  1. os_shiyan

    0下载:
  2. 操作系统课程所有的试验的源码,包括处理及调度与死锁,可变分区存储管理,设备管理,文件管理,进程创建与撤销,进程同步,还有相关的报告。对于计算机专业操作系统学习很有用处的!-All of the tests the operating system source program, including processing and scheduling and deadlock, variable partition storage management, device management, do
  3. 所属分类:OS Develop

    • 发布日期:2017-05-13
    • 文件大小:3324633
    • 提供者:meizi
  1. 1

    0下载:
  2. 模拟采用多道程序设计方法的单用户操作系统,该操作系统包括四部分内容: 文件管理和用户接口 存储管理 设备管理 进程管理 -os
  3. 所属分类:OS Develop

    • 发布日期:2017-03-30
    • 文件大小:73267
    • 提供者:apple
  1. shebei

    0下载:
  2. 操作系统设备管理用C语言实现的代码绝对正确亲自试验过-Operating system device management code used C language is absolutely the right person tested
  3. 所属分类:OS Develop

    • 发布日期:2017-03-30
    • 文件大小:1450
    • 提供者:hevv
  1. shebeiguanli

    0下载:
  2. 操作系统 设备管理实验 代码一般仅供同学们参考使用-Experimental code for the operating system device management students general use and reference purposes only
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:2024
    • 提供者:liu
  1. chengxu

    0下载:
  2. 实现操作系统设备管理,设备分配的内存分配,调度算法-Management of operating system facilities, equipment, distribution of memory allocation, scheduling
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:1315
    • 提供者:锋锋
  1. device-management-experiment-code

    0下载:
  2. 操作系统设备管理实验代码:大学课程操作系统上机实验-设备管理实验cpp,功能完善,符合要求-Experimental code of the operating system device management: university courses operating system on the computer experiment- Device Manager experimental cpp, perfect function, to meet the requirements
  3. 所属分类:OS Develop

    • 发布日期:2017-11-12
    • 文件大小:3675
    • 提供者:金旭斌
  1. 自己动手写嵌入式操作系统_蓝枫叶_pdf

    1下载:
  2. 本书以作者亲自在PC上开发嵌入式操作系统“HelloChina”的全过程为主线,详细地叙述自己动手写嵌入式操作系统所需的各方面知识,如加载和初始化、Shell、线程的实现、内存管理机制、互斥和同步机制及中断和定时机制的实现,以及设备驱动程序管理框架,应用编程接口等。(The whole process of the book by the author personally developed embedded operating system "HelloChina" in
  3. 所属分类:操作系统开发

    • 发布日期:2018-04-28
    • 文件大小:4365312
    • 提供者:南的方
« 12 3 4 5 »
搜珍网 www.dssz.com