搜索资源列表
jiangyutang_A0617389_homework1
- 分析一个英文文本文件中所有单词出现的频率,用linux下的标准c语言实现,是我的internet高级编程的第一次作业。编译后在可执行文件后跟上一个英文文本文件名字就可以了,程序会在屏幕打印出该文件中每个单词出现的次数。可以作为linux下的c语言学习例程使用。-an analysis of the English text document, all words, the frequency, linux using the standard c language, the internet i
操作系统作业(原版)
- 用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.
reader_writer
- 操作系统作业,多线程读者写者问题,C语言,Linux-Reader and writer, multi-threaded issues, C language, Linux
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
LinuxCFCFS
- 在Linux下用C语言实现作业调度的先来先服务算法-In Linux,use C to compile the FCFS algorithm
1
- Linux环境下实现一个能执行部分内部和外部命令、支持I/O重定向、管道和前后台作业及控制的简单的Shell命令解释器,采用C语言开发-Linux environment can be implemented to achieve a part of the internal and external commands, support for I/O redirection, pipes and front desk operations and control, a simple Shell
fork
- 操作系统上机作业:fork的使用。 附实验报告(OS job : how to use fork. With experiment report)