-
我自己写的VPN拨号程序,就是引导一个批处理去拨号而已,高手就不用下了,我是入门级的,上传这个代码是为了下载这个站点的资源...
我自己写的VPN拨号程序,就是引导一个批处理去拨号而已,高手就不用下了,我是入门级的,上传这个代码是为了下载这个站点的资源-I wrote it myself VPN dial-up program is to guide a batch to the dial-up only, under the expert would not have, and I is the entry level, upload this code is to download this site" s resources,
- 2022-04-02 08:40:45下载
- 积分:1
-
IE toolbar
IE toolbar
- 2022-11-05 11:40:03下载
- 积分:1
-
这是一个简单的网络编程的聊天程序,采用VC++编写。
这是一个简单的网络编程的聊天程序,采用VC++编写。-This is a simple chat network programming procedures VC++ Prepared.
- 2022-02-20 21:20:32下载
- 积分:1
-
这是linux下,网络编程代码,只是进行客户端和服务器的连接过程...
这是linux下,网络编程代码,只是进行客户端和服务器的连接过程-This is under linux, network programming code, only the client and server connection process
- 2022-08-06 08:29:58下载
- 积分: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
-
以太网交换机私有协议,能实现快速环网功能,类似于RAPP协议
以太网交换机私有协议,能实现快速环网功能,类似于RAPP协议-the network provite protocol for Ring,the same the RAPP protocol....
- 2022-10-03 06:30:03下载
- 积分:1
-
实现网页与FLASH互动的FLASH源代码.源代码很小,可以自己根据需要更改样式....
实现网页与FLASH互动的FLASH源代码.源代码很小,可以自己根据需要更改样式.-FLASH page and realize interactive FLASH source code. Source code is very small, may need to change in accordance with their own style.
- 2022-12-15 01:10:03下载
- 积分:1
-
该程序实现电子白板功能
该程序实现电子白板功能-the Program Electronic Whiteboard
- 2022-02-12 21:12:49下载
- 积分:1
-
一个基于socket实现的功能较为完善的局域网聊天工具,支持局域网内的文字交流,文件传输功能。...
一个基于socket实现的功能较为完善的局域网聊天工具,支持局域网内的文字交流,文件传输功能。-This is a chatting application implemented by socket. It supports normal chatting and file sending.
- 2022-05-25 21:10:19下载
- 积分:1
-
一套完善的个人网络博客系统,功能全面,太好用了,拿了直接就用....
一套完善的个人网络博客系统,功能全面,太好用了,拿了直接就用.-WebBlog
- 2022-06-17 13:00:55下载
- 积分:1