代码搜索:TCPClient
找到约 1,238 项符合「TCPClient」的源代码
代码结果 1,238
www.eeworm.com/read/489201/6475119
plg tcpclient.plg
Build Log
--------------------Configuration: TCPClient - Win32 Release--------------------
Command Lines
Results
TCPClient.exe
www.eeworm.com/read/489201/6475120
aps tcpclient.aps
www.eeworm.com/read/489201/6475122
res tcpclient.res
www.eeworm.com/read/489201/6475123
pch tcpclient.pch
www.eeworm.com/read/489201/6475126
obj tcpclient.obj
www.eeworm.com/read/489201/6475127
exe tcpclient.exe
www.eeworm.com/read/489201/6475129
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/489201/6475131
dsp tcpclient.dsp
# Microsoft Developer Studio Project File - Name="TCPClient" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86)
www.eeworm.com/read/489201/6475134
rc tcpclient.rc
//Microsoft Developer Studio generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/485355/6559746
java tcpclient.java
//TCPClient.java
import java.io.*;
import java.net.*;
class TCPClient
{
public static void main(String[] args)
{
String data=null;//存放从Socket读取的字符串
String Clientdata=null;//存放从键盘读取的字符串