-
"computer system assembly and maintenance technology" electronic templ...
《计算机系统组装与维护技术》电子教案
教你如何找出自己电脑的故障!-"computer system assembly and maintenance technology" electronic templates will teach you how to identify their computer failures!
- 2023-08-06 03:05:05下载
- 积分:1
-
MFC网络通信
基于mfc编写的网络通信实验代码,实现TCP Client端功能,实现UDP基本功能,适合新手学习。
- 2023-03-17 12:10:04下载
- 积分:1
-
programmers with very enlightening Watchable
编程者必看 很用启发-programmers with very enlightening Watchable
- 2022-12-04 21:25:03下载
- 积分:1
-
socket编程实现文件上传
这是一个socket编程实例。Server端监听指定端口,接受Client端连接请求。Client通过发送connect请求与Server端建立Socket连接,然后向Server发送一个简单文件,Server接受该文件后存储到指定目录。完成上传后Server端主动断开连接。
- 2022-04-21 19:33:37下载
- 积分:1
-
Introduction of the Internet network programming involved in TCP/IP protocol, IP...
介绍了Internet网络编程中涉及到的TCP/IP协议、IP数据 报、TCP段、套接字等重要概念,并在此基础上论述了基于VC++的 MFC编写客户/服务 器程序的方法和一般过程。
-Introduction of the Internet network programming involved in TCP/IP protocol, IP datagram, TCP segment, sockets and other important concepts, and on this basis are discussed based on VC++ The MFC to prepare client/server procedures and the general process.
- 2023-05-28 09:55:03下载
- 积分:1
-
Lidgren.Network
Lidgren.Network是一个网络通信类库。网络是一个网络图书馆的。提供一个简单的API,用于连接客户端到服务器,读取和发送消息。
- 2022-03-11 10:19:48下载
- 积分:1
-
强大易用的邮件收发客户端,界面很漂亮,功能很齐全,pop收邮件,smtp发邮件。还有openssh加密功能...
强大易用的邮件收发客户端,界面很漂亮,功能很齐全,pop收邮件,smtp发邮件。还有openssh加密功能-A powerful easy-to-use mail client, the interface is very beautiful, very complete functionality, pop of incoming mail, smtp e-mail. There openssh encryption
- 2022-01-26 04:13:14下载
- 积分:1
-
微软的DHCP服务器实例
微软的DHCP服务器实例-Microsoft"s DHCP server examples
- 2022-10-28 00:35:04下载
- 积分:1
-
整个企业一个很好的源代码。稍加修改就可以了。
一个很好的企业整站的ASP的源码。稍加修改就可直接使用。-The whole enterprise a very good source ASP station. A little modification can be used directly.
- 2022-06-30 12:14: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