代码搜索:ClientSocket

找到约 1,840 项符合「ClientSocket」的源代码

代码结果 1,840
www.eeworm.com/read/463672/7176918

java~ client.java~

/** * @(#)Server.java * * @author Xia Chang'an * @version 1.0 */ import java.io.*; import java.net.*; public class Client { /** * The port of the socket */ private static in
www.eeworm.com/read/460320/7253887

java modifiedclient.java

import java.io.*; import java.net.*; public class ModifiedClient { //default constructor public ModifiedClient(){} static int numOfByteSend = 0; static int numOfByteReceive = 0; static S
www.eeworm.com/read/458730/7290361

pas main.pas

unit main; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, ExtCtrls, ScktComp, DB, DBTables, ADODB, IniFiles, ImgList, AppEv
www.eeworm.com/read/455134/7377455

java client.java

/** * @date 2009/4/6 * @author *** * @version 1.0.0 * * TODO To change the template for this generated type comment go to * Window - Preferences - Java - Code Style - Code Templates */
www.eeworm.com/read/451783/7455598

pas client.pas

unit client; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, ScktComp, StdCtrls; type TForm1 = class(TForm) Edit1: TEdit;
www.eeworm.com/read/444455/7612525

c client.c

/* client.c - code for example client program that uses TCP */ #include #include #include #include #include #include #includ
www.eeworm.com/read/441796/7664728

pas main.pas

unit main; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, ExtCtrls, ScktComp, DB, DBTables, ADODB, IniFiles, ImgList, AppEv
www.eeworm.com/read/440244/7691622

java client.java

import java.io.*; import java.net.*; public class Client { //the client socket used to connect to server private Socket clientSocket; //read the user input from keyboard BufferedReade
www.eeworm.com/read/329926/12926281

txt datagramclient.txt

import java.io.*; import java.net.*; import java.util.*; /** * @author MABO * @version 1.0 */ class DatagramClient { private static int port = 8080; /** * The define of the ip */ priv
www.eeworm.com/read/329926/12926285

txt tcpclient.txt

import java.net.*; import java.io.*; import java.util.*; /** * @author MABO * @version 1.0 */ public class TCPClient { /** * The default port number is 8000 */ private static int port =