代码搜索:ClientSocket

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

代码结果 1,840
www.eeworm.com/read/150189/12307391

pas main.pas

//文件名称:YiDong_Cmpp.pas //文件标识:tYD_Cmpp类 //当前版本:1.0 //作 者:邵青山,李朔刚 //mail: sqs@minefont.com lshuogang@sohu.com //完成日期:2003年5月27日 unit main; interface uses Windows, Messages, SysUtils
www.eeworm.com/read/250111/12433301

cpp chatcasyncsocketdlg.cpp

// ChatCAsyncSocketDlg.cpp : implementation file // #include "stdafx.h" #include "ChatCAsyncSocket.h" #include "ChatCAsyncSocketDlg.h" #include #ifdef _DEBUG #define new DEBUG_NE
www.eeworm.com/read/250109/12433378

cpp chatcasyncsocketdlg.cpp

// ChatCAsyncSocketDlg.cpp : implementation file // #include "stdafx.h" #include "ChatCAsyncSocket.h" #include "ChatCAsyncSocketDlg.h" #include #ifdef _DEBUG #define new DEBUG_NE
www.eeworm.com/read/124296/14577822

pas main.pas

//文件名称:YiDong_Cmpp.pas //文件标识:tYD_Cmpp类 //当前版本:1.0 //作 者:邵青山,李朔刚 //mail: sqs@minefont.com lshuogang@sohu.com //完成日期:2003年5月27日 unit main; interface uses Windows, Messages, SysUtils
www.eeworm.com/read/123820/14612286

pas main.pas

//文件名称:YiDong_Cmpp.pas //文件标识:tYD_Cmpp类 //当前版本:1.0 //作 者:邵青山,李朔刚 //mail: sqs@minefont.com lshuogang@sohu.com //完成日期:2003年5月27日 unit main; interface uses Windows, Messages, SysUtils
www.eeworm.com/read/119645/14825068

cpp example2_chatroomdlg.cpp

// Example2_ChatRoomDlg.cpp : implementation file // #include "stdafx.h" #include "Example2_ChatRoom.h" #include "Example2_ChatRoomDlg.h" #include "afxsock.h" #include "fstream.h" #ifdef _D
www.eeworm.com/read/215854/15036725

cpp netview.cpp

// netView.cpp : CNetView 实现文件 // #include "stdafx.h" #include "net.h" #include "listensocket.h" #include "receivesocket.h" #include "netDoc.h" #include "netView.h" #include "InputPort.h"
www.eeworm.com/read/213234/15140740

cpp mywsdlg.cpp

// MyWsDlg.cpp : implementation file // #include "stdafx.h" #include "MyWs.h" #include "MyWsDlg.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__;
www.eeworm.com/read/212209/15164261

cpp netview.cpp

// netView.cpp : CNetView 实现文件 // #include "stdafx.h" #include "net.h" #include "listensocket.h" #include "receivesocket.h" #include "netDoc.h" #include "netView.h" #include "InputPort.h"
www.eeworm.com/read/163933/5505244

cpp mawsyncdlg.cpp

// MAWSyncDlg.cpp : implementation file // /* 4线程之间的协同合作: 接受命令线程:负责接受PPC的发送命令 接受数据线程:负责接受PPC的发送数据 发送数据线程:根据PPC的命令来发送不同的数据流 发送命令线程:向PPC发送命令来控制PPC处理数据 =========================================