代码搜索:ClientSocket
找到约 1,840 项符合「ClientSocket」的源代码
代码结果 1,840
www.eeworm.com/read/411575/11237836
py client.py
'''
This file is part of PypMsg.
PypMsg is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, eith
www.eeworm.com/read/266069/11244332
txt javafive.txt
标题 java网络五子棋的源代码 选择自 windyforest 的 Blog
关键字 java网络五子棋的源代码
出处
下面的源代码分为4个文件;
chessClient.java:客户端主程序。
chessInterface.java:客户端的界面。
chessPad.java:棋盘的绘制。
chessServer.java:服务器端
www.eeworm.com/read/336165/12468567
pas clientform.pas
unit ClientForm;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, ScktComp, ExtCtrls;
type
TCliStatus = (csIdle, csList, csBitmap, c
www.eeworm.com/read/336165/12468632
pas clientform.pas
unit ClientForm;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, ScktComp, DBCtrls, ExtCtrls, Db, Mask, DBTables;
type
TForm1 = cla
www.eeworm.com/read/336165/12468667
pas clientthread.pas
unit ClientThread;
interface
uses
Classes, ScktComp, DBTables;
type
TLogEvent = procedure(Sender: TObject; LogMsg: String) of object;
TSendThread = class(TThread)
private
C
www.eeworm.com/read/336165/12468712
pas serverform.pas
unit ServerForm;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
ScktComp, StdCtrls, Grids, DBGrids, Db, DBTables, ComCtrls;
type
TForm1 = cl
www.eeworm.com/read/336165/12469797
pas client1form.pas
unit Client1Form;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, ScktComp;
type
TForm1 = class(TForm)
ClientSocket1: TClientS
www.eeworm.com/read/148118/12492144
pas clientfrm.pas
unit clientFrm;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, ScktComp, ExtCtrls, ToolWin, ComCtrls, Menus, Buttons, shellapi,
jpeg,
www.eeworm.com/read/147973/12505946
pas unit2.pas
unit Unit2;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls;
type
TForm2 = class(TForm)
Edit1: TEdit;
Edit2: TEd
www.eeworm.com/read/249378/12508012
pas u_client.pas
unit U_Client;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ScktComp, StdCtrls, IdBaseComponent, IdComponent, IdUDPBase,
IdUDPClien