-
FOR LINUX /UNIX 2.4 KERNEL 8139 driver
8139网卡驱动 for linux/unix 只针对2.4内核 其他内核不保证可用-FOR LINUX /UNIX 2.4 KERNEL 8139 driver
- 2022-02-21 13:28:20下载
- 积分:1
-
对AVR调试和并行端口复制器驱动的C代码运行
对AVR进行调试,烧录操作的 并口驱动C代码-right AVR debugging and operation of the parallel port replicators drive C code
- 2022-02-03 01:38:56下载
- 积分:1
-
under Canon digital cameras use FOSS
linux下佳能数码相机使用源码-under Canon digital cameras use FOSS
- 2023-08-22 07:05:03下载
- 积分:1
-
sd
- 2022-03-29 17:56:29下载
- 积分:1
-
非常简单的MAKEFILE文件,
先把执行build_pc.sh 生成makefile文件
再make
很简单,也很实用,适合初学!大虾就不要下了!...
非常简单的MAKEFILE文件,
先把执行build_pc.sh 生成makefile文件
再make
很简单,也很实用,适合初学!大虾就不要下了!-Very simple Makefile file, makefile generation build_pc.sh first implementation of a document and then make a very simple and practical, suitable for beginners! Shrimp do not a!
- 2022-01-25 22:24:36下载
- 积分:1
-
kvm 源代码
kvm 源代码-KVM source code
- 2022-12-24 13:45:03下载
- 积分:1
-
The Art of Unix Programming
The Art of Unix Programming
- 2022-11-11 16:25: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
-
在Linux环境下,用C语言实现哲学家进程问题。
在Linux环境下,用C语言实现哲学家进程问题。-the Linux environment, using C language philosopher process.
- 2022-09-10 22:20:03下载
- 积分:1
-
spserver 是一个实现了半同步/半异步(Half
spserver 是一个实现了半同步/半异步(Half-Sync/Half-Async)和领导者/追随者(Leader/Follower) 模式的服务器框架,能够简化 TCP server 的开发工作。
spserver 使用 c++ 实现,目前实现了以下功能:
1.封装了 TCP server 中接受连接的功能;
2.使用非阻塞型I/O和事件驱动模型,由主线程负责处理所有 TCP 连接上的数据读取和发送,因此连接数不受线程数的限制;
3.主线程读取到的数据放入队列,由一个线程池处理实际的业务。
4.一个 http 服务器框架,即嵌入式 web 服务器(请参考: SPWebServer:一个基于 SPServer 的 web 服务器框架)
-spserver is a realization of a semi-synchronous/semi-asynchronous (Half-Sync/Half-Async) and leader/followers (Leader/Follower) model server framework, to simplify the development of TCP server. spserver use c++ realize now realize the following functions: 1. Packaging the TCP server to accept connections function 2. the use of non-blocking type I/O and event-driven model, by the main thread responsible for handling all TCP connection read and send data, so connections are not thread a few restrictions 3. the main thread to read data Add queue, by a thread pool handle the actual business. 4. A http server framework, that is, embedded web server (p
- 2023-03-18 00:40:03下载
- 积分:1