代码搜索:TCPClient
找到约 1,238 项符合「TCPClient」的源代码
代码结果 1,238
www.eeworm.com/read/469590/6932121
c tcpclient.c
/* Generic TCP client that reads from standard input
and forwards to a TCP socket. Also sends to stdout anything
received from the socket.
command line parameters identify the TCP server.
*/
www.eeworm.com/read/466926/7023583
c tcpclient.c
#include
#include
#include
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/466669/7031162
class tcpclient.class
www.eeworm.com/read/466669/7031165
java tcpclient.java
import java.io.*;
import java.net.*;
public class TCPClient {
public static void main(String argv[]) throws Exception {
String sentence;
String modifiedSentence;
BufferedReader inForm
www.eeworm.com/read/466400/7034679
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 ma
www.eeworm.com/read/184924/7093686
h tcpclient.h
// TCPClient.h : main header file for the TCPCLIENT application
//
#if !defined(AFX_TCPCLIENT_H__81DBABE7_F12A_4579_94DF_42FA1F1B270A__INCLUDED_)
#define AFX_TCPCLIENT_H__81DBABE7_F12A_4579_94DF_
www.eeworm.com/read/184924/7093689
vco tcpclient.vco
www.eeworm.com/read/184924/7093690
vcp tcpclient.vcp
# Microsoft eMbedded Visual Tools Project File - Name="TCPClient" - Package Owner=
# Microsoft eMbedded Visual Tools Generated Build File, Format Version 6.02
# ** DO NOT EDIT **
# TARGTYPE "W
www.eeworm.com/read/184924/7093692
aps tcpclient.aps
www.eeworm.com/read/184924/7093695
vcl tcpclient.vcl
Build Log
--------------------Configuration: TCPClient - Win32 (WCE x86) Debug--------------------
Command Lines
Creating temporary file "C:\DO