-
WaitForSingleObject和WaitForMultipleObjects使用详解
WaitForSingleObject和WaitForMultipleObjects使用详解-Detailed use WaitForSingleObject and WaitForMultipleObjects
- 2022-08-12 22:10:29下载
- 积分:1
-
“作为一名C++程序员,我们早已掌握了面向对象程序设计的基本概念,而且Java的语法无疑是非常熟悉的。事实上,Java本来就是从C++衍生出来的。”...
“作为一名C++程序员,我们早已掌握了面向对象程序设计的基本概念,而且Java的语法无疑是非常熟悉的。事实上,Java本来就是从C++衍生出来的。”-"as a C programmers, we have already mastered the design of object-oriented programming to the basic concept, but Java syntax is very familiar with it. In fact, Java was originally derived from the C"s. "
- 2022-12-10 11:25:02下载
- 积分:1
-
绝对牛X的多线程文件查找程序,该程序能够多线程同时递归子目录,快速找到相应的文件...
绝对牛X的多线程文件查找程序,该程序能够多线程同时递归子目录,快速找到相应的文件-absolutely cattle X multithreading documents tracing procedure, the program also can be multi-threaded recursive subdirectory, quick to find corresponding documentation
- 2023-02-09 17:45:03下载
- 积分:1
-
为了方便大家学习,上传了一个贪心算法的算法代码
为了方便大家学习,上传了一个贪心算法的算法代码-In order to facilitate them to learn, upload a greedy algorithm algorithms code
- 2022-07-03 04:51:30下载
- 积分:1
-
本程序是在Ti的dm642上通过PCI和主机通信的测试程序
本程序是在Ti的dm642上通过PCI和主机通信的测试程序-is in the process of Ti dm642 adopted PCI and host communications testing procedures
- 2022-07-10 05:23:27下载
- 积分:1
-
vb 获取外网ip
"获取外网ip源码
Private Sub Command1_Click()
Dim h As Object
Dim i As Integer
Dim s As String
Set h = CreateObject("Microsoft.XMLHTTP")
GetInternetIP = False
g_strInternetServerIP = ""
h.Open "GET", "http://ip.3322.net", True "False
h.Send
If (h.ReadyState = 4) And (h.Status = 200) Then
&nb
- 2022-10-06 09:35:03下载
- 积分:1
-
小巧的电子地图察看器,直接可以在上面进行街道或者商店的查询,也可在官方网站上下载更多的地图...
小巧的电子地图察看器,直接可以在上面进行街道或者商店的查询,也可在官方网站上下载更多的地图-Compact electronic map viewer directly above the street level, or you can store queries, also available on the official website to download additional maps
- 2022-09-10 07:10:03下载
- 积分:1
-
用于正则表达式的C++库. 现在的版本那是2.6.4
用于正则表达式的C++库. 现在的版本那是2.6.4-Regular expressions are used in the C++ library. The current version is 2.6.4
- 2023-02-07 04:05:03下载
- 积分:1
-
This document describes the Windows, a hotkey, skillfully use them can bring to...
本文件介绍了Windows中的热键,熟练使用它们可以为我们带来极大的方便。-This document describes the Windows, a hotkey, skillfully use them can bring to us great convenience.
- 2022-04-02 05:39:00下载
- 积分:1
-
BT服务器源程序
BT服务器源程序-BT server source code
- 2022-02-02 11:47:04下载
- 积分:1