-
fork和exec系列调用前后,进程在内存的“数据段”,“堆栈段”和“代码段”有什么不同?读了之后,你就会知道了,...
fork和exec系列调用前后,进程在内存的“数据段”,“堆栈段”和“代码段”有什么不同?读了之后,你就会知道了,-fork and exec calls before and after the Series, in memory of the process "of the data", "stack of" and "code of" what"s the difference? After reading, you will know,
- 2022-05-12 11:15:43下载
- 积分:1
-
FFmpeg is an audio/video conversion tool. It includes libavcodec, the leading op
FFmpeg is an audio/video conversion tool. It includes libavcodec, the leading open source codec library. An experimental streaming server for live broadcasts is also included
- 2022-01-26 03:49:20下载
- 积分:1
-
目前最为完备的早期Linux系统C源代码,版本为0.11,内有详细注释....
目前最为完备的早期Linux系统C源代码,版本为0.11,内有详细注释.-at present the most comprehensive system of early Linux C source code, version 0.11, with detailed notes.
- 2022-02-07 05:58:51下载
- 积分:1
-
介绍了linux操作系统原理及文件系统的概念
介绍了linux操作系统原理及文件系统的概念-Linux operating system introduced the principle and the concept of file system
- 2022-02-28 22:02:27下载
- 积分:1
-
bash_Cookbook_examples_2009
Linux Shell program example:
bash_Cookbook_examples_2009-05-23-A.tar-bash_Cookbook_examples_2009-05-23-A.tar
- 2022-07-01 11:57:25下载
- 积分:1
-
这2.16.1能说会道的版本。能说会道是低
This GLib version 2.16.1. GLib is the low-level core
library that forms the basis for projects such as GTK+ and GNOME. It
provides data structure handling for C, portability wrappers, and
interfaces for such runtime functionality as an event loop, threads,
dynamic loading, and an object system.
- 2022-02-04 04:13:33下载
- 积分:1
-
编制一个简单的UNIX模拟文件系统
编制一个简单的UNIX模拟文件系统-prepare a simple UNIX file system simulation
- 2023-03-19 05:40:03下载
- 积分:1
-
AS400培训教材,了解AS400的原理
AS400培训教材,了解AS400的原理-Hospitality training materials and understand the principle Front
- 2022-01-25 17:58:04下载
- 积分:1
-
linux核C语言写的MODBUS通讯 This is a Linux kernel driver (2.2.19+ 2.4+) for the Modicon...
linux核C语言写的MODBUS通讯 This is a Linux kernel driver (2.2.19+ 2.4+) for the Modicon SA85 ISA and PCI-85 cards. It is written in C and includes example shell scripts for administration, and an example client program. Development Status: 4 - Beta Intended Audience: Developers License: BSD License Operating System: All POSIX (Linux/BSD/UNIX-like OSes), Linux-C language to write the MODBUS communication This is a Linux kernel driver (2.2.19 2.4) for the Modicon ISA and PCI SA85-85 cards. It is written in C and includes example shell scripts for administration, and an example client program. Development Status : 4-Beta Intended Audience : Developers License : BSD License Operating System : All POSIX (Linux/BSD/UNIX-like OSes), Linux
- 2023-02-05 08:30:03下载
- 积分: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