-
向代理服务器发数据的程序,可以通过http代理,vb做的,很难找的哦,我原创.zip...
向代理服务器发数据的程序,可以通过http代理,vb做的,很难找的哦,我原创.zip-a proxy server to process data, through http agents, vb do, it is difficult to find, um, I originality. Zip
- 2022-07-28 03:39:23下载
- 积分:1
-
sboyer翻译的CC2431资料,给出了自己编写的定位引擎源代码,适合初学者参考。...
sboyer翻译的CC2431资料,给出了自己编写的定位引擎源代码,适合初学者参考。-CC2431 translation sboyer information, given the positioning of the preparation of its own engine source code, suitable for beginners reference.
- 2022-01-31 21:04:52下载
- 积分:1
-
利用socket完成网络通信
资源描述 本程序是利用UDP进行广播通信的示例。比较适合初学者学习socket套接字编程。本程序通过测试可以完成利用udp进行广播通信。需要进行广播通信的初学者可以下载下来进行学习。本程序是在vs2010的环境下进行编译的。
- 2022-04-12 23:20:12下载
- 积分:1
-
imu软件,点对点通信
imu软件,点对点通信-IMU software, peer-to-peer communications
- 2023-01-29 20:15:03下载
- 积分:1
-
该程序为PC机与单片机通过RS
该程序为PC机与单片机通过RS-232串行口通信的PC端程序,含界面设计和串口设置-The program for the PC and MCU through the RS-232 serial port of the PC client communication procedures, including interface design and the serial port settings
- 2023-07-08 15:00:02下载
- 积分:1
-
在Visual Studio 2005环境下写的利用TcpClient类直接发送邮件和接收邮件的实例。界面简洁。可直接运行。...
在Visual Studio 2005环境下写的利用TcpClient类直接发送邮件和接收邮件的实例。界面简洁。可直接运行。-In Visual Studio 2005 environment, the use of written TcpClient class to send messages and receive messages directly to instance. Interface simple. Can be directly run.
- 2022-03-01 00:23:45下载
- 积分:1
-
一个类似飞鸽的程序,关于如何获取在线用户列表,当打开客户端的时候,向本地局域网进行广播,接收到广播的其他客户端将自己的IP和用户名回复,以此来获取在线用户列表。...
一个类似飞鸽的程序,关于如何获取在线用户列表,当打开客户端的时候,向本地局域网进行广播,接收到广播的其他客户端将自己的IP和用户名回复,以此来获取在线用户列表。-Dove a similar procedure on how to obtain a list of online users, when opening the client when the LAN to the local radio, broadcasting receive other client
- 2022-07-11 20:54:45下载
- 积分:1
-
文件传输系统
将文件从一个位置传输到另一个远程位置使用 TCP 客户端和服务器协议。你给的远程 pc 的 IP 传输速度快,还显示进度栏转移文件。传输文件传输之后完成对话框消息会弹出在屏幕上的用户
- 2023-05-05 07:40:03下载
- 积分:1
-
实现了利用视觉实现串口通信的功能,并实现了一种视频的功能。
利用Visual C++ 实现串口通信功能,用一个类实现串口操作的封装。-achieved using Visual C serial communications functions, and to achieve a kind of serial Packaging operation.
- 2022-04-30 06:38:07下载
- 积分: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