-
如何通过互联网,你可以自动下载FTP上传在线聊天
怎么上网,就可以自动下载ftp上传网上聊天了
- 2022-02-06 14:17:02下载
- 积分:1
-
miniupnpc.c
$Id: Changelog.txt,v 1.95 2009/10/30 09:18:18 nanard Exp $
miniUPnP client Changelog.
VERSION 1.4 : released 2009/10/30
2009/10/16:
using Py_BEGIN_ALLOW_THREADS and Py_END_ALLOW_THREADS in python module.
2009/10/10:
Some fixes for compilation under Solaris
compilation fixes : http://miniupnp.tuxfamily.org/forum/viewtopic.php?p=1464
- 2022-05-12 14:05:30下载
- 积分:1
-
IPv6地址转换器
ipv6地址转换器-ipv6 addresses converters
- 2023-06-19 01:40:03下载
- 积分:1
-
高性能C++的UDP网络库 Raknet
Raknet是一个基于UDP网络传输协议的C++网络库,允许程序员在他们自己的程序中实现高效的网络传输服务。通常情况下用于游戏,但也可以用于其它项目。
Raknet有以下好处:
高性能 在同一台计算机上,Radnet可以实现在两个程序之间每秒传输25,000条信息;
容易使用 Raknet有在线用户手册,视频教程。每一个函数和类都有详细的讲解,每一个功能都有自己的例程
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-10-14 23:00:08下载
- 积分:1
-
H_conly站长管理助手v1.1版
H_conly站长管理助手v1.1版--可以在线管理网页文件的多功能站长工具。
相对于1.0版,该版做了如下更改:
1、添加支持xml和xsl的文本编辑功能(之前大意漏掉的)
2、站长工具箱改为站长百宝箱,添加了“整站备份/恢复工具”、“HTML网页在线编辑器”、“HTML代码运行器”和“网页颜色代码全集”这四个工具【其中,“整站备份/恢复工具”的初始密码为admin】
3、原“网站提交入口网址收集”更新至2009年8月26最新地址。每一个地址都是我亲自验证过的,没有无效地址。-H_conly owners Management Assistant v1.1 Edition- available online multi-functional web document management tool for owners. Relative to the 1.0 version, the version made the following changes: 1, add support for xml and xsl text editing features (before the effect missed) 2 and Webmasters Toolbox changed owners treasure box, add a " full stop Backup/Restore Tools " ," HTML pages online editor " ," HTML code to run devices " and" web page color code Collected Works " of the tool 【Among them," the whole station backup/recovery tool " initial password for the admin】 3, the original" submit your site portal site to collect the " Update to 2009 August 26 current address. I personally ea
- 2022-02-10 06:47:26下载
- 积分:1
-
Socket 编程的DOS下和Windows开发包 Microsoft TCP/IP SDK for DOS/Windows
Socket 编程的DOS下和Windows开发包 Microsoft TCP/IP SDK for DOS/Windows-Socket programming DOS and Windows development package
Microsoft TCP/IP SDK for DOS/Windows
- 2022-08-15 22:58:35下载
- 积分:1
-
在运行本程序时,检索整个局域网络,将局域网中的计算机名和IP地址显示在ListControl空间中。...
在运行本程序时,检索整个局域网络,将局域网中的计算机名和IP地址显示在ListControl空间中。-Running the program, search the entire local area network LAN of the computer name and IP address appears in ListControl space.
- 2022-07-21 15:35:02下载
- 积分:1
-
一个服务器的程序,用来接收客户端的数据,采用了异步的socket编程...
一个服务器的程序,用来接收客户端的数据,采用了异步的socket编程-a server process to receive the client data, the use of asynchronous socket programming
- 2022-03-14 05:07:27下载
- 积分:1
-
套接字编程
聊天应用程序是在 java 编程中非常重要的。你刚认识的套接字创建此程序算法。许多程序使用套接字编程,在他的节目。套接字编程有用到连接一台计算机到另一台计算机。
- 2022-12-20 15:45: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