-
一个补票分析程序
一个补票分析程序-an analysis program
- 2023-03-08 13:45:03下载
- 积分:1
-
用C实现的Ping程序,实现的功能与Windows的Ping部分功能相同。可用于网络编程初学用...
用C实现的Ping程序,实现的功能与Windows的Ping部分功能相同。可用于网络编程初学用-C realized Ping procedures, functions and the Windows Ping part of the same functions. Network programming can be used with learning
- 2023-05-12 18:40:02下载
- 积分: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
-
获得本机IP地址的例子程序源码.
获得本机IP地址的例子程序源码.- Obtains this machine IP address the example procedure source
code
- 2022-10-10 02:55:02下载
- 积分:1
-
一个采用RSA的网络聊天程序
一个采用RSA的网络聊天程序-a network chat program
- 2022-03-30 14:47:32下载
- 积分:1
-
automatically updated IE
自动刷新IE-automatically updated IE
- 2022-06-02 03:40:02下载
- 积分:1
-
文件上传下载源码
文件上传下载源码-file uploading and downloading source
- 2022-02-14 16:22:03下载
- 积分:1
-
全面图解路由器接口及连接
全面图解路由器接口及连接-A comprehensive graphical interface and a router to connect
- 2022-02-01 22:13:36下载
- 积分:1
-
dns 解析源代码
dns 解析源代码-dns source code analysis
- 2022-08-15 10:44:15下载
- 积分:1
-
它库函数进行了简单的包装
它对bekerly标准socket的库函数进行了简单的包装,使标准函数的调用更加直观。 - It storehouse function has carried on the simple packing to
bekerly the standard socket, causes the normal function the transfer
to be more direct-viewing.
- 2023-01-23 15:00:04下载
- 积分:1