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

搜索资源列表

  1. CSAPP

    0下载:
  2. 计算机体系,一个程序员的看法(英文版),英語好的朋友和计算机开发人员推荐读物(珍藏版)-computer system, a programmer's view (in English), English good friend and computer developers Recommended Reading (01/23/2006)
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:4360189
    • 提供者:郭银
  1. file_system

    0下载:
  2. 本源代码所设计的文件系统,具有建立文件(create)、打开文件(open)、读文件(read)、写文件(write)、关闭文件(close)、撤销文件(delete)等功能。在模拟程序中可从键盘上输入文件操作命令来模拟各用户程序中所调用的各种文件操作,用一个结束命令(end)停止程序的执行。-source code designed by the file system, with the establishment of documents (create) open the file (o
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:2333
    • 提供者:agang
  1. DZXZWT

    0下载:
  2. 在windows 98/2000下,创建一个控制台进程,此进程包含n个线程。用这n个线程来表示n个读者或写者。每个线程按相应测试数据文件的要求进行读写操作。用信号量机制实现读者优先的读者——写入者问题-the windows 98/2000, the process of creating a console, this process contains n threads. Use this thread to n n readers who write. Thread each of the
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:4754
    • 提供者:波波
  1. wenbenyueduqi

    0下载:
  2. 用delphi实现的文本阅读器的开发,如windows里的记事本有相似的地方,希望对大家会有所帮助-with the text reading achievement of development, If the windows Lane is similar to the notebook in the hope that the right people will help
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:516830
    • 提供者:zhaozhao
  1. FileSystemdesign

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

    • 发布日期:2008-10-13
    • 文件大小:138819
    • 提供者:邹英斌
  1. Linux-011-sourcecode

    0下载:
  2. Sourcecode of the Linux-011 with detailed chinese annotation,it s verygood and worth reading.
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:286992
    • 提供者:王宏
  1. embedded

    1下载:
  2. 嵌入式实时系统中关键技术的研究(博士论文)实时操作系统在多媒体通信、在线事务处理、生产过程控制、交通控制等各个领域得到广泛的应用,因而越来越引起人们的重视。而进程调度策略是影响系统实时性能的重要因素。因此我在此对实时进程调度进行研究。-real-process Scheduling. This article is based on reading source code of Linux, reference many books and articles.The idea of this a
  3. 所属分类:OS Develop

    • 发布日期:2017-04-09
    • 文件大小:1099565
    • 提供者:
  1. protectmod

    0下载:
  2. 书名 80x86保护模式,研究操作系统必读 作者:李彦昌 -x86 protected mode, the operating system reading research
  3. 所属分类:OS Develop

    • 发布日期:2017-04-02
    • 文件大小:214591
    • 提供者:谢文辉
  1. J3

    0下载:
  2. nor flash驱动,可以在没有操作系统下,直接调用函数接口对flash进行读,写,擦除。 -nor flash drive, no operating system can directly call the function on the flash interface for reading, writing and erasing.
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:34725
    • 提供者:刘跃
  1. OS_Big_Work_No3

    0下载:
  2. 一、设计目的 1、理解动态分区式存储管理的工作原理 2、掌握分区分配的一下三算法:首先适应算法、最佳适应算法和最坏适应算法 3、掌握动态分区分配的存储分配和存储回收的过程 二、设计要求 1、建立空闲分区表数据文件,该文件包括两个字段:空闲区的起始地址和长度;该文件有若干个记录,表示目前系统有多个空闲分区; 2、建立已分配分区表数据文件,该文件包括三个字段:已分配分区的起始地址、长度、作业名称;该文件有若干个记录,表示目前系统有多个作业; 3、程序启动时读两分区表数据文
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:322470
    • 提供者:xcc
  1. Linux

    0下载:
  2. 本章主要介绍嵌入式系统和嵌入式操作系统的概况,讲述嵌入式 Linux 的发展历史和开 发环境,概括说明嵌入式 Linux 系统开发的特点。读完本章内容,可以对嵌入式 Linux 系统有整体的认识,了解嵌入式Linux开发的要点。 -This chapter introduces the embedded system and embedded operating system overview, talk about the history and development of embed
  3. 所属分类:OS Develop

    • 发布日期:2017-05-22
    • 文件大小:6968104
    • 提供者:蔡蔚
  1. advanced_operation_system

    0下载:
  2. 高级操作系统的可见,概要而精炼。先看一篇此课件,能提高看书时的速度-Advanced operating systems can see the outline and refining. Look at one of this courseware, can increase the speed when reading
  3. 所属分类:OS Develop

    • 发布日期:2017-05-12
    • 文件大小:2636533
    • 提供者:天一方水
  1. File

    0下载:
  2. 操作系统课程设计,文件部分的开发。包括文件的创建、读写、关闭等-Operating System Course Design, document part of the development. Including file creation, reading and writing, closing, etc.
  3. 所属分类:OS Develop

    • 发布日期:2017-05-17
    • 文件大小:4615066
    • 提供者:汪雷
  1. FAT32

    0下载:
  2. 文件系统,囊括了文件系统的各个函数,另外还包括了地址映射,适合读写NAND_FLASH--FAT12 file system, file systems include the various functions and also includes address mapping for reading and writing NAND_FLASH
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:15162
    • 提供者:xuchangjun
  1. Round-robin-supporting-file-reading

    0下载:
  2. 利用时间轮转算法,实现了对不同进程的调度,支持文件的读取,无须键盘输入。-The use of time rotary algorithms, the scheduling of the different processes, support files, read, without keyboard input.
  3. 所属分类:OS Develop

    • 发布日期:2017-03-30
    • 文件大小:318799
    • 提供者:陆志龙
  1. linux-0.11

    0下载:
  2. linux0.11内核源代码 kernel入门必读材料-linux0.11 kernel source kernel entry required reading material
  3. 所属分类:OS Develop

    • 发布日期:2017-11-17
    • 文件大小:119945
    • 提供者:wangfan
  1. reader

    0下载:
  2. 操作系统进程课堂实验,读者程序,读写问题课堂是实验-The operating system process classroom experiments Reader program, reading and writing classroom experimental
  3. 所属分类:OS Develop

    • 发布日期:2017-12-06
    • 文件大小:3692
    • 提供者:安若
  1. src

    0下载:
  2. include three modules in Linux. Module 1 – Load/unload the module can output some info Module 2 – Module accepts three parameters (int, string, array) – Load the module, output the parameter’s value Module 3 – Module creates a proc file, reading the
  3. 所属分类:OS Develop

    • 发布日期:2017-04-05
    • 文件大小:2045
    • 提供者:lizzy
  1. Linux0.11-

    0下载:
  2. 书对 Linux 早期操作系统内核(v0.95)全部代码文件进行了详细全面的注释和说明, 旨在使读者能够在尽量短的时间 内对 Linux 的工作机理获得全面而深刻的理解,为进一步学习和研究 Linux 系统打下坚实的基础。虽然所选择的版本较低, 但该内核已能够正常编译运行, 其中已经包括了 LINUX 工作原理的精髓, 通过阅读其源代码能快速地完全理解内核的运作机 制。书中首先以 Linux 源代码版本的变迁历史为主线,详细介绍了 Linux 系统的发展历史,着重说明了各个内核版本之
  3. 所属分类:OS Develop

    • 发布日期:2017-05-11
    • 文件大小:2293527
    • 提供者:jin
  1. mm

    0下载:
  2. 共享内存实验代码,该实验要求利用共享内存实现文件的打开和读写操作,基于linux平台。-Shared memory experimental code, the experiment requires the use of shared memory to achieve file opening and reading and writing operations, based on the Linux platform.
  3. 所属分类:OS Develop

    • 发布日期:2017-12-15
    • 文件大小:9216
    • 提供者:胡照华
« 12 »
搜珍网 www.dssz.com