登录

最新会员 最新下载

成为了本站VIP会员

04月25日 21:33

成为了本站VIP会员

04月23日 14:46

成为了本站VIP会员

04月18日 20:09

成为了本站VIP会员

04月18日 18:37

成为了本站VIP会员

04月18日 18:25

成为了本站VIP会员

04月18日 17:16
已选条件
  1. 编程语言:Unix_Linux
  2. 代码类别:操作系统开发
  3. 发布时间:不限
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. Lab7deadlock

  nachos操作系统实习,通信和死锁实现部分的报告含主要部分的源码(nachos operating system internships, communication and implementation section of the report containing the deadlock major part of the source)

11
下载
154
浏览
2020-11-09发布

2. oscj7e-src

  操作系统概念一书第七版中用到的源码,包括project等等。(Source codes for book Operating System Concepts, including projects in this book and so on)

11
下载
113
浏览
2020-10-12发布

3. oscj7e-src

  操作系统概念一书第七版中用到的源码,包括project等等。(Source codes for book Operating System Concepts, including projects in this book and so on)

11
下载
147
浏览
2020-10-12发布

4. QNXPprogrammersPguide

  QNX操作系统下程序开发的详细说明指南,包括微内核架构分析、进线程开发介绍及进程间通讯等。(QNX operation system programmer s guide )

20
下载
95
浏览
2014-06-12发布

5. os

说明:  操作系统课程的复习题以及详细的知识点 复习操作系统的同学可以参考一下(The operating system curriculum review questions and detailed review of the operating system knowledge students can refer to)

0
下载
91
浏览
2014-05-31发布

6. 10

  常用页面置换算法模拟通过模拟实现请求页式存储管理的几种基本页面置换算法,了解虚拟存储技术的特点(Commonly used page replacement algorithm simulation)

5
下载
83
浏览
2012-12-02发布

7. labP3

  哈工大操作系统实验三,包括代码和实验报告,希望对同学有帮助(lab3 for Operating System in HIT)

46
下载
92
浏览
2012-11-08发布

8. Shell-Programming-in-24-Hours

  INSTRUCTOR’S MANUAL TO ACCOMPANY OPERATING SYSTEM CONCEPTS SIXTH EDITION ABRAHAM SILBERSCHATZ Bell Laboratories PETER BAER GALVIN Corporate Technologies GREG GAGNE Westminster College

3
下载
94
浏览
2012-04-16发布

9. lab1

  JOS LAB1 试验报告,操作系统实习mit.6.828(JOS LAB1 Test Report)

20
下载
105
浏览
2010-06-27发布

10. dex-os-kernel-1.035-src

  开源操作系统,提供很好的扩展性。可供各位研究(Open-source operating system, providing good scalability. Research for you)

4
下载
86
浏览
2009-07-15发布

11. myshell

  用纯C语言编写的一个Linux下的Shell,包含tch和bash的基本功能(包含重定向和后台运行),暂时不支持管道。已经在cygwin和Ubantu 7.10下测试通过。 主要包含: makefile 编译生成myshell可执行文件 myshell.c 主函数(涉及程序入口) utility.c 所有功能函数(将近1000行) myshell.h(包含宏定义、结构体声明、库函数的头文件,及utility.c中的所有函数的声明) readme 用户手册(当用户在myshell里输入help <command> 时,输出<command>的使用说明) (With pure C language under Linux in a Shell, contains tch and bash the basic functions (including redirect and running in the background), the moment does not support the pipeline. Has been under cygwin and test Ubantu 7.10. Mainly includes: makefile compiler generated executable file myshell main function myshell.c (relating to procedures for entrance) utility.c all the features of function (nearly 1000 lines) myshell.h (contains macro definition, the structure declaration, the first document library, and all utility.c statement function) readme user' s manual (when users enter help in myshell <command> , The output <command> The use of explanation))

127
下载
86
浏览
2009-04-27发布

12. banker_by_array

说明:  本程序为自己在学习操作系统时独立根据书上所述的银行家算法制作而成,包括一个数组输入函数(Sr()),数组输出函数(Pr())和一个判断函数(test()),并通过指针传递参数,可以自定义进程数目和资源种类数目(源程序限10个以内,可自行更改数组)。 注:本程序是在linux环境下通过gcc编译器编译成功的。若移植到windows环境下可能在汉字显示部分出现乱码。(This procedure for their own independence in learning, when the operating system on the basis of the book described in banker s algorithm produced, including an array of input function (Sr ()), array output function (Pr ()) and a judging function (test () ), and through pointer parameters, the process can customize the number and type of the number of resources (source 10 within limits, can make changes to the array). Note: This procedure is in the linux environment through the gcc compiler to compile successful. If transplanted into windows environment may display garbled characters.)

0
下载
90
浏览
2008-11-15发布

13. unix_V

说明:  著名的AT&T UNIX v6 源码,虽然已不能在现在的机器中直接运行(通过在Linux上安装pdp11 simulator可以运行),但从中首先可以学习到C程序设计的简约与严谨(原作者是图灵奖得主Brian W. Kernighan和Dennis M. Ritchie),其次还可以帮助深入理解操作系统概念,其设计思想仍然广泛存在于多数操作系统中。 本系统的首次发布于1976年,现仍然做为MIT高年级学生、研究生的操作系统学习的分析材料。 (famous AT)

0
下载
79
浏览
2006-01-10发布

14. 试验报告

有界缓冲区内设有20个存储单元,放入/取出的数据项设定为1~20这20个整型数。 要求: (1)每个生产者和消费者对有界缓冲区进行操作后,即时显示有界缓冲区的全部内容.当前指针位置和生产者/消费者线程的标识符 (2)生产者和消费者各有两个以上 (3)多个生产者或多个消费者之间须共享对缓冲区进行操作的函数代码。">

295
下载
84
浏览
2005-07-01发布

15. product-consume

  一个生产者-消费者问题例子(a producer-consumer issues example)

51
下载
97
浏览
2004-11-26发布