资源简介
计算机图形学课设,运用MFC编程技术,在vs平台,绘制Bzier曲线和B样条曲线,
代码片段和文件信息
// BiSheXin.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “BiSheXin.h“
#include “MainFrm.h“
#include “BiSheXinDoc.h“
#include “BiSheXinView.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CBiSheXinApp
BEGIN_MESSAGE_MAP(CBiSheXinApp CWinApp)
//{{AFX_MSG_MAP(CBiSheXinApp)
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()
/////////////////////////////////////////////////////////////////////////////
// CBiSheXinApp construction
CBiSheXinApp::CBiSheXinApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}
/////////////////////////////////////////////////////////////////////////////
// The one and only CBiSheXinApp object
CBiSheXinApp theApp;
/////////////////////////////////////////////////////////////////////////////
// CBiSheXinApp initialization
BOOL CBiSheXinApp::InitInstance()
{
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(CBiSheXinDoc)
RUNTIME_CLASS(CMainframe) // main SDI frame window
RUNTIME_CLASS(CBiSheXinView));
AddDocTemplate(pDocTemplate);
// Parse command line for standard shell commands DDE file open
CCommandLineInfo cmdInfo;
ParseCommandLine(cmdInfo);
// Dispatch commands specified on the command line
if (!ProcessShellCommand(cmdInfo))
return FALSE;
// The one and only window has been initialized so show and update it.
m_pMainWnd->ShowWindow(SW_SHOW);
m_pMainWnd->Up
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2016-11-05 16:05 MFC曲线绘制源程序修改后\
文件 46824 2016-11-05 15:13 MFC曲线绘制源程序修改后\BiSheXin.aps
文件 3235 2016-11-05 02:31 MFC曲线绘制源程序修改后\BiSheXin.clw
文件 4245 2016-11-05 02:26 MFC曲线绘制源程序修改后\BiSheXin.cpp
文件 4771 2016-11-05 16:05 MFC曲线绘制源程序修改后\BiSheXin.dsp
文件 539 2016-11-05 02:32 MFC曲线绘制源程序修改后\BiSheXin.dsw
文件 1378 2016-11-05 02:32 MFC曲线绘制源程序修改后\BiSheXin.h
文件 109568 2016-11-05 16:15 MFC曲线绘制源程序修改后\BiSheXin.ncb
文件 861 2016-11-05 02:31 MFC曲线绘制源程序修改后\BiSheXin.plg
文件 11616 2016-11-05 15:13 MFC曲线绘制源程序修改后\BiSheXin.rc
文件 905 2016-11-05 16:12 MFC曲线绘制源程序修改后\BiSheXin.sln
文件 10240 2016-11-05 16:15 MFC曲线绘制源程序修改后\BiSheXin.suo
文件 7736 2016-11-05 16:12 MFC曲线绘制源程序修改后\BiSheXin.vcproj
文件 1786 2016-11-05 02:30 MFC曲线绘制源程序修改后\BiSheXinDoc.cpp
文件 1497 2016-11-05 02:30 MFC曲线绘制源程序修改后\BiSheXinDoc.h
文件 18735 2016-11-05 16:01 MFC曲线绘制源程序修改后\BiSheXinView.cpp
文件 4827 2016-11-05 16:01 MFC曲线绘制源程序修改后\BiSheXinView.h
文件 1086 2016-11-05 02:30 MFC曲线绘制源程序修改后\dd.cpp
文件 1330 2016-11-05 02:30 MFC曲线绘制源程序修改后\dd.h
目录 0 2016-11-05 16:12 MFC曲线绘制源程序修改后\Debug\
文件 106496 2016-11-05 16:12 MFC曲线绘制源程序修改后\Debug\BiSheXin.exe
文件 28769 2016-11-05 16:12 MFC曲线绘制源程序修改后\Debug\BiSheXin.obj
文件 10878976 2016-11-05 16:12 MFC曲线绘制源程序修改后\Debug\BiSheXin.pch
文件 2911232 2016-11-05 16:12 MFC曲线绘制源程序修改后\Debug\BiSheXin.pdb
文件 7332 2016-11-05 16:07 MFC曲线绘制源程序修改后\Debug\BiSheXin.res
文件 17181 2016-11-05 16:12 MFC曲线绘制源程序修改后\Debug\BiSheXinDoc.obj
文件 69526 2016-11-05 16:12 MFC曲线绘制源程序修改后\Debug\BiSheXinView.obj
文件 6355 2016-11-05 16:12 MFC曲线绘制源程序修改后\Debug\BuildLog.htm
文件 19989 2016-11-05 16:12 MFC曲线绘制源程序修改后\Debug\dd.obj
文件 28495 2016-11-05 16:12 MFC曲线绘制源程序修改后\Debug\MainFrm.obj
文件 281746 2016-11-05 16:12 MFC曲线绘制源程序修改后\Debug\StdAfx.obj
............此处省略16个文件信息
相关资源
- 计算机图形学源代码
- 计算机图形学作品vc++
- 图形学实验八消隐源码+文档
- 计算机图形学作业-设计和实现一个图
- mfc 二维图形的变换 旋转 平移 比例
- C++MFC源代码二维绘图工具计算机图形
- 计算机图形学实验代码包括图形旋转
- opengl MFC时钟动画
- 圆弧算法MFC
- c++QT5新版画任意阶贝塞尔曲线完整工
- 孔令德 计算机图形学
- MFC计算机图形学-三维图形几何变换斜
- 计算机图形学opengl作业
- 光线跟踪 入门级 项目代码
- 计算机图形学实践教程随书源代码
- 计算机图形学实践教程 vc++ 案例 源码
- 孔令德 计算机图形学基础教程visual
- 计算机图形学实践教程第2版源程序
- MFC实现Koch曲线的绘制
- 计算机图形学(MFC)-直线段裁剪
- 计算机图形学MFC-双缓冲二维图形几何
- 计算机图形学 猫变虎作业
- 计算机图形学作业
- Computer Graphics Programming in OpenGL with C
- 计算机图形学基础教程Visual C++版 孔令
- C++ 孔令德计算机图形学习题答案源代
- 计算机图形学+配书源代码
- 计算机图形学原理及算法教程(Visu
- OpenGL计算机图形学2D太阳系模型
- c++ 直线裁剪、画矩形等(graphics)
评论
共有 条评论