代码搜索:ClientSocket

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

代码结果 1,840
www.eeworm.com/read/221026/14760869

plg client.plg

Build Log --------------------Configuration: Client - Win32 Debug-------------------- Command Lines Creating command line "rc.exe /l 0x804 /fo"
www.eeworm.com/read/117933/14895320

cpp tini2后门代码.cpp

//////////////////////////////////////////////////////////////////////////////// // // Telnet Server. // // File : Tini2.cpp // // Create at : 2002.3.28 /
www.eeworm.com/read/114453/15052900

pas unit1.pas

unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, ComCtrls, ScktComp; type TForm1 = class(TForm) ClientSoc
www.eeworm.com/read/167365/5460745

cpp moc_server.cpp

/**************************************************************************** ** ServerInfo meta object code from reading C++ file 'server.h' ** ** Created: ??? ?? 3 00:18:24 2005 ** by: The
www.eeworm.com/read/167365/5460789

moc server.moc

/**************************************************************************** ** ClientSocket meta object code from reading C++ file 'server.cpp' ** ** Created: ??? ?? 3 00:18:17 2005 ** by:
www.eeworm.com/read/471441/6892624

c client.c

#include #include #include #include #define SERVER_PORT 8010 #define BUF_SIZE 1024 void* dosend(void*); void* dorecv(void*); int main(int argc, char
www.eeworm.com/read/392614/8333593

cpp http代理原码.cpp

#include #include #define MAXBUFLEN 20480 #define HTTPADDLEN 50 #define TIMEWAIT 2000 #pragma comment(lib,"ws2_32.lib") SOCKET Global[1000]; DWORD WINAP
www.eeworm.com/read/369541/9641128

cpp servermfc.cpp

// ServerMFC.cpp : Defines the entry point for the console application. // #include "stdafx.h" #include "stdio.h" #include #include #include "ProdConsModel.h" #incl
www.eeworm.com/read/369432/9648722

moc server_example.moc

/**************************************************************************** ** ClientSocket meta object code from reading C++ file 'Server_example.cpp' ** ** Created: Tue Oct 21 15:16:53 2008 **
www.eeworm.com/read/173459/9656696

winsocket-

作者:五一 日期:00-7-7 下午 02:01:48 (作者:李其 2000年07月07日 13:34)   Winsocket编程是非常复杂的,这令一般人望而生畏。但如果你想编写这样的程序,又不懂得相关知识,怎么办呢?Delphi的网络组件库中为我们提供了关于实现网络通信的组件,其中<mark>ClientSocket</mark>和ServerSocket组件使我们能够很方便地编写出自己的网络通信和资源共享 ...