-
网络监控系统 vc++开发 支持winRoute,Winxp带的ics共享,isa Server, 不支持sygate.对网卡无限制....
网络监控系统 vc++开发 支持winRoute,Winxp带的ics共享,isa Server, 不支持sygate.对网卡无限制.-Network monitoring system vc++ development support winRoute, Winxp belt ics share, isa Server, does not support sygate. Right card unlimited.
- 2022-02-05 22:39:27下载
- 积分:1
-
这是一个演示如何用Delphi中的TCP/IP控件进行通信的程序
这是一个演示如何用Delphi中的TCP/IP控件进行通信的程序-This is a demonstration of how to use Delphi to the TCP/IP communication control procedures
- 2022-04-11 13:38:00下载
- 积分:1
-
1 : The Chat Room Only 69K, which is the function of the history of China the la...
1:本聊天室只有69K,是目前中国历史上功能最多,文件最小,耗资源最少的聊天室 2:本聊天室上传简单,下载压缩后直接上传,无须修改。 3:本聊天室功能介绍如下: 1级无权限,2级发贴图,3级发特效字,4级看级别,5级支持HTML权限, 6级看 IP,7级踢人,8级升降级(7级以内,含7级),加分,删除留言薄留言,9级超级管理。 4:超级用户:花儿不在网上 密码:1234-1 : The Chat Room Only 69K, which is the function of the history of China the largest, the smallest paper consumed the fewest resources Chat Room 2 : The Chat Room simple upload and download compressed uploaded directly without modification. 3 : The chat room functions as follows : a no authority sent two maps, the three magic words, look at four levels, five support HTML authority, six see IP, kicking seven, eight movements level (less than seven, with seven), points delete Guestbook voicemail, nine Super management. 4 : Super User : Flowers are not online Password : 1234
- 2022-08-09 17:33:25下载
- 积分:1
-
一个通用的Web服务器源程序
一个通用的Web服务器源程序-a common source Web server
- 2022-04-22 21:29: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
-
一个采用RSA的网络聊天程序
一个采用RSA的网络聊天程序-a network chat program
- 2022-03-30 14:47:32下载
- 积分:1
-
Socket Programming
拟议的项目是称为用户数据报协议 (UDP) 的 2 终结点 usingconnectionless 协议之间进行通信。我已经添加的序列号,以便能够寄文件同数量的段的翘曲特征超过 2 个字节,,所以我可以发送任何文件大小没有任何约束的段数。她的两个发件人和收货人的流程图:
- 2022-04-28 15:35:12下载
- 积分:1
-
聊天服务器
客户端-服务器模型仍然是今天使用在因特网上,在那里用户可以连接通过互联网 protocolsuite 的远程系统上运行的服务。连接到 web 服务器 andretrieve web 页显示的 web 浏览器 areclients。大多数人使用电子邮件客户端从他们互联网 serviceprovider 邮件存储服务器检索他们的电子邮件。在线聊天使用各种客户端,具体取决于正在使用的聊天协议的效益。游戏客户端通常指的是只有多人在线游戏对电脑游戏的软件。越来越多,现有的大型客户机应用程序精心切换到网站,制作一种通用客户端的浏览器。Thisavoids 下载软件到任何台一大块的麻烦想要使用该应用程序上。一个这样的例子是 web 邮件的崛起。
- 2022-04-19 07:34:27下载
- 积分:1
-
Implemented using C++ client chat program, mainly for learning network programmi...
用C++实现的聊天程序的客户端,主要用于学习网络编程。-Implemented using C++ client chat program, mainly for learning network programming.
- 2022-02-21 09:08:52下载
- 积分:1
-
ZeroMQ推拉模式测试网络延迟
更改ZeroMQ的演示代码,实现测试网络通信占用时间。 通过测试,zeromq通讯上的处理时间几乎可以忽略不计, 只受限于网络带宽。不愧是最快的消息中间件
- 2022-08-09 10:04:22下载
- 积分:1