-
C++网络编程 卷2 运用ACE和模式消除复杂性
C++网络编程 卷2 运用ACE和模式消除复杂性-ACE资料
- 2023-03-31 09:10:05下载
- 积分:1
-
java聊天程序 客户端+服务器
java语言开发,程序简单,易懂,适合新手学习。。。采用socket编程,使用TCP协议实现服务器和客户端的通信
- 2022-10-20 02:45:03下载
- 积分:1
-
我自己写的VPN拨号程序,就是引导一个批处理去拨号而已,高手就不用下了,我是入门级的,上传这个代码是为了下载这个站点的资源...
我自己写的VPN拨号程序,就是引导一个批处理去拨号而已,高手就不用下了,我是入门级的,上传这个代码是为了下载这个站点的资源-I wrote it myself VPN dial-up program is to guide a batch to the dial-up only, under the expert would not have, and I is the entry level, upload this code is to download this site" s resources,
- 2022-04-02 08:40:45下载
- 积分: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
-
在线人数统计的网页程序
在线人数统计的网页程序-Statistics Online website procedures
- 2023-02-28 20:00:03下载
- 积分:1
-
nhibernate programming, powerful and useful
nhibernate编程,功能强大且实用-nhibernate programming, powerful and useful
- 2022-03-29 16:49:30下载
- 积分:1
-
方便的更换样式表
AlternateStyleSheets
方便的更换样式表
AlternateStyleSheets-Convenient replacement style sheet AlternateStyleSheets
- 2022-07-23 05:29:15下载
- 积分:1
-
一个简单的发邮件服务软件的制作!
一个简单的发邮件服务软件的制作!-a simple mail service software production!
- 2022-03-05 15:46:01下载
- 积分:1
-
聊天程序,为初学者使用,套接字原理
聊天程序,为初学者使用,套接字原理...
聊天程序,为初学者使用,套接字原理
聊天程序,为初学者使用,套接字原理-Chat program, for beginners to use, the principle socket chat program, for beginners to use, socket Principle
- 2022-03-18 13:56:14下载
- 积分:1
-
The smallest UDP client server in C#
在C#中调试并运行良好的客户机和服务器代码。它有一个单独的说明文档,描述如何编译和运行。它已经在Windows平台上进行了测试;
- 2022-02-19 23:11:09下载
- 积分:1