-
网上搜的关于语音聊天的语音聊天系统,C++版本
网上搜的关于语音聊天的语音聊天系统,C++版本-found on the Internet Voice Chat voice chat systems, C++ Version
- 2022-02-01 09:02:54下载
- 积分:1
-
自己写的socks5代理完整源代码!
自己写的socks5代理完整源代码!-togig wrote the integrity of the source code Acting!
- 2022-02-27 04:44:39下载
- 积分:1
-
用C++实现的聊天程序的客户端,主要用于学习网络编程。
用C++实现的聊天程序的客户端,主要用于学习网络编程。-Implemented using C++ client chat program, mainly for learning network programming.
- 2022-04-09 01:19:13下载
- 积分: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
-
新型的计算机网络介绍及应用,网络技术飞速发展,希望对您有所帮助...
新型的计算机网络介绍及应用,网络技术飞速发展,希望对您有所帮助-Introduce a new type of computer networks and applications, rapid development of network technology, and they hope to help you
- 2022-03-19 22:51:24下载
- 积分:1
-
混客炸弹源代码供大家学习和参考
混客炸弹源代码供大家学习和参考-off bombs mixed source code for all learning and reference
- 2022-10-14 14:20:03下载
- 积分:1
-
一个支持http,ftp,https代理的代理服务器例程
一个支持http,ftp,https代理的代理服务器例程-a support http, ftp, https proxy agent routines
- 2023-03-19 18:20:03下载
- 积分:1
-
这是一个单线程的实现数据收发功能源程序,并且已经清楚的注释...
这是一个单线程的实现数据收发功能源程序,并且已经清楚的注释-This is a single-threaded data source to send and receive functions, and has clear notes
- 2022-08-19 07:16:44下载
- 积分:1
-
Java编写的DHCP服务器和客户端程序.附带有文档说明。
Java编写的DHCP服务器和客户端程序.附带有文档说明。-Java prepared by the DHCP server and client programs. Documents submitted with the note.
- 2023-01-22 20:35:04下载
- 积分:1
-
用VB开发的聊天室
用VB开发的聊天室-VB-chat rooms
- 2022-09-27 09:15:03下载
- 积分:1