代码搜索:ClientSocket
找到约 1,840 项符合「ClientSocket」的源代码
代码结果 1,840
www.eeworm.com/read/436639/1846891
pas clientform.pas
unit ClientForm;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, ScktComp, ExtCtrls;
type
TForm1 = class(TForm)
ClientSocket1:
www.eeworm.com/read/347649/3164762
java client1.java
import java.net.*;
import java.io.*;
public class Client1 implements Runnable
{
Socket clientSocket;
boolean flag=true; //标记是否结束
Thread c;
www.eeworm.com/read/282518/4100931
cpp tripserver.cpp
#include "clientsocket.h"
#include "tripserver.h"
TripServer::TripServer(QObject *parent, const char *name)
: QServerSocket(6178, 1, parent, name)
{
}
void TripServer::newConnection(int socketId
www.eeworm.com/read/265753/4281134
cpp tripserver.cpp
#include "clientsocket.h"
#include "tripserver.h"
TripServer::TripServer(QObject *parent, const char *name)
: QServerSocket(6178, 1, parent, name)
{
}
void TripServer::newConnection(int socketId
www.eeworm.com/read/177731/9435037
h resource.h
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by ClientSocket.rc
//
#define IDM_ABOUTBOX 0x0010
#define IDD_ABOUTBOX 10
www.eeworm.com/read/400118/11582699
h ofscardserverdlg.h
// OFSCardServerDlg.h : 头文件
//
#pragma once
#include "clientsocket.h"
#include "ServerSocket.h"
// COFSCardServerDlg 对话框
class COFSCardServerDlg : public CDialog
{
// 构造
public:
COFSC
www.eeworm.com/read/124276/14582257
h clientthread.h
#pragma once
#include "ClientSocket.h"
// CClientThread
class CClientThread : public CWinThread
{
DECLARE_DYNCREATE(CClientThread)
public:
CClientThread(); // 动态创建所使用的受保护的构造
www.eeworm.com/read/123862/14608192
cpp telnetmfcdoc.cpp
// TelnetmfcDoc.cpp : implementation of the CTelnetmfcDoc class
//
#include "stdafx.h"
#include "Telnetmfc.h"
#include "TelnetmfcDoc.h"
#include "ClientSocket.h"
#include "TelnetmfcView.h"
www.eeworm.com/read/458829/1579790
pas unit1.pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ScktComp;
type
TForm1 = class(TForm)
ClientSocket1: TClientSocket;
www.eeworm.com/read/458829/1579793
~pas unit1.~pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ScktComp;
type
TForm1 = class(TForm)
ClientSocket1: TClientSocket;