-
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
-
dflux热源加载
说明: 正弦移动的热源编程方法,圆形热源,非其他热源(Programming method of sinusoidal moving heat source)
- 2021-03-09 14:49:28下载
- 积分:1
-
圆环旋转动画-flash源文件
圆环旋转动画-flash源文件,单击圆环,会旋转滚动至中间显示,并最会自动变大圆环,操作起来比较动感。
- 2022-01-26 07:57:08下载
- 积分:1
-
unityProPID
说明: unitypro pid controller prog
- 2020-04-07 03:01:52下载
- 积分:1
-
The little SAS book
说明: 《The Little SAS Book 中文版》以大量实例、清晰简明的解释以及尽可能少的术语来介绍SAS语言,且大部分的功能均来自Base SAS。Base SAS包含了所有程序员所使用的核心功能。(The Little SAS Book Chinese Edition introduces SAS language with a large number of examples, clear and concise explanations and as few terms as possible, and most of its functions come from Base SAS. Base SAS contains the core functions used by all programmers.)
- 2020-06-18 03:40:01下载
- 积分:1
-
onvif-2016-03-16.jar
onvif 最新java包,去掉.zip可以直接使用(onvif new jar,remove .zip)
- 2020-06-15 23:20:01下载
- 积分:1
-
cpptooltip_src.zip TIP窗口的好东西。
cpptooltip_src.zip TIP窗口的好东西。-cpptooltip_src.zip
- 2022-04-26 19:04:44下载
- 积分:1
-
QT-landed-function
QT4.5.3环境下的登陆功能,密码黑点显示,登陆后进入主界面(QT4.5.3 environment landing capabilities, password black dots show ,after landing into the main interface)
- 2013-08-15 10:47:06下载
- 积分:1
-
制作的预加载动画特效。
说明: 一组使用纯CSS3制作的预加载动画特效。这组CSS3预加载动画特效共有(The hor effect of this group of pictures has 16 special effects. The effect also supports the rap version.)
- 2019-02-13 11:11:37下载
- 积分:1
-
逾渗
分析二维正方格子上的逾渗问题,通过编写程序,得到临界概率 P 及临界指数
(PS:程序功能简单介绍:yushen.m 中计算了 Pinf 和 p 的关系,yushenmain.m 调用 yushen.m 来 计算不同 p 下的 Pinf;yushenhuixuan.m 中计算了 Rs 和 p 的关系,yushenmain2.m 调用 yushenhuixuan.m 来计算不同 p 下的 Rs。具体的实现程序中均有注释。)(The percolation problem on two dimensional square lattice is analyzed, and the critical probability P and critical exponent are obtained by programming.
(PS: program functions simply: the relationship between Pinf and P is calculated in yushen.m, yushenmain.m is called yushen.m to calculate Pinf under different p; the relationship between Rs and P is calculated in yushenhuixuan.m, and yushenmain2.m invokes to calculate the differences under different P. There are annotations in the specific implementation program. ))
- 2021-03-05 16:19:31下载
- 积分:1