资源简介
第9章 基于C_S结构的Socket程序设计****源程序
代码片段和文件信息
#include “stdafx.h“
#include “ClientBySocket.h“
#include “ClientBySocketDlg.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CClientBySocketApp
BEGIN_MESSAGE_MAP(CClientBySocketApp CWinApp)
//{{AFX_MSG_MAP(CClientBySocketApp)
// NOTE - the ClassWizard will add and remove mapping macros here.
// DO NOT EDIT what you see in these blocks of generated code!
//}}AFX_MSG
ON_COMMAND(ID_HELP CWinApp::onhelp)
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// CClientBySocketApp construction
CClientBySocketApp::CClientBySocketApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}
/////////////////////////////////////////////////////////////////////////////
// The one and only CClientBySocketApp object
CClientBySocketApp theApp;
/////////////////////////////////////////////////////////////////////////////
// CClientBySocketApp initialization
BOOL CClientBySocketApp::InitInstance()
{
if (!AfxSocketInit())
{
AfxMessageBox(IDP_SOCKETS_INIT_FAILED);
return FALSE;
}
AfxEnableControlContainer();
// Standard initialization
// If you are not using these features and wish to reduce the size
// of your final executable you should remove from the following
// the specific initialization routines you do not need.
#ifdef _AFXDLL
Enable3dControls(); // Call this when using MFC in a shared DLL
#else
Enable3dControlsStatic(); // Call this when linking to MFC statically
#endif
CClientBySocketDlg dlg;
m_pMainWnd = &dlg;
int nResponse = dlg.DoModal();
if (nResponse == IDOK)
{
// TODO: Place code here to handle when the dialog is
// dismissed with OK
}
else if (nResponse == IDCANCEL)
{
// TODO: Place code here to handle when the dialog is
// dismissed with Cancel
}
// Since the dialog has been closed return FALSE so that we exit the
// application rather than start the application‘s message pump.
return FALSE;
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2015-05-09 19:40 第9章 基于C_S结构的Socket程序设计\
目录 0 2008-08-06 19:04 第9章 基于C_S结构的Socket程序设计\WSAAsyncSelect异步窗口程序\
目录 0 2008-08-06 19:04 第9章 基于C_S结构的Socket程序设计\WSAAsyncSelect异步窗口程序\Client\
目录 0 2015-05-09 19:40 第9章 基于C_S结构的Socket程序设计\WSAAsyncSelect异步窗口程序\Client\Code\
文件 37648 2007-06-30 18:09 第9章 基于C_S结构的Socket程序设计\WSAAsyncSelect异步窗口程序\Client\Code\ClientBySocket.aps
文件 1863 2007-07-01 01:05 第9章 基于C_S结构的Socket程序设计\WSAAsyncSelect异步窗口程序\Client\Code\ClientBySocket.clw
文件 2189 2007-06-30 18:21 第9章 基于C_S结构的Socket程序设计\WSAAsyncSelect异步窗口程序\Client\Code\ClientBySocket.cpp
文件 4310 2007-07-01 00:28 第9章 基于C_S结构的Socket程序设计\WSAAsyncSelect异步窗口程序\Client\Code\ClientBySocket.dsp
文件 553 2006-11-21 02:00 第9章 基于C_S结构的Socket程序设计\WSAAsyncSelect异步窗口程序\Client\Code\ClientBySocket.dsw
文件 1412 2006-11-21 02:00 第9章 基于C_S结构的Socket程序设计\WSAAsyncSelect异步窗口程序\Client\Code\ClientBySocket.h
文件 107520 2007-07-01 01:05 第9章 基于C_S结构的Socket程序设计\WSAAsyncSelect异步窗口程序\Client\Code\ClientBySocket.ncb
文件 48640 2007-07-01 01:05 第9章 基于C_S结构的Socket程序设计\WSAAsyncSelect异步窗口程序\Client\Code\ClientBySocket.opt
文件 2363 2007-07-01 01:02 第9章 基于C_S结构的Socket程序设计\WSAAsyncSelect异步窗口程序\Client\Code\ClientBySocket.plg
文件 16958 2007-07-01 01:01 第9章 基于C_S结构的Socket程序设计\WSAAsyncSelect异步窗口程序\Client\Code\ClientBySocketDlg.cpp
文件 3434 2007-07-01 00:51 第9章 基于C_S结构的Socket程序设计\WSAAsyncSelect异步窗口程序\Client\Code\ClientBySocketDlg.h
文件 3723 2006-11-21 02:00 第9章 基于C_S结构的Socket程序设计\WSAAsyncSelect异步窗口程序\Client\Code\ReadMe.txt
文件 216 2006-11-21 02:00 第9章 基于C_S结构的Socket程序设计\WSAAsyncSelect异步窗口程序\Client\Code\StdAfx.cpp
文件 1102 2006-11-21 20:56 第9章 基于C_S结构的Socket程序设计\WSAAsyncSelect异步窗口程序\Client\Code\StdAfx.h
文件 1243 2006-11-22 19:09 第9章 基于C_S结构的Socket程序设计\WSAAsyncSelect异步窗口程序\Client\Code\resource.h
目录 0 2015-05-09 19:40 第9章 基于C_S结构的Socket程序设计\WSAAsyncSelect异步窗口程序\Client\Exe\
文件 2175127 2007-07-01 01:02 第9章 基于C_S结构的Socket程序设计\WSAAsyncSelect异步窗口程序\Client\Exe\ClientBySocket.exe
目录 0 2008-08-06 19:04 第9章 基于C_S结构的Socket程序设计\WSAAsyncSelect异步窗口程序\Server\
目录 0 2015-05-09 19:40 第9章 基于C_S结构的Socket程序设计\WSAAsyncSelect异步窗口程序\Server\Code\
文件 3723 2006-11-21 01:03 第9章 基于C_S结构的Socket程序设计\WSAAsyncSelect异步窗口程序\Server\Code\ReadMe.txt
文件 37064 2007-06-30 23:53 第9章 基于C_S结构的Socket程序设计\WSAAsyncSelect异步窗口程序\Server\Code\ServerBySocket.aps
文件 1553 2007-07-01 01:05 第9章 基于C_S结构的Socket程序设计\WSAAsyncSelect异步窗口程序\Server\Code\ServerBySocket.clw
文件 2189 2007-06-30 23:21 第9章 基于C_S结构的Socket程序设计\WSAAsyncSelect异步窗口程序\Server\Code\ServerBySocket.cpp
文件 4282 2007-07-01 01:05 第9章 基于C_S结构的Socket程序设计\WSAAsyncSelect异步窗口程序\Server\Code\ServerBySocket.dsp
文件 553 2006-11-21 01:03 第9章 基于C_S结构的Socket程序设计\WSAAsyncSelect异步窗口程序\Server\Code\ServerBySocket.dsw
文件 1412 2006-11-21 01:03 第9章 基于C_S结构的Socket程序设计\WSAAsyncSelect异步窗口程序\Server\Code\ServerBySocket.h
文件 107520 2007-07-01 01:05 第9章 基于C_S结构的Socket程序设计\WSAAsyncSelect异步窗口程序\Server\Code\ServerBySocket.ncb
............此处省略38个文件信息
- 上一篇:北京工业大学计算机系统结构实验报告
- 下一篇:大创中期检查报告
相关资源
- S7300全套接线图
- 一次解析源码外面俗称3500元一套
- 华为BSC6000软件调测
- 西门子S7-300 PLC程序密码破解
- GB/T 9385-2008计算机软件需求说明编制指
- DW1000官方TWR源码手册
- MW310R V4 00000001 升级固件 20140123
- WINDOWS SERVER 2008 IIS负载均衡群集搭建
- Siemens西门子PLC S7-300硬件接线图 全套
- Nuvoton_8051_Keil_uVision_Driver_v2.00.6561.zi
- 简单记事本vs2005
- win2000驱动程序设计指南
- s2600cp主板详细说明介绍
- FOR.A HVS-100使用手册
- 美赛2009年优秀论文
- 清华斯维尔平面布置TH-ID2008标准版(
- Advanced Inspector 2.00a
- 基于stm32的hmc5983和mpu6500的驱动程序
- 汇川AM600系列中型 可编程控制器编程
- BAT机器学习面试1000题系列
- 全国大学生电子设计大赛题目及器件
- STM32F103步进电机、压力传感器、温湿
- CMW500中文使用手册
- C2000程序员高手进阶(完整版)
- Linux下的BT软件源码,包含详细讲解
- RADStudio2007Patch23.exe
- 伟纳sp200s增强版软件 驱动程序 图纸资
- 1500340224.zip
- WA4300S-FAT.rar
- GB-T9385-2008计算机软件需求规格说明规
评论
共有 条评论