-
用java写的一个socket服务器程序,注悉非常详细、规范。
用java写的一个socket服务器程序,注悉非常详细、规范。-written with a socket server, have noted very detailed, standardized.
- 2022-03-10 15:40:19下载
- 积分:1
-
cfdamapb
卫星网络仿真,在opnet环境下开发调试通过
(Satellite network simulation, in the OPNET environment through the development of debugging)
- 2021-03-08 22:29:28下载
- 积分: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
-
c#实现modbus TCP通讯
c#实现的modbus与设备之间的TCP通讯,可以读取数据。
- 2022-10-23 10:00:08下载
- 积分:1
-
新世纪影院源码,可自动生成html文件
新世纪影院源码,可自动生成html文件-new century theater source that can automatically generate html document
- 2022-03-18 21:04:22下载
- 积分:1
-
matpower7.0
说明: matpower 7.0,需要请的自行下载(Matpower7.0, download on your own)
- 2020-07-12 17:38:54下载
- 积分:1
-
修改 Network 网的密码
修改 Network 网的密码-change the password Network Network
- 2022-03-24 00:14:16下载
- 积分:1
-
545137
局域网文件传送源码,程序结合易语言局域网支持库,根据网络配置信息,连接FTP服务器上传下载文件。(LAN file transfer source code, LAN support program combined with easy language library , according to the network configuration information, connect to the FTP server upload and download files .)
- 2015-09-26 13:30:32下载
- 积分:1
-
PBstudy
PB开发笔记,通过代码更改数据窗口对象的方法、通过modify函数来同时修改多个表、DW支持双击标题进行排序等(PB development notes, change the DataWindow object through code, modify the function to modify more than one table at the same time, DW support Double click the title to sort)
- 2013-01-25 16:45:47下载
- 积分:1
-
POP3_EXAMPLE
Pop3客户端接收信件的整个流程:
1。连接到pop3服务器(默认端口110)
2。发送用户名(user)
3。发送密码(pass)
4。查询当前邮箱状态(stat)
5。查询服务器上所有邮件UID列表(UIDL)
6。查询本地所有邮件的UID列表,从而罗列出新邮件列表(本地UID列表是POP3客户端记录在日志文件中的)
7。对所有新邮件查询其大小(LIST)
8。下载所有新邮件(RETR)利用List提供的邮件大小信息
9。如果有必要,对所有新邮件标志为删除(DELE)
10。结束对话(QUIT)
11。解析本地下载邮件。(Pop3 client receives the entire flow of letters: 1. Connect to the pop3 server (default port 110) 2. Send user name (user) 3. Send password (pass) 4. Query current mail status (stat) 5. Query server UID list of all messages (UIDL) 6. Query local UID list of all messages, which set out the new mailing list (local UID is a POP3 client list recorded in the log file) 7. For all new e-mail inquiries about their size (LIST) 8. Download all new messages (RETR) to use List of information provided by message size 9. If necessary, for all new signs for the delete message (DELE) 10. The end of the dialogue (QUIT) 11. Analysis of local download your mail.)
- 2021-01-03 19:38:55下载
- 积分:1