-
socket 通信,tcp卡機通信,堆棧先進先出
socket 通信,tcp卡機通信,堆棧先進先出
- 2015-04-20下载
- 积分:1
-
WebRequestBasher
代码使用异步方式同时向指定web路径发送多个http请求,以用于对web服务器进行压力测试。(a simple web server stress testing tool by sending large number of web requests)
- 2014-01-09 23:45:21下载
- 积分: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
-
Java Socket+Demo通信 服务器端例子
仅含服务器端代码
- 2015-04-01下载
- 积分:1
-
introduction
关于计算机网络教学的总体概要,课件为英文教学,但是深入浅出(On the overall summary of computer network teaching, courseware is in English, but easily comprehensible
)
- 2010-11-19 21:13:49下载
- 积分:1
-
vc++ telnet 网络编程
多线程telnet 网络实现,版本较早,并且是转载的希望大家尊重原创。
telnet 网络编程基于c++编程设计
- 2022-01-26 04:09:04下载
- 积分:1
-
一个简单聊天室实现,不错的哦,用JAVA写的
一个简单聊天室实现,不错的哦,用JAVA写的-a simple chat room realized, well, um, use Java to write the
- 2022-03-10 16:32:21下载
- 积分:1
-
Multi
多线程下载的,性能很好,visual c++编写的,可以参考-Multi-threaded download, good performance, visual c++ Prepared, you can reference
- 2022-01-26 00:58:04下载
- 积分:1
-
This is an e
这是一个关于网络硬件的电子书,包括了一些基本网络硬件的配置和说明,比如路由器,网卡,交换机,等等,同样很适合新手-This is an e-book on the network hardware, including some basic configuration of network hardware and instructions, such as routers, network cards, switches, and so on, equally suitable for novices
- 2022-05-19 20:33:45下载
- 积分:1
-
With a remote video surveillance to match the sending end, the code correspondin...
与上一个远程视频监控的发送端匹配,此代码为对应的接收端的程序代码-With a remote video surveillance to match the sending end, the code corresponding to the receiving end of the program code
- 2022-03-16 15:19:26下载
- 积分:1