-
这是一个我经过研究学习,理解了别人得程序,感觉很不错的源程序....
这是一个我经过研究学习,理解了别人得程序,感觉很不错的源程序.-This is a research study I read, understand others in the process, I feel very good source.
- 2023-02-11 21:45:03下载
- 积分:1
-
operating system in the banker's algorithm below LINUX environment simulatio...
操作系统中的银行家算法在LINUX环境下面进行模拟.-operating system in the banker"s algorithm below LINUX environment simulation.
- 2022-04-08 15:00:00下载
- 积分:1
-
操作系统引导监控程序
操作系统引导监控程序-operating system monitoring program guide
- 2022-01-22 14:08:23下载
- 积分:1
-
WarmOS16位实模式操作系统
WarmOS是一个用汇编编写的16位实模式操作系统,它包括了一些操作系统应该拥有的基本功能,支持COM格式文件的执行,提供了一些系统API以供程序员编写程序,并且从内核支持中文的显示。
- 2022-09-10 05:25:03下载
- 积分:1
-
模拟协处理器功能的 C 语言源码
模拟协处理器功能的 C 语言源码 -coprocessor functional simulation of C language source code
- 2023-01-23 18:50:03下载
- 积分:1
-
操作系统程序,计算县城个数,进程名称,进程的管理
操作系统程序,计算县城个数,进程名称,进程的管理-Operating procedures, the county calculated the number, the process name, process management
- 2022-03-26 19:01:24下载
- 积分:1
-
一个微型操作系统源码
一个微型操作系统源码-a micro-source operating system
- 2022-02-26 18:54:05下载
- 积分:1
-
操作系统实验:用信号量解决producer & consumer问题。
包括:
WIN ProCon(1).cpp
WIN ProCon(2).cp...
操作系统实验:用信号量解决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
- 2022-04-12 20:36:01下载
- 积分: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
-
A small C/S mode network synchronization school systems, applications, Socket pr...
一款小型的C/S模式网络同步校时系统,应用Socket编程,实现服务器/可户端时间的同步校正。-A small C/S mode network synchronization school systems, applications, Socket programming, server/client can be time synchronized households correction.
- 2022-05-19 17:20:03下载
- 积分:1