-
VB的一些网络编程的例子,个人认为还不错。大家一起来研究一下....
VB的一些网络编程的例子,个人认为还不错。大家一起来研究一下.-VB Some examples of network programming, personal view is that good. Everyone will work together to look at.
- 2022-10-23 14:15:03下载
- 积分:1
-
邮件客户端源代码,包括发送/接收电子邮件和安排…
一个邮件客户端源代码,包括收发邮件,安排日程等很多内容-a mail client source code,includeing sending/receiving emails and arranging your schedule, etc..
- 2023-02-18 23:35:04下载
- 积分:1
-
用在局域网中完成机子之间的数据传递,文件传输,这是一个非常标准的例子,给初学者参考最好不过啦!...
用在局域网中完成机子之间的数据传递,文件传输,这是一个非常标准的例子,给初学者参考最好不过啦!-LAN used in the completion of data transfer between the machine, file transfer, this is a very standard example, to the best beginners reference啦!
- 2023-01-06 09:40:03下载
- 积分:1
-
网络串口通信及虚拟串口创建
资源描述WINDOWS下TCP、UDP作为客户端或服务进行报文测试,RS232串口报文测试,虚拟串口创建
- 2022-04-07 08:33:51下载
- 积分:1
-
服务信息管理系统
服务信息管理系统- Service information management system management system
- 2023-04-29 03:50:03下载
- 积分:1
-
半自动论坛聊天系统喊话程序,先抓包然后填入即可
半自动论坛聊天系统喊话程序,先抓包然后填入即可-Semi-automatic system message chat forum procedures, first to capture and then fill in
- 2022-02-04 01:11:29下载
- 积分:1
-
QT获取网络时间
基本过程如下:
1. 利用ntp服务器获取网络时间
QUdpSocket udp_sock;
udp_sock.connectToHost("time.windows.com",123);
2. 阻塞等待连接成功
if(udp_sock.waitForConnected(60000))
{
...
}
3. 发送时间请求
udp_sock.write(time_req);
udp_sock.flush();
4. 阻塞等待消息返回
if(udp_sock.waitForReadyRead(120000))
{
...
}
说明:此过程等待时间可能较长,出现连接失败的情况也比较常见。
- 2022-03-21 22:20:09下载
- 积分:1
-
本代码是测试网络链接,代码非常详细,并且可以运行。非常适合学习...
本代码是测试网络链接,代码非常详细,并且可以运行。非常适合学习-This code is to test the network link, the code in great detail, and can run. Very suitable for learning
- 2022-08-17 07:55:23下载
- 积分:1
-
获取本机ip地址的3种方法。CB4.0编译
获取本机ip地址的3种方法。CB4.0编译-Access to the local ip address three kinds of methods. CB4.0 compiler
- 2023-03-22 18:05:04下载
- 积分:1
-
网络象棋游戏
网络象棋大战,用户注册登录以后可以进行网络游戏匹配对战,此游戏用到了webSocket技术,可以方便的在网页中进行数据的传输。
- 2023-01-25 13:55:10下载
- 积分:1