代码搜索:ClientSocket
找到约 1,840 项符合「ClientSocket」的源代码
代码结果 1,840
www.eeworm.com/read/471441/6892626
c server.c
#include
#include
#include
#include
#define SERVER_PORT 8010
#define BACKLOG 5
#define BUF_SIZE 1024
void* dorecv(void*);
void* dosend(void*);
int ma
www.eeworm.com/read/394242/8240759
pas unit1.pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ScktComp, StdCtrls;
type
TForm1 = class(TForm)
Button1: TButton;
www.eeworm.com/read/394242/8240787
~pas unit1.~pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ScktComp, StdCtrls;
type
TForm1 = class(TForm)
Button1: TButton;
www.eeworm.com/read/192897/8267299
java server.java
import java.io.*;
import java.net.*;
import java.security.*;
/**
* @(#)Server.java
* @author Qusay H. Mahmoud
*/
public class Server implements Cloneable, Runnable {
ServerSocket service = nul
www.eeworm.com/read/174175/9605385
plg client.plg
Build Log
--------------------Configuration: Client - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\handon
www.eeworm.com/read/172231/9719096
java chat.java
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
import javax.swing.event.*;
import java.io.*;
import java.net.*;
public class Chat
{
private JFrame chatFrame;
private Co
www.eeworm.com/read/171028/9774739
plg example2_chatroom.plg
Build Log
--------------------Configuration: Example2_ChatRoom - Win32 Debug--------------------
Command Lines
Creating command line "rc.exe /l
www.eeworm.com/read/367072/9784244
java verysimplechatserver.java
import java.io.*;
import java.net.*;
import java.util.*;
public class VerySimpleChatServer {
ArrayList clientOutputStreams;
public class ClientHandler implements Runn
www.eeworm.com/read/366859/9795576
pro tripserver.pro
win32:CONFIG += console
HEADERS = clientsocket.h \
tripserver.h
SOURCES = clientsocket.cpp \
main.cpp \
tripserver.cpp