-
vb 文件 md5
说明 (英语): (提示: 至少 100 个字符。请尽你最大来描述您的项目中的详细信息。更好的内容将会获得更多
(英语) 说明: (提示: 至少 100 个字符。请尽你最大来描述您的项目中的详细信息。更好的内容将会为您获得更多积分)为你点)
- 2022-03-23 09:38:16下载
- 积分:1
-
windos自带的rpc通信,是相当有用的东西,他与com有相似之处,只不过一个是面、向过程的,一个是面向对象的,...
windos自带的rpc通信,是相当有用的东西,他与com有相似之处,只不过一个是面、向过程的,一个是面向对象的,-windos own rpc communications, is a useful thing, there are similarities between he and the com, but a face, to the process, one is object-oriented,
- 2023-01-11 22:15:03下载
- 积分:1
-
broadcasting devices, UDP
广播设备,UDP
- 2022-06-15 23:55:51下载
- 积分:1
-
cocos2dx+socket
是一个用cocos2d 和 socket套接字写的程序,能够进行通讯,cocos2d最近比较流行,可做很多特效,而且是开源免费的引擎,很好用。推荐!
- 2022-05-27 20:36:11下载
- 积分:1
-
这是一个TraceRoute程序,它是一个Winsole程序,因此在编译成功后,应该打开“开始”菜单的“运行”对话框,然后单击“浏览”按钮,在该工程Debug和...
这是一个TraceRoute程序,它是一个Winsole程序,因此在编译成功后,应该打开“开始”菜单的“运行”对话框,然后单击“浏览”按钮,在该工程Debug和Release目录下得到可执行文件的路径和文件名,并在后面加入命令行参数:要TraceRoute的IP地址。--This is a TraceRoute program, it is a winsole program. After compiled successfully, you may open the "running" dialog box of "start" menu, then click "browse" button, you can get the path and execution filename at Debug and Release catalogs of the project.and add command line parameters: TacePath`s IP address is needed
- 2022-01-26 07:32:29下载
- 积分:1
-
小程序的网页文件检索
实现Web文件检索的小程序-Web document retrieval of small programs
- 2022-01-29 00:22:01下载
- 积分: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
-
一些协议的c语言的例子
一些协议的c语言的例子--Some protocols examples in c language
- 2022-03-23 08:51:41下载
- 积分:1
-
urgent requests by the original code
急需原代码请通过-urgent requests by the original code
- 2022-08-22 11:09:22下载
- 积分:1
-
VB 和SQL数据库的各种操作!初学者必备
VB 和SQL数据库的各种操作!初学者必备-VB and SQL database the way! Beginners essential
- 2022-07-12 02:05:28下载
- 积分:1