• 大小: 0.50M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-02-21
  • 语言: C/C++
  • 标签:

资源简介

C++ 多报交错数据加密(提高篇-实例596).zip

资源截图

代码片段和文件信息

// Client.cpp : Defines the class behaviors for the application.
//

#include “stdafx.h“
#include “Client.h“
#include “ClientDlg.h“

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

/////////////////////////////////////////////////////////////////////////////
// CClientApp

BEGIN_MESSAGE_MAP(CClientApp CWinApp)
//{{AFX_MSG_MAP(CClientApp)
// 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()

/////////////////////////////////////////////////////////////////////////////
// CClientApp construction

CClientApp::CClientApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}

/////////////////////////////////////////////////////////////////////////////
// The one and only CClientApp object

CClientApp theApp;

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件          59  2007-12-04 15:15  程序使用说明.txt
     文件       21168  2013-12-31 11:18  Client\Client.aps
     文件        1260  2013-12-31 11:18  Client\Client.clw
     文件        2110  2007-12-04 15:15  Client\Client.cpp
     文件        4199  2013-12-31 11:10  Client\Client.dsp
     文件         535  2007-12-04 15:15  Client\Client.dsw
     文件        1324  2007-12-04 15:15  Client\Client.h
     文件      562688  2013-12-31 11:19  Client\Client.opt
     文件        5537  2007-12-04 15:15  Client\Client.rc
     文件        8097  2007-12-04 15:15  Client\ClientDlg.cpp
     文件        1646  2007-12-04 15:15  Client\ClientDlg.h
     文件        3579  2007-12-04 15:15  Client\ReadMe.txt
     文件         822  2007-12-04 15:15  Client\resource.h
     文件         208  2007-12-04 15:15  Client\StdAfx.cpp
     文件        1054  2007-12-04 15:15  Client\StdAfx.h
     文件        1078  2007-12-04 15:15  Client\res\Client.ico
     文件         398  2007-12-04 15:15  Client\res\Client.rc2
     文件        3579  2007-12-04 15:15  Server\ReadMe.txt
     文件         914  2007-12-04 15:15  Server\resource.h
     文件       21324  2013-12-31 11:18  Server\Server.aps
     文件        1340  2013-12-31 11:18  Server\Server.clw
     文件        2110  2007-12-04 15:15  Server\Server.cpp
     文件        4199  2013-12-31 11:11  Server\Server.dsp
     文件         535  2007-12-04 15:15  Server\Server.dsw
     文件        1324  2007-12-04 15:15  Server\Server.h
     文件      560640  2013-12-31 11:18  Server\Server.opt
     文件        5658  2007-12-04 15:15  Server\Server.rc
     文件        7563  2013-12-31 10:38  Server\ServerDlg.cpp
     文件        1607  2007-12-04 15:15  Server\ServerDlg.h
     文件         208  2007-12-04 15:15  Server\StdAfx.cpp
     文件        1054  2007-12-04 15:15  Server\StdAfx.h
............此处省略2个文件信息

评论

共有 条评论