搜索资源列表
os3Ajobschedulingsystem
- 实现一个多进程的作业控制系统,用户可以完成如下操作, 1. 提交自己的作业,让系统调度运行; 2. 将已提交的作业移出; 3. 查看作业的状态。 为了简便起见,假设每个用户最多能提交1个作业,系统中只有2000个用户。-more than one process to achieve operational control of the system, users can complete the operation as follows, 1. Subm
nachos
- nachos系统作业 实现线程系统 实现一个电梯模拟 附实验报告
系统的进程调度线程的源代码
- 计算机操作系统的实验作业,系统的进程调度线程的源代码
操作系统作业(原版)
- 用C语言编制一个简单的UNIX模拟文件子系统,该系统主要实现用户的注册,注销,文件的创建,删除,修改,文件的写入,读出等功能.-C language a simple UNIX emulation subsystem, the system main users of registration, cancellation, document creation, deletion, modification, the paper write, read out capabilities.
操作系统作业
- 编制一个简单的UNIX模拟文件系统-prepare a simple UNIX file system simulation
110Linuxjc
- File Name 第一课 什么是Linux 第二课 为什么使用Linux 第三课 Linux纵览 第四课 Linux的发展 第五课 Linux特性 第六课 Linux与其他操作系统的区别 第七课 TurboLinux简介 第八课 进入与退出系统 第九课 文件与目录操作 第十课 (10)Linux备份与压缩命令 第十课 (1)Linux文件和目录操作相关命令 第十课 (2)Linux文件内容查询命令
JOBS
- 作业调度程序,操作系统的课程设计,LINUX系统下使用
minix
- 用c写的对minix的文件系统等进行的一些修改和模拟,适用于部分学校OS大作业-With c written to the minix file system for a number of modifications and simulation, for some schools OS Great job
OpenPBS_2_3_16.tar
- OPenPBS作业管理系统源代码,下载安装-OPenPBS job management system source code, download and install
Instructors-Solution-Manual.pdf.tar
- 《深入理解计算机系统》课后作业答案(英文版)-<computer systems : a programmer perspective> instructor s solution manual
LINUX1.0
- 内核是系统的心脏,是运行程序和管理像磁盘和打印机等硬件设备的核心程序。Linux是最受欢迎的自由电脑作业系统核心。它是一个用C语言写成,符合POSIX标准的类Unix作业系统。本程序是linux1.0的内核源码!-Kernel is the heart of the system, run the program and management are as disk and printer hardware, such as the core of the procedure. Are the
UNIX
- unix/linux命令,VI,shell培训文档 crontab作业管理 unix系统原理 不可多得的培训文档-unix/linux command, VI, shell unix training document management system crontab operating principle of the training of rare documents
air
- 软件工程课要求的作业,自己用QT编写的分布式温控系统,并且有简要说明。能在Linux系统下编译运行。-A distributed air-conditioner system written in QT/C++.
pp
- Unix课程作业。 使用fork(), exec(), dup2(), pipe() ,open()系统调用完成与下列shell命令等价的功能。 grep –v usr < /etc/passwd | wc –l > result.txt -An assignment in UNIX course. Using fork(), exec(), dup2(), pipe(), open() system calls to do the same function of
shchuan
- ics(计算机系统基础)课程第1学期的13个作业,有答案。配套书籍(深入理解计算机系统computer system:a programmer s perpective)-ics (computer system based) courses 1 semester of 13 operations, with some answers. Complete books (in-depth understanding of computer systems computer system: a pr
filesys
- Linux 下一个文件系统的实现,作业任务-Linux, a file system implementation, operation tasks
glibc-2.3.22
- glibc是gnu发布的libc库,即c运行库。glibc是linux系统中最底层的api,几乎其它任何运行库都会依赖于glibc。glibc除了封装linux操作系统所提供的系统服务外,它本身也提供了许多其它一些必要功能服务的实现。由于 glibc 囊括了几乎所有的 UNIX 通行的标准,可以想见其内容包罗万有。而就像其他的 UNIX 系统一样,其内含的档案群分散于系统的树状目录结构中,像一个支架一般撑起整个作业系统。在 GNU/Linux 系统中,其C函式库发展史点出了GNU/Linux 演
HackerDisassemblingUncovered
- 这本书开启了大门的安全机制美妙的世界,告诉你如何保护是创建,然后绕过。这是给任何人谁喜欢迷人的困惑,对任何人谁花的方案和作业系统的深度的备用(或办公室)的时间翻找。最后,这是任何人谁是不断从事或附带书面保护,谁想要知道如何对付黑客无处不在称职和可靠。 -This book opens the door to the wonderful world of security mechanisms, showing you how protection is created, and then b
xen-4.1.1.tar
- Xen通过一种叫做半虚拟化的技术获得高效能的表现(较少的效能损失,典型的情况下大约损失 2 ,在最糟的情况下会有 8 的效能耗损;与其它使用完全的虚拟化却造成最高到 20 损耗的其他解决方案形成一个明显的对比),甚至在某些与传统虚拟技术极度不友好的架构上(x86),Xen也有极佳的表现。与那些传统透过软件模拟实现硬件的虚拟机不同,在3.0版本及在Intel VT-X支援前的Xen需要让客座作业系统(guest operating systems)与Xen API进行连接。到目前为止,这样连结已经
linux大作业代码
- 系统采用客户端和服务器端开发模式。在客户端,设计两个进程P1和P2同时读取网卡上的数据,P1读取数据后,负责将TCP报文中的头部数据写入到Packet文件中,P2读取数据后,负责将UDP报文的头部同样写入到Packet文件中。(The system uses the client and server-side development mode. On the client side, we design two processes, P1 and P2, and read the data o