代码搜索:TCPClient
找到约 1,238 项符合「TCPClient」的源代码
代码结果 1,238
www.eeworm.com/read/103494/6215278
dsp tcpclient.dsp
# Microsoft Developer Studio Project File - Name="TcpClient" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86)
www.eeworm.com/read/103494/6215279
rc tcpclient.rc
//Microsoft Developer Studio generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/103494/6215280
cpp tcpclient.cpp
/////////////////////////////////////////////////////////////////////////////
// Author : Bala Murali
// TcpClient.cpp : Defines the class behaviors for the application.
// Creation Date : 03/09/
www.eeworm.com/read/103494/6215281
dsw tcpclient.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/103494/6215282
h tcpclient.h
// TcpClient.h : main header file for the TCPCLIENT application
//
#if !defined(AFX_TCPCLIENT_H__8D06B6E7_E620_11D3_B4B0_00C04F2B300E__INCLUDED_)
#define AFX_TCPCLIENT_H__8D06B6E7_E620_11D3_B4B0_
www.eeworm.com/read/103494/6215289
clw tcpclient.clw
; CLW file contains information for the MFC ClassWizard
[General Info]
Version=1
LastClass=CTcpClientDlg
LastTemplate=CDialog
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "TcpC
www.eeworm.com/read/103494/6215290
plg tcpclient.plg
Build Log
--------------------Configuration: TcpClient - Win32 Release--------------------
Command Lines
Creating command line "rc.exe /l 0x409
www.eeworm.com/read/490419/6342706
h tcpclient.h
///////////////////////////////////////////
// TCPServer.h文件
#include // 10TCPServer
#include
#include
// 告诉连接器与WS2_32库连接
#pragma comment(lib,"WS2_32.li
www.eeworm.com/read/490419/6342711
cpp tcpclient.cpp
/////////////////////////////////////////////////////
// TCPServer.cpp文件
#include "TCPClient.h"
#include "resource.h"
// 定义网络事件通知消息
#define WM_SOCKET WM_USER + 1
CMyApp theApp;
BOOL
www.eeworm.com/read/490419/6342715
h tcpclient.h
///////////////////////////////////////////
// TCPClient.h文件
#include
#include
#include
// 告诉连接器与WS2_32库连接
#pragma comment(lib,"WS2_32.lib")
class CMy