-
中国电视购物网电子商务系统
中国电视购物网电子商务系统-Chinese TV shopping network e-commerce system
- 2023-01-31 17:50:04下载
- 积分:1
-
347
说明: 在运行本程序时,检索整个局域网络,将局域网中的计算机名和IP地址显示在ListControl空间中。(Running the program, search the entire local area network LAN of the computer name and IP address appears in ListControl space.)
- 2008-10-14 14:53:53下载
- 积分:1
-
谐波合成
说明: 使用MATLAB软件可以实现脉动风速的模拟(The simulation of fluctuating wind speed can be realized by using MATLAB software)
- 2020-10-28 09:07:50下载
- 积分:1
-
学生上机管理及考勤系统
资源描述这是一个用Delphi+sqlserver2006开发的学生上机管理及考勤系统,内含项目要求,
模拟刷卡动作把卡号发送给通信客户机,同时接收通信客户机返回的相关信息并显示。
- 2023-05-04 17:40:04下载
- 积分:1
-
用UDP实现的一个点对点聊天程序。 用异步方式实现
用UDP实现的一个点对点聊天程序。 用异步方式实现-using UDP achieve a peer-to-peer chat program. Asynchronous means
- 2022-08-07 05:36:40下载
- 积分:1
-
JavaScript和Flash的通信
JavaScript和Flash的通信-JavaScript and Flash Communication
- 2022-07-28 11:42:38下载
- 积分:1
-
AsyTcpSocketTestDemo
C Sharp 下的网络通信编程程序,此为一个异步通讯的例子(C Sharp programming for the network communication process, this is an example of a Dove transmission)
- 2011-06-28 15:42:05下载
- 积分:1
-
跨平台MQTT Client 源码和demo by 漠北 2017-8-29
说明: 实现了mqtt client的数据交互流程,跨平台使用(The data interaction flow of mqtt client is realized and used across platforms)
- 2020-06-17 11:20: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
-
C#实现客户端/服务器端通讯(二进制形式)实例下载
C#实现客户端/服务器端通讯(二进制形式)实例下载
- 2013-10-28下载
- 积分:1