代码搜索:TCPClient
找到约 1,238 项符合「TCPClient」的源代码
代码结果 1,238
www.eeworm.com/read/384197/8891768
aps tcpclient.aps
www.eeworm.com/read/384197/8891782
vcl tcpclient.vcl
Build Log
--------------------Configuration: TCPClient - Win32 (WCE x86) Release--------------------
Command Lines
Creating command line "rc.ex
www.eeworm.com/read/384197/8891786
cpp tcpclient.cpp
// TCPClient.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "TCPClient.h"
#include "TCPClientDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_F
www.eeworm.com/read/384197/8891792
vcw tcpclient.vcw
Microsoft eMbedded Visual Tools Workspace File, Format Version 3.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
##########################################################################
www.eeworm.com/read/384197/8891797
res tcpclient.res
www.eeworm.com/read/384197/8891800
obj tcpclient.obj
www.eeworm.com/read/384197/8891811
vcc tcpclient.vcc
; CLW file contains information for the MFC ClassWizard
[General Info]
Version=1
LastClass=CTCPClientDlg
LastTemplate=CDialog
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "TCPC
www.eeworm.com/read/384197/8891816
vcb tcpclient.vcb
www.eeworm.com/read/384197/8891820
rc tcpclient.rc
//Microsoft Developer Studio generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/184019/9126004
java tcpclient.java
import java.io.*;
import java.net.*;
public class tcpClient{
public static void main (String args[]) {
String server="";
int port=0;
// 提取命令行参数
if (args.length != 2){