代码搜索:GetIP

找到约 472 项符合「GetIP」的源代码

代码结果 472
www.eeworm.com/read/144587/5749665

java getip.java

import java.net.*; public class GetIP { public static void main(String args[]) { InetAddress s = null; try{ s = InetAddress.getByName("www.sohu.com");
www.eeworm.com/read/136034/5875707

asp getip.asp

0 Then
www.eeworm.com/read/131843/5927406

dsp getip.dsp

# Microsoft Developer Studio Project File - Name="GetIP" - Package Owner= # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** # TARGTYPE "Win32 (x86) App
www.eeworm.com/read/131843/5927407

rc getip.rc

//Microsoft Developer Studio generated resource script. // #include "resource.h" #define APSTUDIO_READONLY_SYMBOLS /////////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/131843/5927408

plg getip.plg

Build Log --------------------Configuration: GetIP - Win32 Debug-------------------- Command Lines Creating command line "rc.exe /l 0x804 /fo"D
www.eeworm.com/read/131843/5927409

clw getip.clw

; CLW file contains information for the MFC ClassWizard [General Info] Version=1 LastClass=CGetIPDlg LastTemplate=CDialog NewFileInclude1=#include "stdafx.h" NewFileInclude2=#include "GetIP.h"
www.eeworm.com/read/131843/5927410

h getip.h

// GetIP.h : main header file for the GETIP application // #if !defined(AFX_GETIP_H__4F5A3E39_11E1_4654_A5DA_75F3810AD470__INCLUDED_) #define AFX_GETIP_H__4F5A3E39_11E1_4654_A5DA_75F3810AD470__IN
www.eeworm.com/read/131843/5927411

dsw getip.dsw

Microsoft Developer Studio Workspace File, Format Version 6.00 # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! ###############################################################################
www.eeworm.com/read/131843/5927413

cpp getip.cpp

// GetIP.cpp : Defines the class behaviors for the application. // #include "stdafx.h" #include "GetIP.h" #include "GetIPDlg.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static
www.eeworm.com/read/458331/6287683

cpp getip.cpp

#include "winsock2.h" #include "iostream" using namespace std; #pragma comment(lib,"ws2_32") int main(int argc,char *argv[]) { WSADATA wsaData; if (WSAStartup(MAKEWORD(2,1),&wsaData) != 0