搜索资源列表
jnvm
- 这个代码用C++实现了一个小型虚拟机,功能完整。希望能对大家有所帮助。-the code in C + + implementation of the virtual machine of a small, functional integrity. We want to help.
FsTPM0
- 一个过滤层文件系统驱动的完整代码,实现了文件的加密,操作截获等
shellc
- 一个完整的SHELL实现源代码,内容包括:buf.c def.h dir.c file.c fs.c fs.h dh.c inode.c main.c os.exe panic.c 对学习操作系统有很大的帮助
C++teach
- 框架作为一种大粒度的重用技术在桌面软件开发中得到了广泛应用,而在嵌入式开发领域,目前还没有一套完整的标准框架可供使本文以通信领域的嵌入式软件开发为例,介绍使用C++语言,在ARM平台Nucleus plus操作系统下实现嵌入式开发框架EFC的方法和应用实例。
Banker_algorithm
- 操作系统课程设计: 银行家算法模拟,通过程序实现定义的进程,为各进程分配资源,附有完整源代码
linux-2.6.16.tar
- linux2.6.16版本,完整实现了ACPI driver,对开发ACPI有重要帮助。
OSdongtaifenqusuanfa
- 模拟操作系统实现动态分区分配的实验完整源代码,运行准确无误,通过此实验对OS能有更进一步认识
FIREDEV
- 一个完整的GUI界面OS,单盘启动 实现了多线程、FAT32文件读写,GUI图形界面-a complete OS GUI interface, single-disk realized multiple threads, FAT32 file read and write, GUI graphical interface
在NACHOS上实现了双向链表
- 在NACHOS上实现了双向链表,演示了大部分并发错误,完整实验报告与关键文件。-To achieve a two-way in the NACHOS list, shows most of the concurrency errors, complete test reports and key documents.
orange3_4
- 于渊的 一个操作系统的实现 光盘源码 第三章和第四章 该源码包含了操作系统实现的完整过程-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
PROCESS(1)
- 一、 进程控制 1、 定义PCB(可以采用静态结构或动态结构):包括理论PCB中的基本内容,如ID、进程状态、队列指针。由于无法实现真正的进程创建功能,在实验中只需建立PCB,用它代表完整的进程。 2、 定义进程状态转换方式:进程的状态转换是由进程内部操作或操作系统的控制引起,由于无法实现这些功能,学生可以采用随机数方法或键盘控制方法模拟,并实现对应的控制程序。随机方法指产生1-6的随机数,分别代表创建进程(c)、结束进程(e)、进程阻塞(b)、激活进程(w)、调度进程(p)、时间片到(
Micrium-AnalogDevices-uCOS-II-ADuC7026
- 本代码为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
00
- 进程同步经典的生产者消费者的实现,完整的程序,并含有详细的文档说明书-Process synchronization classic producers and consumers to achieve, complete procedures and documentation that contains detailed instructions
user_shell
- Linux环境下实现一个能执行部分内部和外部命令、支持I/O重定向、管道和前后台作业及控制的简单的Shell命令解释器,采用C语言开发,内附完整源码和详细开发文档。-A shell Interpreter under Linux.
Bank
- 计算机操作系统实验中的银行家算法的完整实现。-Experiments in the computer operating system, full implementation of banker' s algorithm.
orange5_6
- 于渊的 一个操作系统的实现 光盘源码 第五章和第六章 该源码包含了操作系统实现的完整过程-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
orange7_8
- 于渊的 一个操作系统的实现 光盘源码 第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
orange9_10
- 于渊的 一个操作系统的实现 光盘源码 第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
File-Explorer
- 文件资源管理器的设计与实现 是操作系统的详细设计报告,包含完整的代码,运行结果以及详细设计-File Explorer is the operating system design and implementation of the detailed design report, including complete code, the results and the detailed design
JOS-all-with-lab-answers
- 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.