-
The simplest function of server and client communication c++ code, tested under...
最简单功能的服务端与客户端通信c++代码,在linux下测试运行(初学者必看)-The simplest function of server and client communication c++ code, tested under linux run (beginners must-see)
- 2022-02-03 10:55:21下载
- 积分:1
-
期待源代码的类房间应用
expect source code for class room application
- 2022-03-11 20:52:46下载
- 积分:1
-
通讯中间件,负责网络通讯过程中多个通讯模块的消息通讯。c++写的,可在windows/linux下运行。文件包了除了中间件代码外,还有使用方法说明和在windo...
通讯中间件,负责网络通讯过程中多个通讯模块的消息通讯。c++写的,可在windows/linux下运行。文件包了除了中间件代码外,还有使用方法说明和在windows/linux下使用的示例代码。-communications middleware for network communications over the course of the communications module messaging communications. C wrote, in the windows/linux running. In addition to the package middleware code, there are descriptions and methods used in the windows/linux use of the sample code.
- 2022-07-22 23:38:35下载
- 积分:1
-
hostapd无线AP工具,用于嵌入式服务器,C语言代码
hostapd无线AP工具,用于嵌入式服务器,C语言代码-hostapd wireless AP tools for embedded server, C language code
- 2022-07-10 03:32:26下载
- 积分:1
-
linphone源码
linphone源码-1.3.5.tar.gz,linphone源码-1.3.5.tar.gz-linphone source-1.3.5.tar.gz. linphone source-1.3.5.tar.gz
- 2022-02-05 18:30:51下载
- 积分:1
-
linux下传输层下一般的tcp套接字编程 作为一般初学者之用
linux下传输层下一般的tcp套接字编程 作为一般初学者之用-under transport layer under normal tcp socket programming as a general purpose beginners
- 2023-05-02 10:05:03下载
- 积分:1
-
Linux 下使用C++进行Socket编程
Linux 下使用C++进行Socket编程-use Linux for C Socket Programming
- 2023-06-21 12:45:03下载
- 积分:1
-
bind 源码 最新实现 linux/unix/windows平台
bind 源码 最新实现 linux/unix/windows平台-bind latest achievement source linux/unix/windows platform
- 2023-01-30 04:30:04下载
- 积分:1
-
用系统调用叉()来创建子进程。运行时,系统一。
使用系统调用fork()创建两个子进程。当此程序运行时,在系统中有一个父进程和两个子进程活动。让每一个进程在屏幕上现实一个字符:父进程显示字符’a’;子进程分别显示字符’b’和’c’。试观察记录屏幕上的显示结果并分析原因。-use system calls fork () to create two child process. When running, the system is a process and the father of two sub-process activities. Each process in a realistic one screen characters : the father of the process show the character "a"; Child showed the characters" b "and" c ". Let observation records on the screen to show the results and analysis of the reasons.
- 2023-05-27 14:45:04下载
- 积分:1
-
Linux的伙伴算法把所有的空闲页面分为10个块组,每组中块的大小是2的幂次方个页面,例如,第0组中块的大小都为20 (1个页面),第1组中块的大小为都为21(...
Linux的伙伴算法把所有的空闲页面分为10个块组,每组中块的大小是2的幂次方个页面,例如,第0组中块的大小都为20 (1个页面),第1组中块的大小为都为21(2个页面),第9组中块的大小都为29(512个页面)。也就是说,每一组中块的大小是相同的,且这同样大小的块形成一个链表-Linux partners algorithm all the free page is divided into 10 blocks of groups, each group in the block size is two power-of-pages, for example, the first group in the 0 block size is 20 (one page), the first a block size of the group are 21 (2 pages), 9 blocks the size of the group are 29 (512 pages). In other words, each group in the block size is the same, and the same size to form a linked list of blocks
- 2023-08-09 05:20:03下载
- 积分:1