代码搜索:TCPClient
找到约 1,238 项符合「TCPClient」的源代码
代码结果 1,238
www.eeworm.com/read/138627/13227711
ncb tcpclient.ncb
www.eeworm.com/read/138627/13227719
c tcpclient.c
/* tcpClient.c - TCP client example */
/*TcpClient是下载到Client端的程序,其完成的功能是建立连接,通过套节字进行数据传输,传输的数据包括信息,是否回应。出错,返回错误信息*/
#include "vxWorks.h"
#include "sockLib.h"
#include "inetLib.h"
#include
www.eeworm.com/read/138627/13227722
plg tcpclient.plg
Build Log
--------------------Configuration: TcpClient - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\pur
www.eeworm.com/read/324445/13262799
c tcpclient.c
#include
#include
#include
#include
#include
#define DEFAULT_PORT 2345
#define BUFSIZE 1024
int main(int argc,char* argv[])
{
int
www.eeworm.com/read/239313/13288253
c tcpclient.c
/* tcpClient.c */
#include
#include
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/323603/13334329
java tcpclient.java
import java.io.*;
import java.net.*;
import java.util.*;
/*
* Created on 2008-4-12
*
* TODO To change the template for this generated file go to
* Window - Preferences - Java - Code Style
www.eeworm.com/read/322495/13378906
java tcpclient.java
import java.io.*;
import java.net.*;
import java.util.*;
public class TCPClient {
private Socket client;
private DataInputStream inFromServer;
private DataOutputStream outToServer;
priv
www.eeworm.com/read/321849/13394450
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/321849/13394454
ico tcpclient.ico
www.eeworm.com/read/321849/13394455