-
套接字 UDP 线程
1.-Realizar 联合国方案委托/Servidor utilizando 套接字 TCP,el cual
realizará funciones similares las 德联合国聊天。
2.-El servidor 无 tendrá interfaz、 ni mostrará ningun 提珀德信息 en
la consola。段 escuchar,埃斯特角 utilizará el 波多黎各 número 4950 y podrán
conectarse clientes desde cualquier interfaz que tenga configurada el 法医。
3.-埃斯特角方案 deberá atender tantos clientes 科摩 se conecten al mism tiempo。
4.-En el 委托 deberán establecerse los parametros necesarios 段
- 2022-05-06 08:31:14下载
- 积分:1
-
socket通信
socket通信,简单的一个demo,socket通信,简单的一个demo,socket通信,简单的一个demosocket通信,简单的一个demo,
- 2022-05-31 00:04:48下载
- 积分:1
-
IE toolbar
IE toolbar
- 2022-11-05 11:40:03下载
- 积分:1
-
一个多线程分组聊天程序。
一个多线程分组聊天程序。-a multithreaded a chat program.
- 2022-03-11 21:48:23下载
- 积分:1
-
javascript版的俄罗斯方块javascriptbanelsfk
javascript版的俄罗斯方块javascriptbanelsfk-javascript version of the Russian box javascriptbanelsfk
- 2022-07-18 13:34:10下载
- 积分:1
-
以太网端口保护协议,华为的技术白皮书,做电信级产品需要知道。...
以太网端口保护协议,华为的技术白皮书,做电信级产品需要知道。
- 2022-02-05 10:10:24下载
- 积分: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
-
其实一个ircrpg战斗引擎写结合C和C++。梳子…
Lachesis an IRCRPG combat engine written in a combination of C and C++. The combat engine is being written for a specific RPG, but most of the project should be useful to IRCRPGs in general. It includes a native interface to the IRC protocol to allow it to act as an IRC bot, for such uses as dice rolling and acting as a remote-controlled client (RPG NPC perhaps).
- 2022-09-06 06:45:03下载
- 积分:1
-
This the client part of the chat application. Clients can connect to the chat se...
This the client part of the chat application. Clients can connect to the chat server(Refer MFCChatServer Post) using this application.-This is the client part of the chat application. Clients can connect to the chat server(Refer MFCChatServer Post) using this application.
- 2022-10-16 01:05:03下载
- 积分:1
-
DNS域名解析
本程序利用socket网络编程方法,主要实现给定域名,然后解析出其对应的IP地址,达到简单的域名解析的目的,程序使用模块化的编程方法,能够罗列出主机名及其对应的IP地址
- 2022-03-17 10:55:59下载
- 积分:1