-
简单的linux socket
linux聊天程序试试看毕业设计 没什么写的了,通过wxWidgets编译通过新接触同学可以下载参考改进
- 2022-02-02 20:42:56下载
- 积分:1
-
SimpleSniffer C++ Linux
下一段代码演示如何使用ICMP或ARP执行快速网络扫描。
- 2022-01-25 16:13:41下载
- 积分:1
-
开机密码程序
用c 实现开机密码功能的程序,自己的小实验,有什么不足希望大家提出。
用c 实现开机密码功能的程序,自己的小实验,有什么不足希望大家提出。
用c 实现开机密码功能的程序,自己的小实验,有什么不足希望大家提出。
- 2022-05-07 08:53:32下载
- 积分:1
-
ftp的下载系统
这是一个基于Qt的FTP下载系统,界面简单,适合新手最初使用Qt进行编程,有上传,下载等基本的功能
- 2022-04-11 08:39:19下载
- 积分:1
-
一个关于服务器压力测试的小软件
资源描述非常适合C/C++初学者想做个小项目的要求
- 2022-11-11 18:55:03下载
- 积分:1
-
linux 高级编程
本人学习linux高级编程聪书上敲下来的代码, 主要对进程编程以及线程编程等的学习, 进程之间的同步, 线程之间的同步. 等等一系列东西.
- 2023-08-10 08:20:02下载
- 积分:1
-
多线程实现webserver
本程序实现的是一个多线程的支持以“GET”方法获取静态页面的web server。
代码实现的主要步骤为:
a. 创建服务器套接字
b. 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-07-12 15:45:37下载
- 积分:1
-
BillboardClouds算法
BillboardClouds算法实现,能运行,法国人写的,在LINUX上运行良好,可以支持多种3D文件格式
- 2022-08-23 03:26:08下载
- 积分:1
-
Linux下的聊天室
应用背景
This is the server and client code in C for a simple chat program for multiple client communication.
This repository contains code for a very simple chat program implemented on the linux system, using base system libraries and the C programming language. The program consists of two major components, the first being the server program and the second is the Client program.
关键技术
The server program maintains a list of clients and also a queue of client messages. It uses semaphores to make sure synchronisation errors do not occur.
The server program accepts one optional input argument – listen_port_number. If this argument is missed, the server will use the default port number 3500 (defined in the provided header file chat_server.h). Once it starts, it runs forever. To ter
- 2023-07-14 01:50:03下载
- 积分:1
-
语音传输
比较简单的,清晰的基于Linux的语音传输程序
- 2022-08-23 16:25:57下载
- 积分:1