-
上个星期随便编的linux小程序,实现查找文件夹
上个星期随便编的linux小程序,实现查找文件夹-last week casually series linux small procedures, search folders
- 2022-03-11 23:38:55下载
- 积分:1
-
The use of a side under LINUX
-一个LINUX下的使用方便 的CD-ROM刻录软件,开放源码,编译后即可使用-- The use of a side under LINUX
- 2022-05-13 14:17:36下载
- 积分:1
-
串口调试工具,在开发板和pc链接后,可以直接测试串口的传送。...
串口调试工具,在开发板和pc链接后,可以直接测试串口的传送。-Serial debugging tools, development boards and pc link, serial transmission can be directly tested.
- 2022-03-28 11:00:44下载
- 积分:1
-
这个GTK+版本2.12.3。GTK+是一个多
This GTK+ version 2.12.3. GTK+ is a multi-platform toolkit for
creating graphical user interfaces. Offering a complete set of widgets,
GTK+ is suitable for projects ranging from small one-off projects to
complete application suites.
- 2022-04-09 04:53:56下载
- 积分: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
-
FAT文件系统协议,对学习linux中的基础文件还是有相当帮助的
FAT文件系统协议,对学习linux中的基础文件还是有相当帮助的-FAT file system agreement, on learning the basic linux file or has a very helpful
- 2022-08-19 18:29:05下载
- 积分:1
-
LINUX下使用ZC0301摄像头的基于v4l1的视频采集程序,图像流畅~...
LINUX下使用ZC0301摄像头的基于v4l1的视频采集程序,图像流畅~-A program for video capturing based on v4l1.
- 2022-12-17 08:40:03下载
- 积分:1
-
在linux环境下的MP3播放软件,按照install文件可以进行安装和配置...
在linux环境下的MP3播放软件,按照install文件可以进行安装和配置
-linux environment in the MP3 player software, According to install files can be installed and configured
- 2022-01-23 11:03:25下载
- 积分:1
-
NETLINK是LINUX环境下一种新型的用户空间与内核空间的交互方法,示例代码给出了一个实例,将网络数据包以NETLINK的方式从内核空间发送至用户空间,再由...
NETLINK是LINUX环境下一种新型的用户空间与内核空间的交互方法,示例代码给出了一个实例,将网络数据包以NETLINK的方式从内核空间发送至用户空间,再由用户空间返回。-under LINUX environment NETLINK is a new type of user space and kernel space of interactive methods, sample code gives an example of a network packet to the NETLINK sent from kernel space to user space and then return to user space.
- 2022-06-29 18:14:36下载
- 积分:1
-
linux组播代码
#! /bin/sh
gcc
linux组播代码
#! /bin/sh
gcc -Wall mcastclient.c -o mcastclient
gcc -Wall mcastserver.c -o mcastserver
#./mcastserver 230.1.1.1 7838
#./mcastclient 230.1.1.1 7838 192.168.100.1 12345
-linux multicast code#!/bin/shgcc-Wall mcastclient.c-o mcastclientgcc-Wall mcastserver.c-o mcastserver#./mcastserver 230.1.1.1 7838#./mcastclient 230.1.1.1 7838 192.168.100.1 12345
- 2022-03-13 06:45:28下载
- 积分:1