-
包括功能:IP地址的整形与字符串之间相互转换,网络字节序与主机字节序之间的相互转换,方便网络程序的调试...
包括功能:IP地址的整形与字符串之间相互转换,网络字节序与主机字节序之间的相互转换,方便网络程序的调试-Including functional: IP addresses between the plastic and string conversion, network and host endianness endianness between conversion, convenient network Debugging
- 2023-04-09 12:15:03下载
- 积分:1
-
VB图像编辑程序
VB图像编辑程序-VB image editing procedures
- 2022-07-24 17:12:56下载
- 积分:1
-
The project for the electronic message system, based on Struts, Hibernate soluti...
本项目为电子留言系统,基于Struts,Hibernate 的解决方案,是一个无论学习和实用都很好的项目-The project for the electronic message system, based on Struts, Hibernate solution is a learning and practical projects are very good
- 2023-05-08 03:10:02下载
- 积分:1
-
静态防火墙代码的基础上在SDN天花控制
这是一个静态的防火墙代码用Python编写,并运行在SDN天花控制器。您需要添加要在黑名单来阻止主机。this is a static firewall code written in python, and was ran in pox controller in SDN. you need to add the host which you want to block in the blacklist.
- 2022-02-04 16:30:00下载
- 积分:1
-
c#实现modbus TCP通讯
c#实现的modbus与设备之间的TCP通讯,可以读取数据。
- 2022-10-23 10:00:08下载
- 积分:1
-
支持模拟桢中继、CCIE BB路由器
生成批处理文件
生成设备支持reload...
支持模拟桢中继、CCIE BB路由器
生成批处理文件
生成设备支持reload-Support the simulation of relay-ching, CCIE BB router equipment to generate a batch file to generate support for reload
- 2022-04-25 14:21:56下载
- 积分: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
-
php 简单的客户端-服务器
如何构建教育经验 (php) 简单的客户端服务器上。
- 2023-06-17 07:45:03下载
- 积分:1
-
基于RTP的实时语音通信系统
基于rtp的实时语音聊天,采用adpcm压缩/* comm.h - Communication input/output modules * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation; either version 2 of the License, or (at your option) * any later version. * * This program is distributed in the hope that it will be * useful, but WITHOUT ANY WARRANTY; without even the implied * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR * PURPOSE. See the GNU General Public License for more * details (available in COPYING).
- 2022-01-28 15:16:42下载
- 积分:1
-
libgHttp_win32
windows平台下的libghttplibghttp 是一个很好用的 http 库,这个库十分的方便使用,它能够轻松地实现同步和异步的Http请求libghttp从linux下移植到win32平台,http协议客户端代码
- 2022-04-09 11:34:28下载
- 积分:1