-
本代码是自己封装的采用WINPCAP技术对在线设备分配IP地址。
本代码是自己封装的采用WINPCAP技术对在线设备分配IP地址。-The package code is the use of their own on-line equipment WINPCAP technology IP address allocation.
- 2022-10-14 11:25:03下载
- 积分:1
-
这是模拟在DOS下网络通信的客户端和服务器通信…
这是在DOS下模拟网络通信的客户端和服务端通信,很适合初学者学习-This is simulated in the DOS network communication client and server communications, it is suitable for beginners to learn
- 2022-04-20 00:38:52下载
- 积分:1
-
一个非常好的旅游网站程序.
一个非常好的旅游网站程序.-a very good tourist site procedures.
- 2022-08-19 22:11:45下载
- 积分:1
-
一个聊天程序的客户端源代码
一个聊天程序的客户端源代码-a chat program and the client source code
- 2022-07-04 01:10:46下载
- 积分:1
-
实现字符串的复制功能,可以进行拓展,从而实现更加强大的功能....
实现字符串的复制功能,可以进行拓展,从而实现更加强大的功能. -achieve string copy functions, can expand, thereby achieving a more powerful functions.
- 2023-04-17 14:15:03下载
- 积分:1
-
Imitate RealVNC412 compiled to view the contents of the file server of the lette...
模仿RealVNC412编的,查看服务端的盘符文件内容并且看到感兴趣的可以文件下载下来,同时也可以上传文件到服务端任意位置的通信和文件操作程序,支持单个文件以及一个目录下的所有文件上传或下载。照搬realVnc的网络通信功能,以及支持多客户连接功能。客户端也尽量模仿realvnc的客户端,包括断线重连,属性页对话框,以及主体交互对话框,都是直接用SDK编的,当然也是抄的RealVNC.客户端以及服务端源代码文件夹下的common文件夹是静态库文件,有的是照搬RealVNC412源码,有的是模仿写的。-Imitate RealVNC412 compiled to view the contents of the file server of the letter and see the files of interest can be downloaded, but can also upload files to a server anywhere in the communications and documentation procedures to support a single file and a directory of all file upload or download. Copy realVnc network communications capabilities, and support for multi-client connectivity. Client also try to imitate realvnc clients, including the disconnection re-connected, the property page dialog box, as well as the main interactive dialog box, and are directly compiled with the SDK, of course, is also a copy of RealVNC. Client-side and server-side source code folder under the common folder is a static library file, either copy RealV
- 2022-09-28 16:35:09下载
- 积分:1
-
一个相当好的电话管理程序
一个相当好的电话管理程序-a very good telephone management procedures
- 2022-03-11 18:24:00下载
- 积分:1
-
ADSL标准.pdf
ADSLæ ‡å‡†.pdf-ADSL standards. Pdf
- 2023-01-10 11:25:05下载
- 积分: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
-
一个很好的同学录,PHP+TXT,没有数据库的网友的最好选择
一个很好的同学录,PHP+TXT,没有数据库的网友的最好选择-a good college, PHP TXT, no database of the netizens to choose the best
- 2022-02-21 02:58:53下载
- 积分:1