资源简介
计算机图形学 MFC 投影 该程序可以作为学生程序上交
代码片段和文件信息
// CGframework.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “CGframework.h“
#include “MainFrm.h“
#include “CGframeworkDoc.h“
#include “CGframeworkView.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
CRuntimeClassList g_RuntimeClassList;
BOOL CGFRegisterController( CRuntimeClass* pControllerClass )
{
// 检查是否有重复项,有则直接返回
for( CRuntimeClassList::iterator it = g_RuntimeClassList.begin(); it != g_RuntimeClassList.end(); it++ )
{
if( strcmp( pControllerClass->m_lpszClassName (*it)->m_lpszClassName ) == 0 )
return FALSE;
}
g_RuntimeClassList.push_back( pControllerClass );
return TRUE;
}
/////////////////////////////////////////////////////////////////////////////
// CCGframeworkApp
BEGIN_MESSAGE_MAP(CCGframeworkApp CWinApp)
//{{AFX_MSG_MAP(CCGframeworkApp)
ON_COMMAND(ID_APP_ABOUT OnAppAbout)
// NOTE - the ClassWizard will add and remove mapping macros here.
// DO NOT EDIT what you see in these blocks of generated code!
//}}AFX_MSG_MAP
// Standard file based document commands
ON_COMMAND(ID_FILE_NEW CWinApp::OnFileNew)
ON_COMMAND(ID_FILE_OPEN CWinApp::OnFileOpen)
// Standard print setup command
ON_COMMAND(ID_FILE_PRINT_SETUP CWinApp::OnFilePrintSetup)
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// CCGframeworkApp construction
CCGframeworkApp::CCGframeworkApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}
/////////////////////////////////////////////////////////////////////////////
// The one and only CCGframeworkApp object
CCGframeworkApp theApp;
/////////////////////////////////////////////////////////////////////////////
// CCGframeworkApp initialization
BOOL CCGframeworkApp::InitInstance()
{
// 初始化控制器列表
CGFInit();
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
// Change the registry key under which our settings are stored.
// TODO: You should modify this string to be something appropriate
// such as the name of your company or organization.
SetRegistryKey(_T(“Local AppWizard-Generated Applications“));
LoadStdProfileSettings(); // Load standard INI file options (including MRU)
// Register the application‘s document templates. Document templates
// serve as the connection between documents frame windows and views.
CSingleDocTemplate* pDocTemplate;
pDocTemplate = new CSingleDocTemplate(
IDR_MAINframe
RUNTIME_CLASS(CCGframeworkDoc)
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2014-06-04 15:50 投影\
文件 43877 2014-06-04 15:49 投影\CGfr
文件 2411 2014-06-04 15:49 投影\CGfr
文件 4768 2014-06-04 15:49 投影\CGfr
文件 5684 2014-06-04 15:49 投影\CGfr
文件 545 2014-06-04 15:49 投影\CGfr
文件 1649 2014-06-04 15:49 投影\CGfr
文件 181248 2014-06-04 15:50 投影\CGfr
文件 49664 2014-06-04 15:50 投影\CGfr
文件 2501 2014-06-04 15:50 投影\CGfr
文件 11134 2014-06-04 15:49 投影\CGfr
文件 1842 2014-06-04 15:49 投影\CGfr
文件 1530 2014-06-04 15:49 投影\CGfr
文件 5870 2014-06-04 15:49 投影\CGfr
文件 2470 2014-06-04 15:49 投影\CGfr
文件 3345 2014-06-04 15:49 投影\Controllerba
文件 2619 2014-06-04 15:49 投影\Controllerba
目录 0 2014-06-04 15:50 投影\Debug\
文件 151625 2014-06-04 15:50 投影\Debug\CGfr
文件 404108 2014-06-04 15:50 投影\Debug\CGfr
文件 46281 2014-06-04 15:50 投影\Debug\CGfr
文件 5500532 2014-06-04 15:50 投影\Debug\CGfr
文件 418816 2014-06-04 15:50 投影\Debug\CGfr
文件 6964 2014-06-04 15:50 投影\Debug\CGfr
文件 19242 2014-06-04 15:50 投影\Debug\CGfr
文件 40569 2014-06-04 15:50 投影\Debug\CGfr
文件 28566 2014-06-04 15:50 投影\Debug\Controllerba
文件 21755 2014-06-04 15:50 投影\Debug\DlgSelectController.obj
文件 44469 2014-06-04 15:50 投影\Debug\Ex4.obj
文件 6965 2014-06-04 15:50 投影\Debug\Init.obj
文件 24270 2014-06-04 15:50 投影\Debug\MainFrm.obj
............此处省略25个文件信息
相关资源
- [转载]MFC对话框控件和背景图片自适应
- MFC多张位图连续动画显示程序练习
- 浙江大学OOP大程 C++ 五子棋设计 MFC
- MFC图书馆管理系统
- 简单的基于MFC的ATM系统含源代码
- mfc与duilib之间控件相互调用
- MFC画图直线,折线。。
- MFC实现多任务多线程软件
- MFC各种遍历
- 学生社团管理系统 c++ MFC 课程设计
- 基于MFC的TeeChart控件
- FTP客户端VC实现
- MFC 图数据结构 最短路径
- 16C++MFC课程设计之吹泡泡游戏
- MFC 编写的迷宫游戏
- MFC表达式计算器
- 一个简单的MFC画圆的
- C++实现指针式时钟Sample
- 航空客运订票系统数据结构课程设计
- LPC1768IAP+MFC上位机+bootloader+app
- PN532-libnfc-mfoc-mfcuk-windows
- MFC学生选课系统单文档
- MFC多线程编程三个
- 学生管理系统MFC Mysql
- MFC 小游戏程序。实现跳动方块。
- MFC socket 局域网聊天
- 用c++编写的打气球的游戏,用MFC实现
- 银行家算法 死锁避免 可视化 MFC
- VC MFC之图书管理系统含源码
- 交互式绘图程序(MFC) 绘图
评论
共有 条评论