-
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
-
in VC coollistview use category
在VC中使用coollistview类-in VC coollistview use category
- 2022-08-06 03:55:36下载
- 积分:1
-
专门清除电脑的顽固代码.很好用.可以更新哦.___pine20060730
专门清除电脑的顽固代码.很好用.可以更新哦.___pine20060730-specialized remove stubborn code. Very good use. Update oh. ___pine20060730
- 2023-08-03 11:10:03下载
- 积分:1
-
Java文章,<<对象引用是怎样严重影响垃圾收集器的>>作者是来自IBM资深程序员Jack Shirazi,对Java编程提高很有帮助...
Java文章,作者是来自IBM资深程序员Jack Shirazi,对Java编程提高很有帮助-Java article, lt; Lt; Object invoke what is a serious impact on the refuse collection gt; Gt; The writer is a senior programmer from IBM Jack Shirazi, the Java programming raise helpful
- 2022-02-26 20:41:36下载
- 积分:1
-
在 C# 程序中使用摄像头
通过此源代码,您可以用 C# 写的程序中使用摄像头。事实上,这个源代码是摄像头在您的程序中使用的最好的例子。此源代码可以帮你吧
- 2022-03-14 07:29:10下载
- 积分:1
-
本程序主要用来计算根据灰色理论建立的模型的预测值
本程序主要用来计算根据灰色理论建立的模型的预测值-This procedure is mainly used to calculate the basis of gray theory model of the predictive value
- 2022-02-14 15:09:23下载
- 积分:1
-
recursive algorithm based on the main idea of VC called settlement procedures on...
是以递归算法为主要思想的VC程序对解决叫大数的竭诚有重要作用-recursive algorithm based on the main idea of VC called settlement procedures on large numbers of dedicated an important role
- 2022-12-17 14:05:04下载
- 积分:1
-
这是一个用asp.net编写的实用登陆验证源码,利用它可以很好的检测web登陆用户名等。...
这是一个用asp.net编写的实用登陆验证源码,利用它可以很好的检测web登陆用户名等。-Asp. Net with the practical preparation of the landing certification source, it can be a very good landing detection web users, etc..
- 2023-04-20 00:40:03下载
- 积分:1
-
程序目的: 输入一个任意大小的迷宫,用栈求出一条走出迷宫的路径,并 显示在屏幕上。 程序实现: 可以实现载入迷宫和保存迷宫,附带文件中有4个测试迷宫路径的 文件...
程序目的: 输入一个任意大小的迷宫,用栈求出一条走出迷宫的路径,并 显示在屏幕上。 程序实现: 可以实现载入迷宫和保存迷宫,附带文件中有4个测试迷宫路径的 文件test1~4.dd。请将这些文件拷贝到TC当前目录下,或者在载 入时写明完全路径。由于屏幕大小的限制,当用户自己输入迷宫 时一定要注意:迷宫大小是有限制的,不小于4*3,不大于30*20。 否则会出现错误信息。输入开始时全是墙,用上下左右键移动, 用Del键删除墙,形成通路,用Enter键添加墙。输入结束时可以 将迷宫保存下来,以dd为扩展名。输入完毕时用F9键来得到结果, 找到路径时,屏幕下方会出现Path found,否则出现Path not found。 程序经Turbo C 2.0编译调试成功。运行时不用添加任何运行库。 不可以在VC上编译。-procedures purpose : to bring in a maze of arbitrary size, with a stack get out of the maze of trails and on the screen. Program : can achieve and preserve the printed maze maze, the accompanying documents were four test maze of trails to document test1 4.dd. I would be grateful if those files are copied to the TC current directory, or in the state when fully contained path. Due to restrictions on the size of the screen when the user input labyrinth must pay attention to : the size of the maze is a restriction, not less than 4* 3, not more than 30* 20. Otherwise there will be a wrong message. At the beginning of the importation of a
- 2022-08-06 12:51:19下载
- 积分:1
-
S3C2410开发板的一些封装,对于喜欢PCB的朋友可能有用
S3C2410开发板的一些封装,对于喜欢PCB的朋友可能有用-PACKAGE OF S3C2410
- 2023-07-11 11:00:03下载
- 积分:1