-
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
-
Timerjishi
VC++ 源码编译实现的计时器小程序,比较简易的计时器,比秒要再快一些,不过这个时间频率是可以调的,如图所示,点击开始计时功能,计时器就开始工作了,可看到数字在不停的增大。(Timer applets VC++ source compiler implementation, relatively simple timer than seconds again faster, but this time frequency can be adjusted, as shown, click the start timing function the timer began working, can be see the numbers kept increasing.)
- 2013-03-10 13:33:46下载
- 积分:1
-
温度采集实现
说明: 模拟温度采集,当程序停止数据采集后,自动产生数据文件的头文件,它包括操作者名字和文件名,然后将采集的数据附在头文件后面。(When the program stops data acquisition, the header file of the data file is automatically generated, which includes the name of the operator and the file name, and then the collected data is attached to the header file.)
- 2020-11-09 10:22:23下载
- 积分:1
-
pld-tutorial
pld的实践教程,完整详细的讲解适用于初学者以及研究开发人员(pld hands-on tutorials, full and detailed explanation for beginners as well as research and development staff)
- 2015-10-22 09:03:33下载
- 积分:1
-
dwc_ble50combophy_tsmc40_databook
dwc_ble50combophy_tsmc40_databook
- 2020-06-18 11:00:01下载
- 积分:1
-
ISO22900
ISO 22900 1-3 道路车辆通信接口模型(ISO 22900 1-3 road vehicle communication interface model)
- 2009-11-28 20:53:32下载
- 积分:1
-
Conditional-GAN-master
mnist数据导入用于深度学习人工智能机器学习(Mnist data import for deep learning artificial intelligence machine learning)
- 2019-02-26 18:09:28下载
- 积分:1
-
应用程序接口C语言共享工具
应用程序接口C语言共享工具-Application Program Interface C language tools for sharing
- 2022-07-05 13:15:12下载
- 积分:1
-
数学问题十五人排序
数学问题十五人排序-mathematical problem 15 Ranking
- 2022-07-24 16:24:56下载
- 积分:1
-
string类的用法的测试
string类的用法的测试-string category of the usage of the test
- 2022-12-02 14:20:03下载
- 积分:1