-
一个不错的网络编程例子
一个不错的网络编程例子-a good example of Network Programming
- 2022-07-17 05:30:11下载
- 积分: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
-
err
"邮件特快专递"这个词现在已经是被广大的网民所熟知了,
它就好比是网络上的EMS,能够直接把邮件送到对方的邮箱中,邮件发送完毕后,对方就可以立刻收到。
Hostedt:
用来指定域名服务器(DNS ADDRESS)的地址,此处为笔者所在地的主域名服务器地址,
你也可以指定任一可以快速访问到的Internet上域名服务器地址.
域名服务器(DNS ADDRESS)的地址获取的分别有如下方法:
1:要知道自己所在地的域名服务器地址,
win98下通过winipcfg命令,win2000下通过ipconfig /all即可查出
2: 您也可向internet ISP咨询您连接的主域名服务器地址.-err
- 2022-01-25 20:00:53下载
- 积分:1
-
在流览器上仿CS界面的JAVASCRIPT脚本,现在已下不到了,以前下的。...
在流览器上仿CS界面的JAVASCRIPT脚本,现在已下不到了,以前下的。-the browser fake CS interface JAVASCRIPT script, it is now less than the previous approach.
- 2022-03-04 20:50:45下载
- 积分:1
-
用C++编写的网络通信框架的多
用c++编写的网络通信框架,适用于多客户端的网络通信
client: 模拟客户端程序
server: 模拟服务端程序
gateway:网关程序
启动:client.exe server.exe gateway.exe程序,client程序会网关gateway.exe发送消息
消息内容为字符:00004XXXX XXXX为字符,是使用 04d打印到BUF中的,
gateway.exe收到client.exe发送的消息,此时从系统路由表中取到:B_HOST的信息,并把
收到的消息转发到server.exe程序,如果server.exe程序作相应处理,还可以作为应答,把
消息返回给client.exe,如果要这么实现的话,需要加流水信息-Using c++ to prepare the framework of network communication for multi-client network client: client simulation server: process simulation server gateway: Gateway proceedings: client.exe server.exe gateway.exe procedures, client program will be the gateway message send a message gateway.exe for characters: 00004XXXX XXXX for the characters, is to use 04d to BUF in print, gateway.exe received messages sent client.exe, this time from the system to check the routing table: B_HOST the information, and forwarded to the information received server.exe procedure, if the corresponding procedures to deal with server.exe, but also can serve as a response to the n
- 2022-12-19 19:45:02下载
- 积分:1
-
投票问卷管理系统
投票问卷管理系统 -vote questionnaire Management System
- 2023-03-17 17:50:03下载
- 积分:1
-
检测session或cookies
检测session或cookies-testing session or cookies
- 2022-08-10 03:23:03下载
- 积分:1
-
Calculadora em 套接字
简单分布式的计算器插座。
四位研究人员想要执行一系列的计算,他们的研究。然而,他们的系统有只具体计算速度非常快的处理器。例如,W 的计算机快速执行加法,但较慢,当它来到乘法
首先,我们运行我们 4 的服务器 (server_add.c、 server_sub.c、 server_mul.c 和 server_div.c):
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报 打分 发表评论 暂无评论
- 2022-01-25 14:21:09下载
- 积分:1
-
MAPI的编程
MAPI的编程 -MAPI programming MAPI programming
- 2022-07-27 18:26:16下载
- 积分:1
-
Pretty small loading control, with a time of new on the list
漂亮的loading小控件,用的时候new一个就行了-Pretty small loading control, with a time of new on the list
- 2022-05-21 12:43:05下载
- 积分:1