代码搜索:TCustomWinSocket
找到约 412 项符合「TCustomWinSocket」的源代码
代码结果 412
www.eeworm.com/read/148757/12430196
pas unit_client.pas
unit Unit_client;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
ScktComp, StdCtrls, ComCtrls, ExtCtrls;
type
TForm1 = class(TForm)
S1:
www.eeworm.com/read/148757/12430223
~pas unit1.~pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, ScktComp, ComCtrls,Winsock;
type
TForm1 = class(TForm)
ClientSocke
www.eeworm.com/read/131413/14147333
txt 利用delphi编写socket通信程序 .txt
利用Delphi编写Socket通信程序
--------------------------------------------------------------------------------
作者:不详 来源于:不详 发布时间:2005-2-21 2:02:41
一、Delphi与Socket
计算机网络是由一系列网络通信协议组成的,其中的核心协议是传输层的
www.eeworm.com/read/129106/14266122
pas pingthread.pas
unit PingThread;
interface
uses
Classes,stdctrls,Sysutils,scktcomp,checklst;
type
PingIP = class(TThread)
UseCSockt:TClientSocket;
procedure InConnect(Sender: TObject;Socket: T
www.eeworm.com/read/129106/14266132
~pas sportthrd.~pas
unit SPortThrd;
interface
uses
Classes,Sysutils,scktcomp,ExtCtrls,Forms,StdCtrls;
type
FindPortIP2 = class(TThread)
UseCSockt:TClientSocket;
UseState:Boolean;
pro
www.eeworm.com/read/129106/14266221
~pas pingthread.~pas
unit PingThread;
interface
uses
Classes,stdctrls,Sysutils,scktcomp,checklst;
type
PingIP = class(TThread)
UseCSockt:TClientSocket;
procedure InConnect(Sender: TObject;Socket: T
www.eeworm.com/read/129106/14266376
~pas pingthread2.~pas
unit PingThread2;
interface
uses
Classes,stdctrls,Sysutils,scktcomp,checklst;
type
PingIP2 = class(TThread)
UseCSockt:TClientSocket;
procedure InConnect(Sender: TObject;Socket:
www.eeworm.com/read/129106/14266402
pas sportthrd.pas
unit SPortThrd;
interface
uses
Classes,Sysutils,scktcomp,StdCtrls;
type
FindPortIP2 = class(TThread)
UseCSockt:TClientSocket;
UseState:Boolean;
procedure InConnec
www.eeworm.com/read/128176/14312891
h yhdl.h
//---------------------------------------------------------------------------
#ifndef YHDLH
#define YHDLH
//---------------------------------------------------------------------------
#include
www.eeworm.com/read/126087/14446369
pas login.pas
unit Login;
interface
uses
//Windows, Forms, Classes, SysUtils, Math, ScktComp, Common;
Windows,Classes, SysUtils, ScktComp, Common, Database;
//=======================================