-
beginninglinuxprogramming例子
BeginningLinuxProgramming example2
- 2022-03-22 16:36:44下载
- 积分:1
-
一个在LINUX下的实现的AD驱动程序,希望对大家有帮助,从这个程序中能学习到LINUX下驱动的写法...
一个在LINUX下的实现的AD驱动程序,希望对大家有帮助,从这个程序中能学习到LINUX下驱动的写法-Under a LINUX driver for the realization of the AD, in the hope we have help from this program can learn to drive under the wording of LINUX
- 2022-07-17 00:21:15下载
- 积分:1
-
linux下的xml库,本人已经编译过,没有问题,请各位支持一下。...
linux下的xml库,本人已经编译过,没有问题,请各位支持一下。-xml library under linux, I have compiled, no problem, please support you.
- 2022-01-25 14:37:24下载
- 积分:1
-
ubuntu user manual, including the use of linux commands and basic use of ubuntu.
ubuntu使用手册,包括linux命令的使用及ubuntu的基本使用.-ubuntu user manual, including the use of linux commands and basic use of ubuntu.
- 2022-03-11 23:13:27下载
- 积分:1
-
此包是为perl或者 Python等高级语言提供一个库,该库提供对网络数据包通过queue方式的访问。...
此包是为perl或者 Python等高级语言提供一个库,该库提供对网络数据包通过queue方式的访问。-nfqueue-bindings was written to provide an interface in high-level
languages such as Perl or Python to libnetfilter_queue.
The goal is to provide a library to gain access to packets queued by
the kernel packet filter.
- 2022-02-02 02:51:28下载
- 积分:1
-
mainly used to monitor network traffic dynamics and visualization results
主要用于监控网络流量并动态产生可视化结果-mainly used to monitor network traffic dynamics and visualization results
- 2022-02-25 17:36:44下载
- 积分:1
-
LINUX下,蓝牙协议栈
包括SDP HCI 等完整的代码
LINUX下,蓝牙协议栈
包括SDP HCI 等完整的代码-LINUX, the Bluetooth protocol stack including the SDP HCI, such as a complete code
- 2022-09-08 14:00:02下载
- 积分:1
-
该压缩包包含了GTK+的大量API函数,很值得推荐,为您在实际设计过程中节省了宝贵的时间,提高了效率。...
该压缩包包含了GTK+的大量API函数,很值得推荐,为您在实际设计过程中节省了宝贵的时间,提高了效率。-The compressed packet contains GTK+ A large number of API functions, it is worthy of recommendation for you in the actual design process to save valuable time and increase efficiency.
- 2022-04-23 11:06:31下载
- 积分:1
-
void DockWidget::dock() {
if (!docked) {
KWin::setSystemTrayWindowF...
void DockWidget::dock() {
if (!docked) {
KWin::setSystemTrayWindowFor(this->winId(), 0)
this->setFixedSize(24, 24)
this->show()
docked = true
}
}
- 2023-04-26 14:10: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