• 大小: 0.26M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-02-01
  • 标签:

资源简介

C++ 通过内存映射实现传送数据(提高篇-实例063).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “MapshareMain.h“
#include “MapshareMainDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CMapshareMainApp

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

/////////////////////////////////////////////////////////////////////////////
// CMapshareMainApp construction

CMapshareMainApp::CMapshare

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件       39496  2013-10-29 08:41  写入数据程序\MapshareMain.aps
     文件         811  2013-10-29 09:01  写入数据程序\MapshareMain.clw
     文件        2147  2007-08-21 15:46  写入数据程序\MapshareMain.cpp
     文件        4267  2007-08-21 15:46  写入数据程序\MapshareMain.dsp
     文件         549  2007-08-21 15:46  写入数据程序\MapshareMain.dsw
     文件        1390  2007-08-21 15:46  写入数据程序\MapshareMain.h
     文件      290304  2013-10-29 09:01  写入数据程序\MapshareMain.opt
     文件        4524  2013-10-29 08:41  写入数据程序\MapshareMain.rc
     文件        3110  2013-10-29 09:01  写入数据程序\MapshareMainDlg.cpp
     文件        1369  2007-08-21 15:46  写入数据程序\MapshareMainDlg.h
     文件        3687  2007-08-21 15:46  写入数据程序\ReadMe.txt
     文件         690  2007-08-21 15:46  写入数据程序\resource.h
     文件         214  2007-08-21 15:46  写入数据程序\StdAfx.cpp
     文件        1054  2007-08-21 15:46  写入数据程序\StdAfx.h
     文件        5694  2007-08-21 15:46  写入数据程序\res\MapshareMain.ico
     文件         404  2007-08-21 15:46  写入数据程序\res\MapshareMain.rc2
     文件       24708  2013-10-28 16:54  读取数据程序\MapshareSub.aps
     文件         796  2013-10-29 09:04  读取数据程序\MapshareSub.clw
     文件        2133  2007-08-21 15:46  读取数据程序\MapshareSub.cpp
     文件        4249  2007-08-21 15:46  读取数据程序\MapshareSub.dsp
     文件         547  2007-08-21 15:46  读取数据程序\MapshareSub.dsw
     文件        1379  2007-08-21 15:46  读取数据程序\MapshareSub.h
     文件      290304  2013-10-29 09:04  读取数据程序\MapshareSub.opt
     文件        4513  2007-08-21 15:46  读取数据程序\MapshareSub.rc
     文件        2951  2007-08-21 15:46  读取数据程序\MapshareSubDlg.cpp
     文件        1313  2007-08-21 15:46  读取数据程序\MapshareSubDlg.h
     文件        3669  2007-08-21 15:46  读取数据程序\ReadMe.txt
     文件         689  2007-08-21 15:46  读取数据程序\resource.h
     文件         213  2007-08-21 15:46  读取数据程序\StdAfx.cpp
     文件        1054  2007-08-21 15:46  读取数据程序\StdAfx.h
     文件        5694  2007-08-21 15:46  读取数据程序\res\MapshareSub.ico
............此处省略1个文件信息

评论

共有 条评论