2

所属分类:Linux/Unix编程
开发工具:Visual C++
文件大小:1835KB
下载次数:2
上传日期:2010-08-18 10:24:22
上 传 者sunsunsun00000
说明:  EVC高级编程及其应用开发EVC高级编程及其应用开发

文件列表:
2\Draw2DGraph\Draw2DGraph\2DGraph.cpp (8135, 2008-01-22)
2\Draw2DGraph\Draw2DGraph\2DGraph.h (1443, 2008-01-22)
2\Draw2DGraph\Draw2DGraph\Draw2DGraph.cpp (1411, 2007-12-18)
2\Draw2DGraph\Draw2DGraph\Draw2DGraph.h (502, 2007-12-18)
2\Draw2DGraph\Draw2DGraph\Draw2DGraph.vcproj (16238, 2007-12-18)
2\Draw2DGraph\Draw2DGraph\Draw2DGraph.vcproj.ERIC.EricWong.user (1751, 2008-07-10)
2\Draw2DGraph\Draw2DGraph\Draw2DGraph.vcproj.WANG.eric.user (4939, 2008-01-22)
2\Draw2DGraph\Draw2DGraph\Draw2DGraphDlg.cpp (2128, 2007-12-18)
2\Draw2DGraph\Draw2DGraph\Draw2DGraphDlg.h (766, 2007-12-18)
2\Draw2DGraph\Draw2DGraph\Draw2DGraphppc.aps (53404, 2007-12-18)
2\Draw2DGraph\Draw2DGraph\Draw2DGraphppc.rc (4562, 2007-12-18)
2\Draw2DGraph\Draw2DGraph\res\Draw2DGraph.ico (21630, 2005-11-11)
2\Draw2DGraph\Draw2DGraph\res\Draw2DGraphppc.rc2 (576, 2007-12-18)
2\Draw2DGraph\Draw2DGraph\Resourceppc.h (506, 2007-12-18)
2\Draw2DGraph\Draw2DGraph\stdafx.cpp (142, 2007-12-18)
2\Draw2DGraph\Draw2DGraph\stdafx.h (1753, 2007-12-18)
2\Draw2DGraph\Draw2DGraph.sln (3568, 2007-12-18)
2\Draw2DGraph\Draw2DGraph.suo (38400, 2008-07-10)
2\ImagingDemo\ImagingDemo\ImagingDemo.cpp (1411, 2008-01-02)
2\ImagingDemo\ImagingDemo\ImagingDemo.h (502, 2008-01-02)
2\ImagingDemo\ImagingDemo\ImagingDemo.vcproj (16084, 2008-01-02)
2\ImagingDemo\ImagingDemo\ImagingDemo.vcproj.ERIC.EricWong.user (1751, 2008-07-13)
2\ImagingDemo\ImagingDemo\ImagingDemo.vcproj.MX4TFPYWD3W62TK.Administrator.user (1773, 2010-08-16)
2\ImagingDemo\ImagingDemo\ImagingDemo.vcproj.WANG.eric.user (4939, 2008-01-23)
2\ImagingDemo\ImagingDemo\ImagingDemoDlg.cpp (10875, 2008-01-02)
2\ImagingDemo\ImagingDemo\ImagingDemoDlg.h (734, 2008-01-02)
2\ImagingDemo\ImagingDemo\ImagingDemoppc.aps (42760, 2010-08-16)
2\ImagingDemo\ImagingDemo\ImagingDemoppc.rc (4737, 2008-01-02)
2\ImagingDemo\ImagingDemo\res\ImagingDemo.ico (21630, 2005-11-11)
2\ImagingDemo\ImagingDemo\res\ImagingDemoppc.rc2 (576, 2008-01-02)
2\ImagingDemo\ImagingDemo\resourceppc.h (776, 2008-01-02)
2\ImagingDemo\ImagingDemo\stdafx.cpp (142, 2008-01-02)
2\ImagingDemo\ImagingDemo\stdafx.h (1753, 2008-01-02)
2\ImagingDemo\ImagingDemo.ncb (6736896, 2010-08-16)
2\ImagingDemo\ImagingDemo.sln (3568, 2008-01-02)
2\ImagingDemo\ImagingDemo.suo (10752, 2010-08-16)
2\SpeciallyEffect\SpeciallyEffect\res\bitmap1.bmp (7414, 2007-12-17)
... ...

================================================================================ MICROSOFT 基础类库: Draw2DGraph 项目概述 =============================================================================== 应用程序向导已为您创建了这个 Draw2DGraph 应用程序。此应用程序不仅演示 Microsoft 基础类的基本使用方法,还可作为您编写应用程序的起点。 本文件概要介绍组成 Draw2DGraph 应用程序的每个文件的内容。 Draw2DGraph.vcproj 这是使用应用程序向导生成的 VC++ 项目的主项目文件。 它包含生成该文件的 Visual C++ 的版本信息,以及有关使用应用程序向导选择的平台、配置和项目功能的信息。 Draw2DGraph.h 这是应用程序的主要头文件。它包括其他项目特定的头文件并声明 CDraw2DGraphApp 应用程序类。 Draw2DGraph.cpp 这是包含应用程序类 CDraw2DGraphApp 的主要应用程序源文件。 Draw2DGraphppc.rc 这是项目的主要资源文件,列出项目在针对 Pocket PC 平台或支持相同用户界面模型的平台进行编译时使用的所有 Microsoft Windows 资源。它包括 RES 子目录中存储的图标、位图和光标。此文件可以直接在 Microsoft Visual C++ 中进行编辑。项目资源位于 2052 中。如果 .rc 文件保留不变,数据节中的定义将保留为它们所定义为的数值的十六进制版本,而不是定义的友好名称。 res\Draw2DGraphppc.rc2 此文件包含不在 Microsoft Visual C++ 中进行编辑的资源。您应该将不可由资源编辑器编辑的所有资源放在此文件中。 res\Draw2DGraph.ico 这是用作应用程序图标的图标文件。此图标包括在主要资源文件中。 ///////////////////////////////////////////////////////////////////////////// 应用程序向导创建一个对话框类: Draw2DGraphDlg.h,Draw2DGraphDlg.cpp - 对话框 这些文件包含 CDraw2DGraphDlg 类。该类定义应用程序主对话框的行为。该对话框的模板位于主要资源文件中,该文件可以在 Microsoft Visual C++ 中进行编辑。 ///////////////////////////////////////////////////////////////////////////// 其他标准文件: StdAfx.h, StdAfx.cpp 这些文件用于生成名为 Draw2DGraph.pch 的预编译头 (PCH) 文件和名为 StdAfx.obj 的预编译类型文件。 Resourceppc.h 这是标准头文件,它定义新的资源 ID。 Microsoft Visual C++ 读取并更新此文件。 ///////////////////////////////////////////////////////////////////////////// 其他注释: 应用程序向导使用“TODO:”来指示 应添加或自定义的源代码部分。 如果应用程序使用共享 DLL 中的 MFC,并且它使用的是与操作系统的当前语言不同的语言,那么您需要将对应的本地化资源 MFC80XXX.DLL 复制到应用程序目录中(“XXX”表示语言缩写。例如,MFC80DEU.DLL 包含翻译为德语的资源。)如果您不执行此操作,则应用程序的某些用户界面元素将保持与操作系统相同的语言。 /////////////////////////////////////////////////////////////////////////////

近期下载者

相关文件


收藏者