-
TCP聊天程序
TCP简单聊天程序,网络相关,c++编程思想实现,对刚入门的新手很有帮助,linux环境socket编程。可以运行,希望能有所帮助。实现比较简单,代码不多。
- 2022-06-21 12:46:25下载
- 积分:1
-
drivers/input/touchscreen/ft5x0x_ts.c
/** drivers/input/touchscreen/ft5x0x_ts.c **/
/**FocalTech ft5x0x TouchScreen driver. **/
/** Copyright (c) 2010 Focal tech Ltd. **/
/** This software is licensed under the terms of the GNU General Public **/
/** License version 2, as pu
- 2022-03-06 17:35:52下载
- 积分:1
-
在 C 中的客户端/服务器程序
服务器端的程序与客户端程序进行通信。
客户端和服务器程序将会使用回声和答复函数进行通信。
若要生成/测试:
-创建生成文件
-若要运行生成文件和编译,类型"让"
-要在文件中或采取用户输入中输入命令行参数
如果未选择采取在文件中的参数,然后执行结束将完成
文件的末尾。
-例如:./ 服务器
./ 客户端本地主机 6889 yes my_input.txt
如果参数有的用户输入,然后停止你将必须输入其他
"不"在命令提示符下以退出。
-例如:./ 服务器
./ 客户端 localhost 6889 yes
-输出将显示从客户端从文本文件或用户输入的数据。
-服务器然后将显示的数据,它采取了以从客户端
-然后,服务器将发送回它从客户端收到的数据和
回声回客户端的数据
- 2023-06-19 12:40:02下载
- 积分:1
-
通过NTP服务器同步网路时间到本地
资源描述本代码可通过socket与远程服务器建立连接、向远程ntp服务器发送请求,服务器会返回一个包含当前时间的数据包、本地通过socket接收到以后、进行解析、并且可以设置到本地、次代码适合Linux系统环境下的时间同步、windows环境下、对代码稍加修改后、也可使用
- 2023-04-04 00:40:03下载
- 积分:1
-
linux下qt编程mplayer视频播放器
linux下qt编程mplayer视频播放器 可在Linux下编译运行调试
- 2022-07-21 17:52:32下载
- 积分:1
-
linux实现ping
linux下模仿wireshark进行抓包, 并作简答分析. 并模拟ping, 向目标地址发送icmp请求包.
- 2022-07-27 14:23:31下载
- 积分:1
-
u-boot-1.0.0
FPGA和ARM进行了总线和其它方式的通信方式连接,因此在板上进行FPGA和ARM的数据传输测试。
- 2023-04-22 22:15:03下载
- 积分: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
-
wu-manber算法c语言实现
wu-manber算法c语言实现,多模匹配算法,高效快速。
- 2022-06-13 07:35:29下载
- 积分:1
-
linux 局域网聊天
适用于Linux下的聊天系统具有文本聊天文件传输和保存本地聊天信息等功能。以及qtcreator开发源码。
- 2022-01-26 06:01:26下载
- 积分:1