-
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
-
socket communication process, from the client to send a number of characters in...
socket通讯程序,从客户端发送若干字符后在在服务器端接收-socket communication process, from the client to send a number of characters in the server side to receive
- 2022-06-15 01:32:47下载
- 积分:1
-
这是一个合成地震记录程序,对从事体育的学生。
这是一个地震合成记录程序,该程序对搞石油和地质的同学来说帮助很大-This is a synthetic seismic record program, which pairs of students engaged in petroleum and geology is of great help to
- 2022-03-20 10:05:18下载
- 积分:1
-
prepare themselves with a small C games, DOS interface, oh run. Float Float basi...
自己用C编写的小游戏,DOS界面哦,可以运行。 浮点数基本运算 浮点数的基本运算主要有四则运算、符号处理、大小比较,以及浮点数分柝等。 包含头文件 "fn.hpp" #include "fn.hpp" 浮点数基本运算 浮点数的基本运算中有加、减、乘、除、取负、绝对值、相等比较等。 加减乘除 加、减、乘、除四个运算极为相似,都是需要两个参数,结果当然也是浮点数了。 例子: // 加 减 乘 除 btil::fn::plus::value // f1+f2 的结果 btil::fn::minus::value // f1-f2 的结果 btil::fn::multiplies::value // f1*f2 的结果 btil::fn::divides::value // f1/f2 的结果 plus::value::f_val // f1+f2 的结果的值 struct one { static const double f_val = 1.0 } // 两个浮点数 struct two { static const double f_val = 2.0 } minus::value::f_val == 0.5 取负 取负运算就是取一个浮点数的负数。-prepare themselves with a small C games, DOS interface, oh run. Float Float basic operations of the basic operations are four major operations, symbols, sizes, and float-watchman"s rattle so. The first document contains "fn.hpp"# include "fn.hpp" float float basic operations of the basic operations are, p
- 2022-03-22 16:15:25下载
- 积分:1
-
投诉表单,用ASPVB编写的,附加在动易上
投诉表单,用ASPVB编写的,附加在动易上-tou su biao dan
- 2022-02-03 16:44:47下载
- 积分:1
-
一个程序上传的高密度脂蛋白的演示
hdl demo of a program uploaded
- 2022-06-28 21:02:22下载
- 积分:1
-
电子元件的封装!是一个可以观看各中封装!
电子元件的封装!是一个可以观看各中封装!
- 2023-04-29 01:05:04下载
- 积分:1
-
hrms人力资源管理系统的页面设计部分,大家可以好好研究一下!...
hrms人力资源管理系统的页面设计部分,大家可以好好研究一下!-hrms人?| ?试
- 2022-05-06 12:44:02下载
- 积分:1
-
电机的测速中需要使用到光电编码盘,如果是自己制作光电编码盘,就要该旋转编码盘打印程序...
电机的测速中需要使用到光电编码盘,如果是自己制作光电编码盘,就要该旋转编码盘打印程序-Motor guns need to use optical encoder disk, if it is to produce their own optical encoder disk, it is necessary to set the rotary encoder Print
- 2022-03-13 17:58:25下载
- 积分:1
-
这是svmfu,用于训练和测试支持矢量包
This is SvmFu, a package for training and testing support vector
machines (SVMs). It s written in C++. It uses templates. The
advantage of templates is that the types of kernel values and data
points can be varied to suit the problem.-This is SvmFu, a package for training and testing support vector
machines (SVMs). It s written in C. It uses templates. The advantage
of templates is that the types of kernel values and data points can be
varied to suit the problem.
- 2023-05-29 07:50:03下载
- 积分:1