代码搜索:TCPClient

找到约 1,238 项符合「TCPClient」的源代码

代码结果 1,238
www.eeworm.com/read/490419/6342721

cpp tcpclient.cpp

///////////////////////////////////////////////// // TCPClient.cpp文件 #include "TCPClient.h" #include "resource.h" // 定义网络事件通知消息 #define WM_SOCKET WM_USER + 1 CMyApp theApp; BOOL CMyApp
www.eeworm.com/read/490419/6342722

ico tcpclient.ico

www.eeworm.com/read/325561/6364257

class tcpclient.class

www.eeworm.com/read/325561/6364262

java tcpclient.java

/** * This class models a client using TCP to communite with the server. * * @author tyrant * @version 1.0.0 */ import java.net.*; import java.io.*; public class TCPClient { /**
www.eeworm.com/read/491962/6429080

java tcpclient.java

import java.net.*; import java.io.*; public class TCPclient { public static void main(String[] args) { try { if(args.length!=2)
www.eeworm.com/read/490852/6443195

c tcpclient.c

#include #include #include #include #include #include #include "connect_client.h" const char *DAYTIME_PORT="13111"; int main(i
www.eeworm.com/read/490269/6453368

java tcpclient.java

import java.net.*; import java.io.*; import java.util.*; public class TCPClient{ public static final int SERVICE_PORT = 8000; public static final int SIZE = 1; public static void
www.eeworm.com/read/489201/6475113

h tcpclient.h

// TCPClient.h : main header file for the TCPCLIENT application // #if !defined(AFX_TCPCLIENT_H__78F3C9B5_CF91_43AC_AE8C_61DFBC79C00B__INCLUDED_) #define AFX_TCPCLIENT_H__78F3C9B5_CF91_43AC_AE8C_
www.eeworm.com/read/489201/6475117

ico tcpclient.ico

www.eeworm.com/read/489201/6475118

clw tcpclient.clw

; CLW file contains information for the MFC ClassWizard [General Info] Version=1 LastClass=CTCPClientDlg LastTemplate=CDialog NewFileInclude1=#include "stdafx.h" NewFileInclude2=#include "TCPC