-
windows XP操作系统全面、简化,学用方便,几学时解决问题
windows XP操作系统全面、简化,学用方便,几学时解决问题-windows XP operating system, a comprehensive, simplified, learning to use convenient, a few hours to solve the problem
- 2022-03-11 01:48:07下载
- 积分:1
-
通用异步FIFO的verilog设计代码,从开源
通用异步FIFO设计的verilog代码,来自于opencore-Universal Asynchronous FIFO Verilog design code, from opencore
- 2022-05-25 15:08:10下载
- 积分: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
-
模拟协处理器功能的 C 语言源码
模拟协处理器功能的 C 语言源码 -coprocessor functional simulation of C language source code
- 2023-01-23 18:50:03下载
- 积分:1
-
[随书类]Dos6.0源代码
[随书类]Dos6.0源代码-[with the book category] Dos6.0 source code
- 2022-03-19 20:42:36下载
- 积分:1
-
内存使用查看器
这是查看计算机中所有内存的一种非常简单的方法。大多数代码只是自我解释
- 2022-02-03 13:28:10下载
- 积分:1
-
试验目的:通过研究Linux的线程机制和信号量实现生产者消费者问题的并发控制 说明:有界缓冲区内设有20个存储单元,放入/取出的数据项设定为1~20这20个整型...
试验目的:通过研究Linux的线程机制和信号量实现生产者消费者问题的并发控制 说明:有界缓冲区内设有20个存储单元,放入/取出的数据项设定为1~20这20个整型数。 要求: (1)每个生产者和消费者对有界缓冲区进行操作后,即时显示有界缓冲区的全部内容.当前指针位置和生产者/消费者线程的标识符 (2)生产者和消费者各有两个以上 (3)多个生产者或多个消费者之间须共享对缓冲区进行操作的函数代码。-Test Objective : To study the Linux threading mechanism and signal to producers and consumers to achieve the concurrency control : a boundary buffer There are 20 storage units, Add/remove data items for a set of 20 ~ 20-integer. Requirements : (1) Each producer and consumer sector of the buffer zone is operated, immediately after the sector showed a buffer in its entirety. The current position and producer/consumer threads identifier (2) producers and consumers have two or more (3) A number of producers or many consumers to be shared between the right to operate the buffer function code.
- 2023-06-17 09:40:03下载
- 积分: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
-
操作系统C编程――单处理器系统的进程调度
操作系统C编程――单处理器系统的进程调度-Operate System Programming- processes for single processer system
- 2022-02-04 11:35:23下载
- 积分:1
-
本程序为操作系统处理机优先数调度算法,附带源码和可运行的程序,VC下编译通过,基本用C的函数写的。...
本程序为操作系统处理机优先数调度算法,附带源码和可运行的程序,VC下编译通过,基本用C的函数写的。-This procedure has priority to count dispatcher s algorithm , the procedure that attach the source code and can be operated for the operating system processor , compile passing under VC, wrote with the function of C basically.
- 2023-05-19 02:35:03下载
- 积分:1