-
p2p software, the use of peer
p2p软件,利用p2p技术进行文件共享,搜索等-p2p software, the use of peer-to-peer file-sharing technologies, such as search
- 2022-08-10 13:13:23下载
- 积分:1
-
本系统可初步满足超市的收支管理,是一个实际开发的系统,本系统采用Struts,Hibernate整合开发的架构...
本系统可初步满足超市的收支管理,是一个实际开发的系统,本系统采用Struts,Hibernate整合开发的架构-The initial system of income and expenditure to meet the supermarket management, is the development of a practical system, the system uses the Struts, Hibernate framework for integrated development
- 2022-03-10 20:48:14下载
- 积分:1
-
用ASP编写的在线部分的bookstores,使用SQL数据库的准备
用ASP编写的网上购书系统,数据库部分用SQL编写-prepared by the ASP online bookstores, part of the database used to prepare SQL
- 2022-11-25 03:00:03下载
- 积分:1
-
ftp协议的解析和实现源代码.介绍了FTP协议的实现原理.
ftp协议的解析和实现源代码.介绍了FTP协议的实现原理.-ftp agreement and the achievement of the analytical source code. FTP agreement on the principle of achieving.
- 2022-07-20 12:33:48下载
- 积分:1
-
SSD5课程";数据结构与算法";在练习…
SSD5课程《数据结构与算法》中的练习,无需在环境中更改什么-SSD5 courses "data structures and algorithms" of the exercises in the environment without any changes
- 2022-08-12 23:01:33下载
- 积分:1
-
用纯api发送邮件的源程序!
用纯api发送邮件的源程序!-pure source of the email!
- 2022-03-12 00:31:40下载
- 积分:1
-
通过网络提取路径
通过网络提取路径- Withdraws the way through the network
- 2022-10-23 11:15:03下载
- 积分:1
-
TCP-UDP字符数据传输
TCP-UDP传输,基于TCP-UDP的server和client端的数据收发,字符数据的收发,如果想要实现文本或者文件的收发的话可以fopen喝fread或者fwrite来进行读写。
- 2022-04-18 10:01:41下载
- 积分: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
-
linux下的单工模式的语音聊天
采用UDP传输,服务器端接受语音并播放,客户端采集语音并发送给服务器端。在局域网内能实现简单的
语音通信。采用Linux下的音频OSS框架,代码简单易 懂。
- 2022-04-22 09:40:57下载
- 积分:1