-
可用于UNIX/LINUX下测试字库文件的源代码
可用于UNIX/LINUX下测试字库文件的源代码-Can be used in UNIX/LINUX to test the font file
- 2022-02-15 14:25:45下载
- 积分:1
-
The official linux mouse drivers, who are interested can look at.
linux 的官方鼠标驱动程序,有兴趣的可以研究一下.-The official linux mouse drivers, who are interested can look at.
- 2022-10-24 08:00:03下载
- 积分:1
-
适合初学者阅读的源代码,包括下的下,回声,P
适合新手读的c源代码,包含linux下ls、echo、ping等常用工具的源代码-C suitable for novice reading the source code, including linux under ls, echo, ping and other commonly used tools for source code
- 2022-05-14 18:00:17下载
- 积分:1
-
小型的C编译器,可以在linux编译通过,尔却使用方便
小型的C编译器,可以在linux编译通过,尔却使用方便-a Tiny C language compiler, can built on linux,handy
- 2022-05-15 04:55:36下载
- 积分:1
-
Linux的启动装载(BootLoader)程序
Linux的启动装载(BootLoader)程序-Linux start loading (BootLoader) procedure
- 2022-01-31 04:41:53下载
- 积分:1
-
一个LINUX模块例子内核模块时LINUX提供给用户动态扩充内核的一种机制。利用模块在PROC文件系统中挂接一个能读取系统时钟的文件。...
一个LINUX模块例子内核模块时LINUX提供给用户动态扩充内核的一种机制。利用模块在PROC文件系统中挂接一个能读取系统时钟的文件。-example of a Linux kernel module module for Linux users dynamic expansion of a core mechanism. The use of modules in PROC file system articulated a system clock can be read in the paper.
- 2023-07-21 07:05:03下载
- 积分:1
-
linux环境下利用QT4做的一个小程序,程序中窗口部件使用了双缓冲技术...
linux环境下利用QT4做的一个小程序,程序中窗口部件使用了双缓冲技术-linux environment using QT4 do a small procedure, process window using a double buffering components technology
- 2022-01-28 01:38:04下载
- 积分:1
-
linux内核图解,适合于linux系统的学习,简洁明了
linux内核图解,适合于linux系统的学习,简洁明了-diagram linux kernel, linux system suitable for learning, clear and concise
- 2022-09-26 15:40:03下载
- 积分:1
-
Vi/Vim is a one of the most frequent
Vi/Vim作为linux下最常用的编辑器,是在linux系统下工作的人必不可少的工具,掌握其基本命令就很重要。-Vi/Vim is a one of the most frequent-used editor,and it is a necessary tool for people who work under linux-system,so it is very important to master the basic commands.
- 2022-01-25 17:48:48下载
- 积分:1
-
在同一个进程地址空间内执行的两个线程。生产者线程生产物品,然后将物品放置在一个空缓冲区中供消费者线程消费。消费者线程从缓冲区中获得物品,然后释放缓冲区。当生产者...
在同一个进程地址空间内执行的两个线程。生产者线程生产物品,然后将物品放置在一个空缓冲区中供消费者线程消费。消费者线程从缓冲区中获得物品,然后释放缓冲区。当生产者线程生产物品时,如果没有空缓冲区可用,那么生产者线程必须等待消费者线程释放出一个空缓冲区。当消费者线程消费物品时,如果没有满的缓冲区,那么消费者线程将被阻塞,直到新的物品被生产出来。-In the same address space of a process implemented within the two threads. The producer thread production of goods, and then items placed in an empty buffer in the thread consumption for consumers. Consumer thread to acquire items from the buffer, and then release the buffer. When the producer thread is the production of goods, if there is no empty buffers are available, then the producer thread must wait for the Consumer thread to release an empty buffer. When a consumer thread consumer goods, if the buffer is not full, then the consumer thread will be blocked until the new items were produced.
- 2022-03-10 13:10:08下载
- 积分:1