-
迷你lzo算法库,用于实现内存、图像、磁盘文件等数据的压缩,是一种非常快的压缩算法。...
迷你lzo算法库,用于实现内存、图像、磁盘文件等数据的压缩,是一种非常快的压缩算法。-Mini-lzo library of algorithms, used to implement the memory, images, data, such as disk file compression, is a very fast compression algorithm.
- 2022-07-25 04:13:15下载
- 积分:1
-
为使Linux自启动
for making the linux autoboot
- 2023-02-18 00:00:04下载
- 积分:1
-
The Art of Unix Programming
The Art of Unix Programming
- 2022-11-11 16:25:03下载
- 积分:1
-
pthread example, could well help us understand the main function of multi
pthread的例子,可以很好的帮助我们理解Linux多线程的主要函数用法-pthread example, could well help us understand the main function of multi-threaded Linux usage
- 2022-05-21 07:34:31下载
- 积分:1
-
a multi thread sample code
一个非常简单有效的多线程实例源码,对没有多线程概念的同学非常有用-a multi thread sample code
- 2023-09-07 05:10:03下载
- 积分:1
-
linux kernel programming. absolutely brilliant
linux内核编程.绝对精彩-linux kernel programming. absolutely brilliant
- 2022-05-06 14:14:47下载
- 积分:1
-
libpcap是一个系统
libpcap is a system-independent interface for user-level packet capture. libpcap provides a portable framework for low-level network monitoring. Applications include network statistics collection, security monitoring, network debugging, etc. -libpcap is a system-independent interfac e for user-level packet capture. libpcap provi des framework for a portable low-level network monitoring. Applications include network sta tistics collection, security monitoring, network debugging, etc..
- 2022-07-18 12:56:22下载
- 积分:1
-
实现任务管理器的功能!模拟windows的任务管理器!
实现任务管理器的功能!模拟windows的任务管理器!-achieve the mission function!
- 2022-07-02 04:00:28下载
- 积分:1
-
tcp/ip客户端测试源码
tcp/ip客户端测试源码-tcp/ip client test source.
- 2022-06-19 15:20:56下载
- 积分: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