Welcome![Sign In][Sign Up]
Location:
Search - getIP

Search list

[OS programGetIP V1.0.zip

Description:
Platform: | Size: 35640 | Author: | Hits:

[Internet-Networkgetip.zip

Description: 在线状态下取得URL的IP值并写入本地DNS系统从而加速网络访问速度的程序
Platform: | Size: 35209 | Author: | Hits:

[SourceCodeGetIP.rar

Description: 得到IP地址
Platform: | Size: 30682 | Author: | Hits:

[Internet-Networkgetip.rar

Description: get ip 的程序
Platform: | Size: 138383 | Author: | Hits:

[Other resourceW2kSqlextendedproc

Description: BCB 编写的一些简单函数用于SQL的扩展存储过程. -检查文件是否存在Select dbo.FileExist( c:\\boot.ini ) --删除文件Select dbo.FileDelete( C:\\X.txt ) --服务状态Select dbo.ServerStat( awhost32 ,1) --建立目录Select dbo.MKDIR( C:\\Test\\test ,1) --文件复制Select dbo.FileCopy( C:\\boot.ini , c:\\Boot\\YYY.ini ,1) --删除目录Select dbo.RDDIR( C:\\Text ,1) --锁定计算机Select dbo.LockPc() --结束程序Select dbo.KillPorg( Notepad.exe ) --执行程序Select dbo.StartPorg( Notepad.exe ) --得到IP地址Select dbo.GetIP() --分解字符Select dbo.TextPart( 123*456*789 , * ,0) QQ:254082939 Email:haihong5995037@163.com-BCB prepared by the simple function for the expansion of SQL stored procedures. - Check file exists Select dbo.FileExist (c : \\ boot.ini file) -- Select dbo.FileDelete delete the file (C : \\ X.txt) -- state services Select dbo.ServerStat (awhost32, 1) -- Select dbo.MKDIR build directory (C : \\ Test \\ test, 1) -- Select copy dbo.FileCopy (C : \\ boot.ini file, c : \\ Boot \\ 9985360E. ini, 1) -- Select dbo.RDDIR delete directory (C : \\ Text, 1) -- Computer Select dbo.LockPc lock () -- Select dbo.KillPorg closing procedures (Notepad.exe) -- Select dbo implementation procedures. StartPorg (Notepad.exe) -- Select IP addresses to be dbo.GetIP () -- Select decomposition characters dbo.TextPart (123 * 456 * 789 *, 0) QQ : 254082939 Email : haihong5995037@163.com
Platform: | Size: 568414 | Author: 耿海瑞 | Hits:

[Internet-Networkgetip

Description: 在linux下c语言获取本机ip地址的函数,解除了只能获取127.0.0.1的bug.获得的是大端的4字节的ip地址,不是17字节的字符串地址.本人项目中已经在使用了.
Platform: | Size: 940 | Author: chenfuming | Hits:

[OS programGetIP

Description: 可以根据计算机的姓名来获取电脑的IP地址
Platform: | Size: 24012 | Author: zqh | Hits:

[Scannergetip

Description: 获得主机名和ip地址,采用Visual C++ 6.0开发
Platform: | Size: 1876443 | Author: dddd | Hits:

[Windows DevelopGetIP

Description: 怎样得到IP地址??自制小程序..可以使用.希望对初学习着有所帮助
Platform: | Size: 32232 | Author: 里符合 | Hits:

[Windows DevelopGetIP

Description: 获取外网IP的小程序,虽然很小,很实用。
Platform: | Size: 13973 | Author: 四个A | Hits:

[OS programGetIP

Description: 运行可以得到本计算机的IP地址,源码实现,C++编程
Platform: | Size: 25650 | Author: 吴侠 | Hits:

[OS programGetIP

Description: 用visual c++编写的,可以获取机器IP
Platform: | Size: 33536 | Author: 刘江红 | Hits:

[WinSock-NDISgetip

Description: 可以在内网中获取本机网关互联网ip地址的源代码
Platform: | Size: 27067 | Author: unifix | Hits:

[OS programGetIP

Description: Visual C++ 源代码 得到本地机器的Ip地址,以及机器名
Platform: | Size: 31122 | Author: suming | Hits:

[OS programgetip

Description: 一个简单的设定IP地址的程序,可以通过注册表编程,MFC
Platform: | Size: 36938 | Author: superace | Hits:

[Internet-Networkgetip

Description: 根据域名获取相应的ip地址,是一个可执行文件,不含源码-Under the domain name for the corresponding ip address, is an executable file, without source
Platform: | Size: 16384 | Author: dhsong | Hits:

[Internet-NetworkGetIP

Description: 从IP138获取外网的IP地址没啥技术含量-GetIP From IP138.com
Platform: | Size: 6144 | Author: S4fety | Hits:

[Linux-UnixgetIP-impro

Description: 本程序用户获取主机的IP地址和MAC地址,头文件与函数原型如下 #include "getIP.h" int get_ip(char *ipaddr, char *netmask, const char *ethname) #include "getIP.h" int get_mac(char *mac) 以下是get_ip函数简单使用范例 //定义IP和MAC所需要的存储空间 char ethname[] = "eth0" char ipaddr[20] //IP地址最长为16个字符 char netmask[20] //子网掩码最长为18个字符 //获取IP地址 get_ip(ipaddr,netmask,ethname) //输出结果 printf(" s\n",ipaddr) printf(" s\n",netmask) 以下是get_mac函数简单使用范例 -The program user access to the host' s IP address and MAC address, the following function prototype header file# include " getIP.h" int get_ip (char* ipaddr, char* netmask, const char* ethname) # include " getIP.h" int get_mac (char* mac) use the following simple example is get_ip function// define the IP and MAC need storage space char ethname [] = " eth0" char ipaddr [20] // IP address of up to 16 characters char netmask [20] // mask for up to 18 characters// Obtain an IP address get_ip (ipaddr, netmask, ethname) // output printf (" s \ n" , ipaddr) printf ( " s \ n" , netmask) use the following simple example is get_mac function
Platform: | Size: 6144 | Author: quietojlt | Hits:

[Linux-Unixgetip

Description: linux下获取IP 的编程方法。 hide() setfillstyle(1,7) bar(sx,sy,ex,ey) setcolor(15) line(sx,sy,sx,ey) line(sx,sy,ex,ey) setcolor(0) line(ex,sy,ex,ey) line(sx,ey,ex,ey) show() -getip on linux os
Platform: | Size: 1024 | Author: xu | Hits:

[Windows Developgetip

Description: 利用DLL文件获取当前机器IP或机器名称(Use the DLL file to get the current machine, IP, or machine name)
Platform: | Size: 48128 | Author: gzdgt | Hits:
« 1 2 34 5 6 7 8 9 10 ... 13 »

CodeBus www.codebus.net