搜索资源列表
os
- 1.编写一个文件复制的C语言程序: 分别使用文件的系统调用read(fd, buf, nbytes), write(fd, buf, nbytes)和文件的库函数fread(buf, size, nitems, fp), fwrite(buf, size, nitems, fp),编写一个文件的复制程序。 当上述函数中nbytes, size和nitems都取值为1时(即一次读写一个字节),比较这两种程序的执行效率。当nbytes取1024字节,size取1024字节,且nitems取1
usr
- 通过修改minix的源代码,增加一个系统调用,将某些用户的进程变为实时进程,并且实现实时进程的特殊调度-Minix by modifying the source code, add a system call, the process will become some users real-time process, and achieve real-time process scheduling special