-
实现arq滑动窗口协议的服务端源程序
实现arq滑动窗口协议的服务端源程序-Sliding Window Protocol achieve arq services client source
- 2022-04-16 17:54:19下载
- 积分:1
-
JSP写的留言本,默认管理员用户名是:admin;默认密码是:123456...
JSP写的留言本,默认管理员用户名是:admin;默认密码是:123456 -JSP to write the messages, the default admin users are : admin; The default password is : 123456
- 2022-03-24 15:58:59下载
- 积分:1
-
建议ITU
RECOMMENDATION ITU-R M.1677
International Morse cod
- 2022-01-26 00:08:05下载
- 积分:1
-
客户端服务器应用程序
使用 c# 客户端-服务器聊天应用程序...每个客户端必须发送消息给服务器发送消息到所有的服务器。
- 2023-08-25 16:50:03下载
- 积分:1
-
CGIC第一本完全中文参考手册,根据官方英文翻译而来
CGIC第一本完全中文参考手册,根据官方英文翻译而来-CGIC first complete reference manual in Chinese, according to the official English translation from
- 2022-02-25 02:33:29下载
- 积分:1
-
TCPwin
TCPwin 在C3环境下 网络编程的实现 -TCPwin
- 2023-07-31 03:45:03下载
- 积分:1
-
C#高性能的Socket服务器及客户端封装,实测服务器端支持6w个连接
高性能的SOCKET服务器及客户端的封装,实测服务器端支持6W个连接,使用完成端口实现
- 2022-08-17 19:45:36下载
- 积分:1
-
personal job management system "allows you to find work to facilitate the p...
个人求职管理系统》可以让你在找工作的过程中方便地记录你所选中的公司信息、职位信息、发送的简历和公司的回复,支持多用户,是一个多用户系统。具体请看readme文件。 -personal job management system "allows you to find work to facilitate the process of recording your chosen company information, job information, send a resume and the company"s response, support multiple users, is a multi-user system. For details, please read the readme file.
- 2022-05-20 00:59:33下载
- 积分:1
-
一个网络编程的好例子哦 很好用
一个网络编程的好例子哦 很好用-a good example of good use oh
- 2022-10-21 07:35:03下载
- 积分: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