• 大小: 74KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-05-16
  • 语言: 其他
  • 标签: 程序  

资源简介

该程序包括了计算机图形学大部分的画图算法,有基本图元生成,等等

资源截图

代码片段和文件信息

// 2008302590102cw.cpp : Defines the class behaviors for the application.
//

#include “stdafx.h“
#include “2008302590102cw.h“

#include “MainFrm.h“
#include “2008302590102cwDoc.h“
#include “2008302590102cwView.h“

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

/////////////////////////////////////////////////////////////////////////////
// CMy2008302590102cwApp

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

/////////////////////////////////////////////////////////////////////////////
// CMy2008302590102cwApp construction

CMy2008302590102cwApp::CMy2008302590102cwApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}

/////////////////////////////////////////////////////////////////////////////
// The one and only CMy2008302590102cwApp object

CMy2008302590102cwApp theApp;

/////////////////////////////////////////////////////////////////////////////
// CMy2008302590102cwApp initialization

BOOL CMy2008302590102cwApp::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.

// 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(CMy2008302590102cwDoc)
RUNTIME_CLASS(CMainframe)       // main SDI frame window
RUNTIME_CLASS(CMy2008302590102cwView));
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->UpdateWindow();

return TRUE;
}


 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2010-07-15 11:40  1\
     文件       29680  2010-06-23 18:52  1\2008302590102cw.aps
     文件        2802  2010-06-25 13:35  1\2008302590102cw.clw
     文件        4226  2010-04-19 22:19  1\2008302590102cw.cpp
     文件        4744  2010-04-19 22:19  1\2008302590102cw.dsp
     文件         555  2010-07-15 11:39  1\2008302590102cw.dsw
     文件        1484  2010-04-19 22:19  1\2008302590102cw.h
     文件      164864  2010-07-15 11:40  1\2008302590102cw.ncb
     文件       48640  2010-06-27 14:39  1\2008302590102cw.opt
     文件         797  2010-07-15 11:40  1\2008302590102cw.plg
     文件       12662  2010-04-19 22:19  1\2008302590102cw.rc
     文件       24502  2010-04-19 22:19  1\2008302590102cwDoc.cpp
     文件        2795  2010-04-19 22:19  1\2008302590102cwDoc.h
     文件       19325  2010-06-12 00:21  1\2008302590102cwView.cpp
     文件        2746  2010-04-19 22:19  1\2008302590102cwView.h
     文件        2841  2010-04-19 22:19  1\MainFrm.cpp
     文件        1584  2010-04-19 22:19  1\MainFrm.h
     文件       21774  2010-03-15 22:23  1\RCa01780
     文件       21774  2010-03-15 22:46  1\RCa02856
     文件        4541  2010-04-19 22:19  1\ReadMe.txt
     目录           0  2010-07-15 11:40  1\res\
     文件        1447  2010-04-19 22:19  1\Resource.h
     文件        1078  2010-03-28 22:58  1\res\2008302590102cw.ico
     文件         407  2010-04-19 22:19  1\res\2008302590102cw.rc2
     文件        1078  2010-03-28 22:58  1\res\2008302590102cwDoc.ico
     文件        1078  2010-03-28 22:58  1\res\Toolbar.bmp
     文件         217  2010-04-19 22:19  1\StdAfx.cpp
     文件        1054  2010-04-19 22:19  1\StdAfx.h

评论

共有 条评论