-
本程序主要演示了MFC WinInet编程的基本思想。WinInet API是一个函数集,利用这些函数,可以编写面向Internet的应用程序,而不用考虑基本的...
本程序主要演示了MFC WinInet编程的基本思想。WinInet API是一个函数集,利用这些函数,可以编写面向Internet的应用程序,而不用考虑基本的通信协议(FTP,HTTP),MFC提供的WinInet类是对WinInet API函数封装而成-This procedure demonstrated a major MFC WinInet programming the basic idea. WinInet API is a function set, to use these functions, you can prepare for Internet applications, without considering the basic communication protocol (FTP, HTTP), MFC provided WinInet Class of WinInet API function package from
- 2022-06-20 12:26:59下载
- 积分:1
-
vc写的一个网络浏览器
vc写的一个网络浏览器-vc write a Web browser
- 2022-02-20 20:48:16下载
- 积分:1
-
ArcGIS Server + VS的安装,配置,整个过程的发展…
ArcGIS Server+VS 安装,配置,开发全过程,让你轻松入门-ArcGIS Server+ VS installation, configuration, development of the whole process of entry allows you to easily
- 2023-05-18 00:55:03下载
- 积分: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
-
winsocket udp 编程 新手可以
winsocket udp 编程 新手可以-winsocket udp programming novice can s
- 2022-06-15 00:56:57下载
- 积分:1
-
C++聊天室(IOCP)
基于IOCP完成端口的聊天室
一 功能需求
1、 提供多人连接到服务器同时聊天
2、 用户名可重复
3、 用户之间可以私聊
4、
- 2022-08-11 01:18:08下载
- 积分:1
-
文件传输程序几源码
文件传输程序几源码-file transfer procedures several FOSS
- 2022-02-11 17:20:59下载
- 积分:1
-
这是我写的一个从互联网上取得正确时间并设置本机时间的程序。只为学习希望多交流以后。
这是我写的一个从互联网上取得正确时间并设置本机时间的程序。只为学习希望多交流以后。-This is the one I wrote on the Internet to get the correct time and set the time for the procedure. Learning only hope for more exchanges later.
- 2022-01-26 04:22:12下载
- 积分:1
-
1. When initialization procedures, access to the dial
1.初始化程序时候,获取本机的拨号连接 2.拨号时候,利用选择的拨号连接进行拨号 3.成功后提示connected.点击OK挂断. 4.注意程序中用户名和密码的设定.-1. When initialization procedures, access to the dial-up connections for the two. Dial-up, the choice of using dial-up connections for dial-up 3. After successful suggested connected. Click OK to hang up. 4. Attention proceedings user name and password set up.
- 2023-04-08 04:05:03下载
- 积分:1
-
超级年历 日期时间
超级年历 日期时间-Super Almanac Date Time
- 2022-08-12 12:13:16下载
- 积分:1