-
XML路径实物投影机
XML path visualiser
- 2022-03-17 23:08:16下载
- 积分:1
-
client server socket VC++6.0
简单的客户端服务器socket通信的小程序,实现了简单的数据传输。
操作时可以先打开服务器,然后同时运行若干个客户端程序。
仅供初学者学习参考使用!
- 2022-01-25 17:58:26下载
- 积分:1
-
winpcap sdk
用于winpcap开发的SDK,里面包含了几个库文件:wpcap.lib Packet.lib,和几个头文件,使用的时候把库文件放在工程目录下或是编译器的目下,然后编译器中加入他们的路径
- 2022-05-29 12:30:40下载
- 积分:1
-
用socket编程实现客户端和服务器的编程,采用线程实现实时通信...
用socket编程实现客户端和服务器的编程,采用线程实现实时通信-Socket programming with client and server programming, using threads to achieve real-time communication
- 2022-02-06 14:23:09下载
- 积分: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
-
快速掌握windows网络编程,很容易上手
快速掌握windows网络编程,很容易上手-Express master windows network programming, it is easy to use
- 2022-06-18 06:07:22下载
- 积分:1
-
In strengthening the management within the community has within the community ca...
在加强社区内部的管理中,拥有可以对社区内部进行监控的系统可以节省下来很大一部分人力,并且比人为的巡逻更加可靠、安全。社区视频监控系统主要是利用摄像头和视频采集卡进行视频监控的,本社区视频监控系统主要实现以下功能:-In strengthening the management within the community has within the community can monitor the system can be saved a large part of human resources, and more reliable than human patrols and safe. Community video surveillance system is mainly the use of camera and video capture card for video surveillance, video surveillance system is mainly in this community to achieve the following functions:
- 2023-05-09 02:25:04下载
- 积分:1
-
BS结构的教师管理系统
BS结构的教师管理系统-BS structure of the management system for teachers
- 2023-01-14 09:45:03下载
- 积分:1
-
LAMP项目常用模块,包括图像处理模块、文件上传下载模块、邮件发送模块等...
LAMP项目常用模块,包括图像处理模块、文件上传下载模块、邮件发送模块等-LAMP project commonly used modules, including image processing module, file uploading and downloading modules, e-mail sending module
- 2022-09-25 07:30:02下载
- 积分:1
-
C++ UDP通信 广播源代码
C++ UDP通信 广播源代码 两个MFC工程,一个广播发送数据,一个接收数据,一级test代码,vs2010测试通过,自己写的代码,初学winsock编程的新手可以参考,欢迎下载,欢迎指正,互相学习借鉴,谢谢!
- 2022-03-14 17:05:06下载
- 积分:1