-
Shell programming examples, compression bag has a variety of shell programming e...
Shell编程实例,压缩包里有各种shell编程的例子-Shell programming examples, compression bag has a variety of shell programming examples
- 2022-03-06 18:29:18下载
- 积分:1
-
in achieving process between the two interactive. A process to a client process...
在linux平台上实现两个进程之间的交互。一客户进程向一远程进程提交一道作业;远程进程完成作业后向客户进程返回执行结果或者是结束的信息。-in achieving process between the two interactive. A process to a client process to submit a long-range operations; Remote operations after the completion of the process to the client process to the implementation of the outcome or the end of the message.
- 2022-01-26 03:27:54下载
- 积分:1
-
用共享内存,信号灯,以及互斥锁实现进程,线程间的通信,来模拟三国问题...
用共享内存,信号灯,以及互斥锁实现进程,线程间的通信,来模拟三国问题-using shared memory, lights, and Mutex realization process, the communication between threads, to simulate the three issues
- 2022-10-02 05:50:04下载
- 积分:1
-
使用非阻塞 I/O 的应用程序常常使用 poll, select, 和 epoll 系统调用. poll, select 和 epoll 本质上有相同的功能:...
使用非阻塞 I/O 的应用程序常常使用 poll, select, 和 epoll 系统调用. poll, select 和 epoll 本质上有相同的功能: 每个允许一个进程来决定它是否可读或者写一个或多个文件而不阻塞. 这些调用也可阻塞进程直到任何一个给定集合的文件描述符可用来读或写. 因此, 它们常常用在必须使用多输入输出流的应用程序, 而不必粘连在它们任何一个上. 相同的功能常常由多个函数提供, 因为 2 个是由不同的团队在几乎相同时间完成的: select 在 BSD Unix 中引入, 而 poll 是 System V 的解决方案. epoll 调用[23]添加在 2.5.45, 作为使查询函数扩展到几千个文件描述符的方法.-poll application instance
- 2023-06-26 04:30:03下载
- 积分:1
-
Qtopia source of multimedia recording, support WAV format recording PCM and G711
Qtopia下的多媒体录音源码,支持WAV格式的PCM和G711录音-Qtopia source of multimedia recording, support WAV format recording PCM and G711
- 2022-01-31 11:33:08下载
- 积分:1
-
第一个LED灯控制驱动
(基于AT91SAM9260开发板linux2.6.22)
第一个LED灯控制驱动
(基于AT91SAM9260开发板linux2.6.22) -The first signal-controlled LED driver (based on the AT91SAM9260 Development Board linux2.6.22)
- 2022-03-23 10:57:14下载
- 积分: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
-
Linux操作系统的著名硬件加速绘图API软件。可以利用网卡提供的硬件加速功能完成绘图,速度比传统的framebuffer要快。
Linux操作系统的著名硬件加速绘图API软件。可以利用网卡提供的硬件加速功能完成绘图,速度比传统的framebuffer要快。-Well-known Linux operating system software, hardware-accelerated graphics API. Can use the card provided by the completion of graphics hardware acceleration, faster than the traditional framebuffer to be fast.
- 2022-01-26 00:27:23下载
- 积分:1
-
Altera EPXA1例子程序
altera epxa1的例子程序-ALTERA epxa1 examples of procedures
- 2022-02-11 22:38:09下载
- 积分:1
-
QT下访问cell的源码,可以实现QT下对话框的,可以在虚拟机或QT嵌入式版本下面跑...
QT下访问cell的源码,可以实现QT下对话框的,可以在虚拟机或QT嵌入式版本下面跑-QT visit the source cell can be achieved under the QT dialog box, you can in a virtual machine or running the following versions of QT Embedded
- 2022-09-22 22:50:03下载
- 积分:1