-
use activex parser xml
使用activex解析器xml
- 2022-09-06 06:20:03下载
- 积分: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
-
W5200 TCP Keil 项目
这是一个简单的项目,与采用皮质 M3 单片机 W5200 TCP/IP 芯片中使用 Wiznet 驱动程序
- 2022-02-13 01:51:47下载
- 积分:1
-
往新浪论坛sina:tech?richwin上加帖子的程序
往新浪论坛sina:tech?richwin上加帖子的程序 -The app for adding aritical to Sina forum
- 2023-08-24 17:35:04下载
- 积分:1
-
use word template parents to be notified soon Batch Print procedure is windows20...
利用word模板实现家长通知快批量打印
程序是 windows2003+ office 2003下运行通过-use word template parents to be notified soon Batch Print procedure is windows2003 off ice running through 2003
- 2022-05-22 08:16:30下载
- 积分:1
-
C/S模式物流系统商用源码,想了解C/S架构的朋友可以下载研究之用....
C/S模式物流系统商用源码,想了解C/S架构的朋友可以下载研究之用.-C/S mode of business logistics system source code, want to know C/S architecture, a friend can be downloaded for research purposes.
- 2022-02-01 17:15:39下载
- 积分:1
-
简单的socket通信
流式套接字(SOCK_STREAM),数据报套接字(SOCK_DGRAM)及原始套接字。1.流式套接字提供面向连接、可靠的数据传输服务,数据按字节流、按顺序收发,保证在传输过程中无丢失、无冗余。TCP协议支持该套接字。2.数据报套接字,提供面向无连接的服务,数据收发无序,不能保证数据的准确到达。UDP协议支持该套接字。3.原始套接字原始套接字主要用于一些协议的开发,可以进行比较底层的操作。它功能强大,但是没有上面介绍的两种套接字使用方便,一般的程序也涉及不到原始套接字。
- 2023-06-05 11:30:03下载
- 积分:1
-
计算机网络实验, 交换机与路由器的基本配置和使用
计算机网络实验, 交换机与路由器的基本配置和使用-Experimental computer network, switches and routers and use the basic configuration
- 2022-02-09 22:43:54下载
- 积分:1
-
richard stevens 大师经典著作
最著名的TCP/IP论著。
richard stevens 大师经典著作
最著名的TCP/IP论著。-richard stevens classics master s best-known TCP/IP on the.
- 2022-02-02 17:13:27下载
- 积分:1
-
是一个自己编写的C#应用程序,复制到wwwroot目录下 别忘了建立一个虚拟目录 同时还要建立数据库的表 数据库是SQL Sever 2...
是一个自己编写的C#应用程序,复制到wwwroot目录下 别忘了建立一个虚拟目录 同时还要建立数据库的表 数据库是SQL Sever 2-their preparation is a C# applications, copied to wwwroot directory do not forget the establishment of a virtual directory database while the database is SQL Sever 2000 is
- 2022-02-03 16:22:58下载
- 积分:1