-
客户端服务器聊天
在这一项目表示简单的 java 客户端服务器聊天,用简单的自我写协议。 也使用 MVC 模式。
- 2022-02-14 02:31:34下载
- 积分:1
-
一个非常好的crc软件
一个非常好的crc软件-CRC a very good software
- 2022-06-26 17:45:32下载
- 积分:1
-
A tcp/ip protocol stack, including the realization of the arp, tcp, udp, http, f...
一个tcp/ip协议栈,实现了包括arp、tcp、udp、http、ftp、动态分配IP等协议-A tcp/ip protocol stack, including the realization of the arp, tcp, udp, http, ftp, such as dynamic allocation of IP agreements
- 2022-06-17 19:32:42下载
- 积分:1
-
StressMark测试软件是一个使用Visual C++编写的,开放源代码的测试工具,可以完成服务程序及重要算法的功能和性能测试,其最主要的功能是模拟多线程或...
StressMark测试软件是一个使用Visual C++编写的,开放源代码的测试工具,可以完成服务程序及重要算法的功能和性能测试,其最主要的功能是模拟多线程或多客户端的自动化压力测试。-StressMark test software is a Visual C prepared in the open-source testing tool, service procedures to be completed and important algorithm functional and performance tests, its main function is simulated multi-threaded or multi-client automation pressure tests.
- 2022-07-13 21:48:19下载
- 积分:1
-
five jsp source examples include : output, access to the form parameters, access...
五个jsp源代码示例包括:输出、访问表单参数、访问jsp各种参数、cookies、搜索引擎
- 2022-03-23 14:48:08下载
- 积分: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
-
实现了基本的网络的通讯,这是很基本的,也许有点简单,但希望多少能给你点帮助...
实现了基本的网络的通讯,这是很基本的,也许有点简单,但希望多少能给你点帮助-The basic implementation of the communications network, which is very basic, perhaps a bit simple, but how can you hope to help the
- 2022-03-17 23:41:45下载
- 积分:1
-
PHP论坛中进行自助点歌的插件,安装方法详见压缩文件。
PHP论坛中进行自助点歌的插件,安装方法详见压缩文件。-PHP forum for self-help parlors plug-in, installation methods detailed in compressed files.
- 2023-04-16 07:40:03下载
- 积分:1
-
TFTP服务器,多进程并发,支持写请求,支持两种传输模式。
TFTP服务器,多进程并发,支持写请求,支持两种传输模式。-TFTP server, and more complicated process, the request for support was made in support of two transmission mode.
- 2022-01-26 03:03:23下载
- 积分:1
-
一个jsp写的考试系统,还可以测试你的jsp知识
一个jsp写的考试系统,还可以测试你的jsp知识-a written examination system can also test your knowledge of jsp
- 2022-08-11 12:52:40下载
- 积分:1