-
S3C2410上非操作系统的usbHost程序,可以不用操作系统读写U盘等...
S3C2410上非操作系统的usbHost程序,可以不用操作系统读写U盘等-S3C2410 on non-operating system usbHost procedures, you can not read and write operating systems, such as U Disk
- 2022-01-27 16:27:09下载
- 积分:1
-
关于操作系统:本程序可选用优先数法或简单轮转法对五个进程进行调度。每个进程处于运行R(run)、就绪W(wait)和完成F(finish)三种状态之一,并假定起...
关于操作系统:本程序可选用优先数法或简单轮转法对五个进程进行调度。每个进程处于运行R(run)、就绪W(wait)和完成F(finish)三种状态之一,并假定起始状态都是就绪状态W。-On the operating system: This procedure may choose to use the priority number of law or simple rotation on the five process scheduling. Each process is running R (run), ready W (wait) and the completion of F (finish), one of three states and assume that the initial state is a state of readiness W.
- 2022-02-04 17:52:14下载
- 积分:1
-
一个微型操作系统源码
一个微型操作系统源码-a micro-source operating system
- 2022-02-26 18:54:05下载
- 积分:1
-
operating system test code
操作系统试验代码-operating system test code
- 2023-09-08 03:10:03下载
- 积分:1
-
设置窗口启用禁用
提供dll和Demo,通过在labview中对该dll的调用,实现对窗口的禁用和启用,而不需通过窗口句柄获取所有控件再进行启用禁用。版本labview2013
- 2022-01-25 21:57:03下载
- 积分:1
-
uc/os源码的中文解析,很详细!值得一看呢
uc/os源码的中文解析,很详细!值得一看呢-uc/os-source analysis of the Chinese, very detailed!
- 2022-05-24 21:47:28下载
- 积分:1
-
MAC oSC下cocoa framwork 编程示例程序,基于Xcode
MAC oSC下cocoa framwork 编程示例程序,基于Xcode-MAC oSC programming examples under cocoa framwork procedures, based on Xcode
- 2023-08-02 01:45:04下载
- 积分:1
-
system verilog fifo env
system verilog fifo env
- 2022-03-23 17:28:56下载
- 积分: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 simulation process for the release of the operating system the simple procedure
- 2022-07-22 02:57:11下载
- 积分:1