-
仿搜狐NBA网站源码,仿搜狐NBA网站源码全站生成HTML静态页面
仿搜狐NBA网站源码,仿搜狐NBA网站源码全站生成HTML静态页面
-Sohu NBA source fake website, fake website Sohu NBA source station to generate the entire static HTML pages
- 2023-01-16 20:30:04下载
- 积分:1
-
bankers algorithm. Resolve Deadlock
银行家算法.解决死锁问题-bankers algorithm. Resolve Deadlock
- 2022-04-17 09:22:05下载
- 积分:1
-
elf 详解,主要介绍elf的文件格式,运用,表示方法等,用了大量的例子进行说明...
elf 详解,主要介绍elf的文件格式,运用,表示方法等,用了大量的例子进行说明-elf digest, introduction to elf format, implementation, using examples to demonstrate it
- 2022-01-26 02:14:53下载
- 积分:1
-
操作系统第一次实验作业,一个模拟若干售票网点的售票程序
操作系统第一次实验作业,一个模拟若干售票网点的售票程序-Operating system first experiment operations, a simulation of a number of ticket outlets ticketing procedures
- 2022-03-17 06:31:19下载
- 积分:1
-
操作系统引导监控程序
操作系统引导监控程序-operating system monitoring program guide
- 2022-01-22 14:08:23下载
- 积分:1
-
UCOS transplantation to the ARM2440, the development board used in Yang
移植uCOS到ARM2440,
所用的开发板扬创的2440板子-UCOS transplantation to the ARM2440, the development board used in Yang
- 2022-02-28 11:05:17下载
- 积分:1
-
tcp/ip协议栈源码,用于源码开放的嵌入式实时操作系统uCOS-II。...
tcp/ip协议栈源码,用于源码开放的嵌入式实时操作系统uCOS-II。
-tcp/ip protocol stack source code for open-source embedded real-time operating system for uCOS-II.
- 2022-06-27 06:34:30下载
- 积分:1
-
操作系统课程设计,模拟文件系统(unix混合索引方式),此程序是在1周的课程设计中所写,不完善,且代码粗糙。但,希望能给大家一些帮助,也希望能对你们的课程设计有...
操作系统课程设计,模拟文件系统(unix混合索引方式),此程序是在1周的课程设计中所写,不完善,且代码粗糙。但,希望能给大家一些帮助,也希望能对你们的课程设计有所帮助,更希望能有人修改它。谢谢!-courses on operating system design, simulation File System (unix Index Mixed mode), this procedure is the one-week course design is written, imperfect and code rough. However, the hope of giving you some help, and hope they can right your curriculum design help, the hope was modifying it. Thank you!
- 2022-07-07 01:21:11下载
- 积分:1
-
ckos 移植到ARMTDMI7核的ADuC7026上
ckos 移植到ARMTDMI7核的ADuC7026上-ckos transplanted to the ADuC7026 on nuclear ARMTDMI7
- 2022-01-28 01:15:59下载
- 积分: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