-
TCP-UDP字符数据传输
TCP-UDP传输,基于TCP-UDP的server和client端的数据收发,字符数据的收发,如果想要实现文本或者文件的收发的话可以fopen喝fread或者fwrite来进行读写。
- 2022-04-18 10:01:41下载
- 积分: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
-
这个是我实训时候做的一个商城系统,是在netbean下面做的.
这个是我实训时候做的一个商城系统,是在netbean下面做的.-This is my time to do a Training Center system, is to do the following in NetBeans.
- 2022-09-08 08:30:05下载
- 积分:1
-
win inet in WTL on C++ for quck inet http
win inet in WTL on C++ for quck inet http
- 2022-03-15 01:07:18下载
- 积分:1
-
这是一个用vb 写的聊天室
这是一个用vb 写的聊天室-with vb write Chat Room
- 2022-01-21 04:53:29下载
- 积分:1
-
tcp的socket通讯的简单例子,希望大家可以借鉴
tcp的socket通讯的简单例子,希望大家可以借鉴-tcp the socket communication simple example, I hope everyone can learn from
- 2023-07-24 06:15:03下载
- 积分:1
-
network currently running pieces from the agreement procedures
网络当前运行协议枚取程序-network currently running pieces from the agreement procedures
- 2022-06-28 05:48:10下载
- 积分:1
-
telephone network routines, can be connected to the machine test
网络电话例程,可以连接本机做测试-telephone network routines, can be connected to the machine test
- 2022-01-26 00:51:33下载
- 积分:1
-
Web technology curriculum design, DREAMWEAVER development, IIS ACCESS database b...
WEB技术的课程设计,用DREAMWEAVER开发,IIS+ACCESS数据库后台-Web technology curriculum design, DREAMWEAVER development, IIS ACCESS database background
- 2022-03-19 17:31:34下载
- 积分:1
-
asp.net+ajax无刷新评论(留言)系统
asp.net + ajax no refresh comments (message) System...
asp.net+ajax无刷新评论(留言)系统
asp.net + ajax no refresh comments (message) System -asp.net+ ajax no refresh comments (message) System
- 2022-03-05 12:59:18下载
- 积分:1