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

搜索资源列表

  1. jnvm

    0下载:
  2. 这个代码用C++实现了一个小型虚拟机,功能完整。希望能对大家有所帮助。-the code in C + + implementation of the virtual machine of a small, functional integrity. We want to help.
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:104566
    • 提供者:潇潇
  1. FsTPM0

    0下载:
  2. 一个过滤层文件系统驱动的完整代码,实现了文件的加密,操作截获等
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:191089
    • 提供者:baby
  1. shellc

    0下载:
  2. 一个完整的SHELL实现源代码,内容包括:buf.c def.h dir.c file.c fs.c fs.h dh.c inode.c main.c os.exe panic.c 对学习操作系统有很大的帮助
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:55340
    • 提供者:鹳达
  1. C++teach

    0下载:
  2. 框架作为一种大粒度的重用技术在桌面软件开发中得到了广泛应用,而在嵌入式开发领域,目前还没有一套完整的标准框架可供使本文以通信领域的嵌入式软件开发为例,介绍使用C++语言,在ARM平台Nucleus plus操作系统下实现嵌入式开发框架EFC的方法和应用实例。
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:63967
    • 提供者:sis
  1. Banker_algorithm

    0下载:
  2. 操作系统课程设计: 银行家算法模拟,通过程序实现定义的进程,为各进程分配资源,附有完整源代码
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:266449
    • 提供者:wlt
  1. linux-2.6.16.tar

    1下载:
  2. linux2.6.16版本,完整实现了ACPI driver,对开发ACPI有重要帮助。
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:51128010
    • 提供者:ella
  1. OSdongtaifenqusuanfa

    0下载:
  2. 模拟操作系统实现动态分区分配的实验完整源代码,运行准确无误,通过此实验对OS能有更进一步认识
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:5945
    • 提供者:胡洋
  1. FIREDEV

    0下载:
  2. 一个完整的GUI界面OS,单盘启动 实现了多线程、FAT32文件读写,GUI图形界面-a complete OS GUI interface, single-disk realized multiple threads, FAT32 file read and write, GUI graphical interface
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:1176157
    • 提供者:小小
  1. 在NACHOS上实现了双向链表

    0下载:
  2. 在NACHOS上实现了双向链表,演示了大部分并发错误,完整实验报告与关键文件。-To achieve a two-way in the NACHOS list, shows most of the concurrency errors, complete test reports and key documents.
  3. 所属分类:操作系统开发

    • 发布日期:2017-03-23
    • 文件大小:392050
    • 提供者:Alex
  1. orange3_4

    0下载:
  2. 于渊的 一个操作系统的实现 光盘源码 第三章和第四章 该源码包含了操作系统实现的完整过程-In a deep realization of the operating system CD-ROM III and IV of the source code contains the operating system to achieve the complete process
  3. 所属分类:OS Develop

    • 发布日期:2017-05-22
    • 文件大小:7084849
    • 提供者:石头
  1. PROCESS(1)

    0下载:
  2. 一、 进程控制 1、 定义PCB(可以采用静态结构或动态结构):包括理论PCB中的基本内容,如ID、进程状态、队列指针。由于无法实现真正的进程创建功能,在实验中只需建立PCB,用它代表完整的进程。 2、 定义进程状态转换方式:进程的状态转换是由进程内部操作或操作系统的控制引起,由于无法实现这些功能,学生可以采用随机数方法或键盘控制方法模拟,并实现对应的控制程序。随机方法指产生1-6的随机数,分别代表创建进程(c)、结束进程(e)、进程阻塞(b)、激活进程(w)、调度进程(p)、时间片到(
  3. 所属分类:OS Develop

    • 发布日期:2017-04-02
    • 文件大小:2487
    • 提供者:fangfei
  1. Micrium-AnalogDevices-uCOS-II-ADuC7026

    0下载:
  2. 本代码为ADI公司ARM7系列芯片ADuC7026开发板嵌入式实时操作系统uCOS-II的完整移植程序。实现的功能:控制LED灯的亮暗程度和ADC接口的模拟信号采集任务。-The code for the ARM7 family of chips ADI Corporation ADuC7026 development board embedded real-time operating system uCOS-II complete transplant procedures. Impleme
  3. 所属分类:OS Develop

    • 发布日期:2017-04-09
    • 文件大小:2508904
    • 提供者:milaoshu
  1. 00

    0下载:
  2. 进程同步经典的生产者消费者的实现,完整的程序,并含有详细的文档说明书-Process synchronization classic producers and consumers to achieve, complete procedures and documentation that contains detailed instructions
  3. 所属分类:OS Develop

    • 发布日期:2017-05-11
    • 文件大小:2700996
    • 提供者:mq
  1. user_shell

    0下载:
  2. Linux环境下实现一个能执行部分内部和外部命令、支持I/O重定向、管道和前后台作业及控制的简单的Shell命令解释器,采用C语言开发,内附完整源码和详细开发文档。-A shell Interpreter under Linux.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-04
    • 文件大小:287705
    • 提供者:Ye Yue
  1. Bank

    0下载:
  2. 计算机操作系统实验中的银行家算法的完整实现。-Experiments in the computer operating system, full implementation of banker' s algorithm.
  3. 所属分类:OS Develop

    • 发布日期:2017-03-30
    • 文件大小:513540
    • 提供者:windblueos
  1. orange5_6

    0下载:
  2. 于渊的 一个操作系统的实现 光盘源码 第五章和第六章 该源码包含了操作系统实现的完整过程-In a deep realization of the operating system CD-ROM chapters V and VI of the source code contains the operating system to achieve the complete process
  3. 所属分类:OS Develop

    • 发布日期:2017-04-08
    • 文件大小:917643
    • 提供者:石头
  1. orange7_8

    0下载:
  2. 于渊的 一个操作系统的实现 光盘源码 第7章和第8章 该源码包含了操作系统实现的完整过程-In a deep realization of the operating system CD-ROM source Chapters 7 and 8 of the operating system source code contains the full process of realization
  3. 所属分类:OS Develop

    • 发布日期:2017-05-01
    • 文件大小:897950
    • 提供者:石头
  1. orange9_10

    0下载:
  2. 于渊的 一个操作系统的实现 光盘源码 第9章和第10章 该源码包含了操作系统实现的完整过程-In a deep realization of the operating system CD-ROM source 9 and Chapter 10 of the operating system source code contains the full process of realization
  3. 所属分类:OS Develop

    • 发布日期:2017-05-08
    • 文件大小:1963759
    • 提供者:石头
  1. File-Explorer

    0下载:
  2. 文件资源管理器的设计与实现 是操作系统的详细设计报告,包含完整的代码,运行结果以及详细设计-File Explorer is the operating system design and implementation of the detailed design report, including complete code, the results and the detailed design
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:551741
    • 提供者:周量
  1. JOS-all-with-lab-answers

    1下载:
  2. MIT 6.828 JOS Lab,操作系统实习完整代码(包括部分Challenge实现),以及Lab问题答案。-MIT 6.828 course, JOS lab complete source code with answers for lab questions and some of the challenges.
  3. 所属分类:OS Develop

    • 发布日期:2017-01-04
    • 文件大小:718848
    • 提供者:Laputa
« 12 »
搜珍网 www.dssz.com