-
获取局域网内IP List 及 用户列表
获取局域网内IP List 及 用户列表-Access to the LAN IP List and User List
- 2022-05-07 05:46:38下载
- 积分:1
-
ping 原码,VC++ 6
ping 原码,VC++ 6-ping original code, VC 6
- 2022-06-14 08:37:55下载
- 积分: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
-
socket编程简单聊天室
一个简单的socket编程实现聊天室,使用java语言实现。客户端为简单的聊天室界面,可进行群聊和私聊,以及登陆和退出消息的广播,服务器端在控制台进行输入输出和其他的控制。此聊天室为第一版本,之后再加入添加好友等其他功能。
- 2022-03-15 19:54:13下载
- 积分:1
-
具有异形窗口的网络电话的程序
具有异形窗口的网络电话的程序-Profiled window with the telephone network procedures
- 2022-02-03 01:04:46下载
- 积分:1
-
a feature
一个功能丰富的FTP客户端程序,我是一个来自台湾的朋友,谢谢:)
- 2023-07-27 08:50:03下载
- 积分:1
-
A ping to write your own procedures, it can be said that many people take the fi...
编写自己的一个ping程序,可以说是许多人迈出网络编程的第一步吧!!这个ping程序的源代码经过我的修改和调试,基本上可以取代windows中自带的ping程序. 各个模块后都有我的详细注释和修改日志,希望能够对大家的学习有所帮助-A ping to write your own procedures, it can be said that many people take the first step network programming!! The ping procedures after the source code to modify and debug my, basically to replace the windows in the built-in ping procedures. Each module After I have detailed notes and modify the log, hope to be able to help you study!!
- 2022-08-08 09:20:47下载
- 积分:1
-
commodity information management (Chinese version)
商品信息管理(中文版) -commodity information management (Chinese version)
- 2022-08-20 18:21:38下载
- 积分:1
-
library IEEE
use IEEE.STD_LOGIC_1164.all
use IEEE.STD_LOGIC_ARITH.all
u...
library IEEE
use IEEE.STD_LOGIC_1164.all
use IEEE.STD_LOGIC_ARITH.all
use IEEE.STD_LOGIC_UNSIGNED.all
- 2022-03-22 12:01:40下载
- 积分:1
-
classical cloning function for adding those items hidden units is very convenien...
asp中经典的克隆函数,对于添加那些隐藏的项目单位是非常的方便的。
-classical cloning function for adding those items hidden units is very convenient.
- 2022-07-03 02:09:34下载
- 积分:1