-
本程序提供的是bbs的数据结构和存储过程源代码,用asp写的
本程序提供的是bbs的数据结构和存储过程源代码,用asp写的-this program is provided by the bulletin board structure and the data storage process source code used to write the asp
- 2022-07-28 13:55:59下载
- 积分:1
-
这是一个在vc++开发环境下简单设计网络聊天的程序
这是一个在vc++开发环境下简单设计网络聊天的程序-in vc++ development environment, simply chatting network design procedures
- 2022-11-14 18:35:03下载
- 积分:1
-
一个专业的房地产门户网站,界面漂亮,功能强大,后台管理功能方便自如。...
一个专业的房地产门户网站,界面漂亮,功能强大,后台管理功能方便自如。-a professional real estate portal, beautiful interface, powerful, easy background management functions easily.
- 2022-01-31 23:21:55下载
- 积分:1
-
这是一个完全开放的,即时通讯软件协议
这是一个完全开放的,即时通讯软件协议-This is a completely open, instant messaging software agreement
- 2022-02-05 09:55:08下载
- 积分:1
-
该程序实现了串口之间的相互通信,是异步串口通信,计算机网络实验经典程序。...
该程序实现了串口之间的相互通信,是异步串口通信,计算机网络实验经典程序。-between the serial communications, serial communication is asynchronous, the classic experimental procedures for computer networks.
- 2023-05-31 00:45:03下载
- 积分:1
-
windows下切换IP地址的源码
windows下切换IP地址的源码-windows switching IP addresses under the FOSS
- 2022-08-24 22:29:58下载
- 积分:1
-
我认为学习网络编程,这本书非常好,特别是初学者!
我认为学习网络编程,这本书非常好,特别是初学者!-i think it is a very usefull book for people who the first time to learn net programes.
- 2022-11-22 21:15:05下载
- 积分:1
-
本程序是网络编程的一部分,套接字编程文件传输,…
本程序是网络编程部分,Socket编程实现文件传输,用java语言实现。-this procedure is part of network programming, Socket Programming file transfer, using java language.
- 2022-09-12 16:50:02下载
- 积分: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
-
HttpInvoker example, sub
HttpInvoker示例,分服务器端和客户端两个工程-HttpInvoker example, sub-server-side and client-side two projects
- 2022-07-23 18:49:15下载
- 积分:1