-
C语言 优先权问题
C语言 优先权问题-C language priority issues
- 2022-01-22 06:29:28下载
- 积分:1
-
自己写的银行家算法,只能实现固定进程和资源的操作,不过要是应付作业什么的没有问题,绝对可以运行...
自己写的银行家算法,只能实现固定进程和资源的操作,不过要是应付作业什么的没有问题,绝对可以运行-himself wrote bankers algorithm, the process can only be fixed and operational resources, but what if the deal with no operational problems and it can definitely run
- 2022-05-18 17:01:27下载
- 积分:1
-
操作系统实验,处理机调度,进程间通信,进程同步与互斥,存储管理
操作系统课程的实验,资源为4个Java源代码文件,实现了处理机调度,进程间通信,进程同步与互斥,存储管理,值得一看。
- 2022-12-29 10:25:04下载
- 积分:1
-
这是一个强大的宾馆管理系统,包括宾馆人事、房间管理
这是一个强大的宾馆管理系统,包括宾馆人事、房间管理-The system of Hotel Management
- 2022-04-11 00:03:46下载
- 积分:1
-
mmurtl(TM)的电脑操作系统版本x0.8,源代码。
MMURTL(tm) Computer Operating System Ver x0.8, source code.-MMURTL (tm) Computer Operating System Ver x0.8, the source code.
- 2022-10-31 13:45:03下载
- 积分:1
-
C++编写的内存管理源代码,适合定制自己内存池的程序员参考。...
C++编写的内存管理源代码,适合定制自己内存池的程序员参考。-C++ Prepared memory management source code, customize their own memory pool for the programmer
- 2022-01-24 17:28:43下载
- 积分:1
-
A user
A user-space device driver can do many of the things that kernel drivers can t, such as perform a long-running computation, block while waiting for an event, or read files from the file system. Unlike kernel drivers, a user-space device driver can use other device drivers--that is, access the network, talk to a serial port, get interactive input from the user, pop up GUI windows, or read from disks. User-space drivers implemented using FUSD can be much easier to debug it is impossible for them to crash the machine, are easily traceable using tools such as gdb, and can be killed and restarted without rebooting even if they become corrupted. FUSD drivers don t have to be in C--Perl, Python, or any other language that knows how to read from and write to a file descriptor can work with FUSD. User-space drivers can be swapped out, whereas kernel drivers lock physical memory.-A user-space device driver can do many of the things that kernel drivers can t, such as perform a long-running comput
- 2022-11-28 07:20:03下载
- 积分:1
-
关于读者写者的问题,分别实现读者优先和写者优先.
关于读者写者的问题,分别实现读者优先和写者优先.-readers to write on the issue, the readers who wrote a priority and priority.
- 2022-08-24 23:22:35下载
- 积分:1
-
fcfs.sjf.hrrn
作业等待算法:分别采用先来先服务(FCFS),最短作业优先(SJF)、响应比高者优先(HRN)的调度算法。-FCFS.SJF.HRRN
- 2022-03-10 16:00:32下载
- 积分:1
-
一套菜单控件
用起来比较方便 皮肤可以由自己定义
一套菜单控件
用起来比较方便 皮肤可以由自己定义 -A set of menu controls more convenient to use the skin can be defined by their own
- 2022-06-27 19:25:40下载
- 积分:1