-
先进的编程在
linux高级编程中有关于进程间通信 管道和信号等重要操作的源代码实例 非常的详细 希望大家喜欢-Advanced Programming in the linux on the inter-process communication channels and signal operation and other important details of the source code for examples of great hope that everyone likes
- 2022-07-25 12:36:21下载
- 积分:1
-
unix下的 Clist类实现
unix下的 Clist类实现-under the category of achieving Clist
- 2022-05-18 21:08:21下载
- 积分:1
-
flv to avi divx command in ubuntu 9.10
flv to avi divx command in ubuntu 9.10
- 2022-01-24 09:54:35下载
- 积分:1
-
A Davicom DM9102A NIC fast ethernet driver for Linux.
A Davicom DM9102A NIC fast ethernet driver for Linux.
- 2022-05-27 04:03:20下载
- 积分:1
-
dns 配置
dns 配置-Linux下DNS配置文件祥解 - China Linux Forum-dns configuration-Linux DNS configuration file xiang, XIE-China Linux Forum
- 2022-03-04 19:54:02下载
- 积分:1
-
PPP协议的实现演示
PPP协议的实现演示-the PPP demo
- 2022-04-15 03:40:57下载
- 积分:1
-
- 2023-07-27 17:50: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
-
//颜色初始化
if(!has_colors() || start_color() == ERR){
endwin()
print...
//颜色初始化
if(!has_colors() || start_color() == ERR){
endwin()
printf("Terminal does not support color.
")
exit(1)
}
init_pair(1, COLOR_GREEN, COLOR_BLACK)
init_pair(2, COLOR_RED, COLOR_BLACK)
init_pair(3, COLOR_CYAN, COLOR_BLACK)
init_pair(4, COLOR_WHITE, COLOR_BLACK)
init_pair(5, COLOR_MAGENTA, COLOR_BLACK)
init_pair(6, COLOR_BLUE, COLOR_BLACK)
init_pair(7, COLOR_YELLOW, COLOR_BLACK)
//写字符串
for(i = 1 i
- 2023-04-17 02:35:03下载
- 积分:1
-
FFmpeg是创建视频应用甚至一般铺好的图书馆…
ffmpeg is a wonderful library for creating video applications or even general purpose utilities
- 2022-01-23 10:43:02下载
- 积分:1