-
一个鼠标驱动的实例,有需要的可以下载下来
一个鼠标驱动的实例,有需要的可以下载下来-a mouse-driven examples, we need look can be downloaded from
- 2022-06-30 20:13:13下载
- 积分:1
-
51 rtos
非常适合入门的操作系统学习源码,可以学习操作系统是如何进行现场保护,出栈,入栈,调度等操作
非常适合入门的操作系统学习源码,可以学习操作系统是如何进行现场保护,出栈,入栈,调度等操作
非常适合入门的操作系统学习源码,可以学习操作系统是如何进行现场保护,出栈,入栈,调度等操作
非常适合入门的操作系统学习源码,可以学习操作系统是如何进行现场保护,出栈,入栈,调度等操作
- 2022-03-10 09:40:39下载
- 积分:1
-
分享一个模拟生产者消费者的小程序
实验目的进程同步是操作系统多进程/多线程并发执行的关键之一,进程同步是并发进程为了完成共同任务采用某个条件来协调他们的活动,这是进程之间发生的一种直接制约关系。本次试验是利用信号量进行进程同步。实验软件环境VC++或者Linux操作系统实验内容• 生产者进程生产产品,消费者进程消费产品。 • 当生产者进程生产产品时,如果没有空缓冲区可用,那么生产者进程必须等待消费者进程释放出一个缓冲区。 当消费者进程消费产品时,如果缓冲区中没有产品,那么消费者进程将被阻塞,直到新的产品被生产出来。
- 2022-10-22 03:50:04下载
- 积分:1
-
操作系验实验:模拟进程调度
操作系验实验:模拟进程调度-Operation of the Department of inspection experiment: Analog Process Scheduling
- 2022-01-23 11:08:46下载
- 积分:1
-
Secret of windows programming about 95 VxD programming
Secret of windows 95 programming about VxD programming-Secret of windows programming about 95 VxD programming
- 2022-02-25 07:23:31下载
- 积分: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
-
Stanford iPhone课程配套源码,介绍iphone 中network stream的用法。
Stanford iPhone课程配套源码,介绍iphone 中network stream的用法。-source code of Stanford iPhone course, demo of network streaming in iPhone
- 2022-08-18 04:27:54下载
- 积分:1
-
控制光驱,可最小化的小程序
控制光驱,可最小化的小程序-control drive, the smallest of the small programs
- 2023-07-06 04:50:02下载
- 积分:1
-
VC++ Access to operating system version (from MSDN)
VC++获取操作系统版本(摘自MSDN) - yztgx的专栏 - CSDNBlog-VC++ Access to operating system version (from MSDN)- yztgx column- CSDNBlog
- 2023-04-10 15:35:04下载
- 积分:1
-
一个minigui的程序,单击可以改变对话框 改变按钮颜色
一个minigui的程序,单击可以改变对话框 改变按钮颜色
- 2022-01-29 03:38:06下载
- 积分:1