资源简介
计算机图形学课设,运用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个文件信息
相关资源
- 交互式计算机图形学 第六版 OpenGL源代
- 图形学简单绘图系统
- OpenGL迷宫山东大学图形学实验三
- 计算机图形学走样反走样时钟
- c++QT5图形学-中点画圆完整工程文件
- 西北工业大学软件学院计算机图形学
- 计算机图形学实验源代码中南民族大
- 图形学各种曲线--Bezier曲线,B-样条曲
- 鼠标交互画圆及椭圆基于Bresenham、中
- 绘制任意斜率的直线段
- QSplat:基于点绘制的图形学开山之作
- 计算机图形学简单CAD系统
- 真实感图形学
- 计算机图形学多边形种子填充算法
- 计算机图形学 消隐
- 计算机图形学作业,中点算法画椭圆
- MFC中点圆的生成算法
- 改进的有效边表算法--计算机图形学
- 最好的CS游戏opengl、C++实现
- 梁友栋-直线裁剪算法图形学mfc
- 计算机图形学 清华大学教材 及 vc++
- 孔令德的计算机图形学实验及课程设
- 图形学消隐
- 计算机图形学大作业参考代码(VC版)
- 计算机图形学 图形变换 C++ MFC
- 用visual C++ 6.0编写的计算机图形的一些
- 计算机图形学简单多边形裁剪程序
- 计算机图形学 大作业 多功能图形学程
- MFC多边形画法--计算机图形学
- 计算机图形学 visual c++ 6.0 实时动画有
评论
共有 条评论