-
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
-
SIMOS的方法
the simos approach
aaron evans
24 sep 2004-the simos approachaaron evans24 sep 2004
- 2023-06-29 10:55:03下载
- 积分:1
-
这海南大学的vrml源文件,观看代码请用vrmlpad编辑器,预览请用bs....
这海南大学的vrml源文件,观看代码请用vrmlpad编辑器,预览请用bs.-这 ??南
- 2022-03-18 05:24:50下载
- 积分:1
-
数据结构与算法(c++)版源代码,很有用!
数据结构与算法(c++)版源代码,很有用!-Data Structures and Algorithms (c++) Version of the source code, very useful!
- 2023-01-10 19:55:02下载
- 积分:1
-
Z-stack OSAL API
TI Z-stack ZDO(zigbee device object)对象管理层提供的API描述文档,详细介绍了Z-stack下如何调用这些API函数来完成zigbee协议栈的开发/定制。
- 2023-03-13 13:10:04下载
- 积分:1
-
a useful mimo procedures, we hope to help research
一个有用的mimo程序,希望对大家的研究有所帮助-a useful mimo procedures, we hope to help research
- 2022-03-14 12:38:45下载
- 积分:1
-
该软件用于研究周期信号的混沌检测,通过Duffing方程,检测极微弱信号,非常有用。...
该软件用于研究周期信号的混沌检测,通过Duffing方程,检测极微弱信号,非常有用。-software for the study of the cycle of chaotic signal detection through Duffing equation, detect very weak signal, very useful.
- 2023-08-21 23:40:02下载
- 积分:1
-
一些非常有用的多
一些很有用的小波包多尺度分解与重构的资料-Some very useful multi-scale wavelet packet decomposition and reconstruction of information
- 2022-04-12 08:24:25下载
- 积分:1
-
这是一个用abel语言编写的巴克码的源程序
这是一个用abel语言编写的巴克码的源程序-This is a language used abel Barker Code source
- 2022-03-03 00:12:32下载
- 积分:1
-
普通扫雷软件
1代表1的上下左右及斜角合计有一颗雷,依次轮推,2则有2颗,3则有3颗。在确实是炸弹的方格上点了旗子,就安全了,不是炸弹的被点了旗子,后面会被炸死的。问号就三不确定这里有没有炸弹,不会存在点错了被炸死的状况。有个小窍门,在数字旁同时点左键和右键可以排雷。
- 2022-04-17 04:36:56下载
- 积分:1