-
多路I/O复用select
多个客户端连接服务器,采用socket编程,其中用select选项设置套接字可以达到多路I/O复用的目的,代码亲自验证编译并运行
- 2022-05-15 01:38:34下载
- 积分:1
-
users of the software for each other questions of mutual users can answer each o...
该软件用于用户相互提出问题,用户之间可以相互回答对方的问题-users of the software for each other questions of mutual users can answer each other"s questions
- 2022-02-12 00:58:26下载
- 积分:1
-
这是一个用c#做的聊天室,有服务器和客户端,采用多线程技术
这是一个用c#做的聊天室,有服务器和客户端,采用多线程技术-This is a c# to do with the chat rooms, there are server and client, using multi-threading technology
- 2022-01-24 14:27:42下载
- 积分:1
-
TCPwin
TCPwin 在C3环境下 网络编程的实现 -TCPwin
- 2023-07-31 03:45:03下载
- 积分:1
-
完善的PHP/MySQL电子商务方案
完善的PHP/MySQL电子商务方案-complete PHP/MySQL e-business solutions
- 2022-05-08 02:23:07下载
- 积分:1
-
基于Qt的局域网聊天系统
应用背景基于Qt的局域网聊天系统,实现了局域网聊天,文件传输,更改字体,保存聊天记录等功能,对于研究Qt,研究局域网通信具有较强学习价值。关键技术udpSocket = new QUdpSocket(this);
port = 45454;
udpSocket->bind(port, QUdpSocket::ShareAddress | QUdpSocket::ReuseAddressHint);
connect(udpSocket, SIGNAL(readyRead()), this, SLOT(processPendingDatagrams()));
sendMessage(NewParticipant);
server = new TcpServer(this);
connect(server, SIGNAL(sendFileName(QString)), this, SLOT(getFileName(QString)));
connect(ui->messageTextEdit, SIGNAL(currentCharFormatChanged(QTextCharFormat)),
this, SLOT(currentFormatChanged(const QTextCharFormat)));
- 2022-01-25 20:19:41下载
- 积分:1
-
c++ socket编程实例(含服务端和客户端及日志写入)
本代码是c++ socket编程实例。包含服务端和客户端代码,可以实现客户端发送消息,服务端接收消息并写入日志。server.cpp为服务端。client.cpp为客户端。首先,需要准备好C++环境。先编译运行server.cpp,显示:“server is start,waiting for client.”表示启动成功。再编译运行client.cpp,这时再看服务端,显示:“Hello, This is client whg”,表示收到客户端发来的消息。
- 2022-04-16 12:24:48下载
- 积分:1
-
socket通信
socket通信,简单的一个demo,socket通信,简单的一个demo,socket通信,简单的一个demosocket通信,简单的一个demo,
- 2022-05-31 00:04:48下载
- 积分:1
-
1st
1st-pay.rar 在线支付程序-1st-pay.rar online payment procedures
- 2022-01-25 22:45:38下载
- 积分:1
-
网络时间同步协议的实现
网络时间同步协议的实现-network time synchronization protocol implemented
- 2022-08-25 15:37:44下载
- 积分:1