搜索资源列表
Linux内存管理模拟器
- Linux下使用c语言实现的内存管理模拟器 假设有台计算机物理内存大小为4MB,每个内存页大小为4k。采用分页机制,使用二级页表,第一级为页目录,共有1024项,每个页目录项指向一个页表,每个页表项指向一个实际的物理页面,每个页表共有1024个页表项。假设页目录和页表不占用内存空间。 系统中还有一个交换设备,采用分块管理机制,每块大小为4K,共1024个。有一系列内存访问指令,系统根据内存访问指令的内存虚地址访问内存。如果页目录项为空,则分配一个页表,并将相关值存入页目录项,如果页表项为空,
HEC-linux
- c/c++虚拟机linux版本-c / c Linux version of Virtual Machine
Linuxkernel-SourceFile
- 0。11版linux代码,对学习linux和提高c语言有帮助-0. 11 version of Linux code, to learn and improve linux c language help
linux-源代码
- 这个linux源代码是很全面的~基本完整了~使用c编译的~由于时间问题我没有亲自测试~但就算用来做参考资料也是非常好的-the linux source code is very comprehensive ~ ~ basic integrity of the use of a translation of c ~ due to the time I did not personally test to be used to do it even if reference is very goo
使用Linux下的图形库
- 编写一个C程序,使用Linux下的图形库,分窗口显示三个并发进程的运行。-Write a C program, using the graphics library under Linux, sub-window displays three concurrent processes running.
myshell.rar
- 用纯C语言编写的一个Linux下的Shell,包含tch和bash的基本功能(包含重定向和后台运行),暂时不支持管道。已经在cygwin和Ubantu 7.10下测试通过。 主要包含: makefile 编译生成myshell可执行文件 myshell.c 主函数(涉及程序入口) utility.c 所有功能函数(将近1000行) myshell.h(包含宏定义、结构体声明、库函数的头文件,及utility.c中的所有函数的声明) readme 用户手册(当用户在myshel
OS23
- Linux C语言编程环境的使用,加深对消息的创建、发送和接收的理解,认识其本质。分析共享存储区的创建,附接和断接 -Linux C language programming environment used to enhance the message creation, sending and receiving understanding, understanding of its nature. Analysis of shared storage area to create,
rec-send_test
- linux下的C。点对点一收一发测试_192.168.0.1发_192.168.0.2收-linux under C. Close out a point-to-point test _192.168.0.1 issued _192.168.0.2 close
Linux
- 对linuix 文件系统的模拟,包含了若干文件命令,是用c语言实现的。-Linuix file system on the simulation, the order contains a number of documents is achieved with c language.
ProducerConsumerProblem
- 操作系统实验:用信号量解决producer & consumer问题。 包括: WIN ProCon(1).cpp WIN ProCon(2).cpp LINUX ProCon.c-Operating System Experiment: Using Semaphores solve the producer & consumer issues. Include: WIN ProCon (1). Cpp WIN ProCon (2). Cpp LINUX ProCon.c
ACEos
- 王牌操作系统仍在发展,发展是更多的核心概念为重点。 Ace OS is still under development and the development is more focusing on the kernel concepts. 王牌OS是从无到有及其模块都不是从Linux或任何其他操作系统拷贝。 Ace OS is developed from scratch and none of its module is copied from Linux or any other OS.
air_planes.tar
- it is an simulation of the airplane controller written in C.Basic operating systems functions such as fork,dup,system are used for the Linux platform.
user_shell
- Linux环境下实现一个能执行部分内部和外部命令、支持I/O重定向、管道和前后台作业及控制的简单的Shell命令解释器,采用C语言开发,内附完整源码和详细开发文档。-A shell Interpreter under Linux.
Linux File
- C++语言实现Linux操作系统的文件管理系统-C++ language document management system for the Linux operating system
用C语言实现页面置换算法的模拟实验
- Linux环境下,用C语言实现页面置换算法的模拟实验,并比较不同算法的置换效率。-Linux environment using C language page replacement algorithm simulation and compare different displacement efficiency of the algorithm.
linuxanalysis
- 通过对Linux的fork.c、exit.c代码的分析, 了解一个操作系统进程的创建、退出的过程; 锻炼学生分析大型软件代码的能力;通过与同组同学的合作, 锻炼学生的合作能力。-Based on Linux fork. C, exit. C code analysis, understand an operating system process to create and exit process Training students the ability of analysis of la
my_ls
- 用C语言实现linux的ls命令,可选参数包括d,l,R,i,a,格式为my_ls [Option]...[Filepath]-Linux using C language implementation of the ls command, optional parameters, including d, l, R, i, a, format my_ls [Option] ... [Filepath] ...
Linux-CourseDesign-version-2.0
- Linux下的C语言图书馆管理系统,可以添加管理员,添加读者,读者可限借3本书等功能-C language library management system under Linux, you can add the administrator, add the reader, the reader can borrow only 3 books and other functions.
Linuxnhsjysxdsb_jb51
- lkd中文版 robert love作品,入门linux开发必备(linux kernel development)
os exercies4
- 写一个扩展到linux防火墙,这使得它成为可能 指定允许哪些程序使用哪个传出端口。 更确切地说,用户空间程序和内核 模块。(Write an extension to the linux firewall which makes it possible to specify which programs are allowed use which outgoing port. More precisely, write a user space program and a