• 大小: 0.07M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-05-23
  • 语言: 其他
  • 标签: 其他  

资源简介

vrt0el.zip

资源截图

代码片段和文件信息

// Bezier.cpp : Defines the class behaviors for the application.
//

#include “stdafx.h“
#include “Bezier.h“
#include “BezierDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CBezierApp

BEGIN_MESSAGE_MAP(CBezierApp CWinApp)
//{{AFX_MSG_MAP(CBezierApp)
// NOTE - the ClassWizard will add and remove mapping macros here.
//    DO NOT EDIT what you see in these blocks of generated code!
//}}AFX_MSG
ON_COMMAND(ID_HELP CWinApp::onhelp)
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
// CBezierApp construction

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

/////////////////////////////////////////////////////////////////////////////
// The one and only CBezierApp object

CBezierApp theApp;

/////////////////////////////////////////////////////////////////////////////
// CBezierApp initialization

BOOL CBezierApp::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

CBezierDlg dlg;
m_pMainWnd = &dlg;
int nResponse = dlg.DoModal();
if (nResponse == IDOK)
{
// TODO: Place code here to handle when the dialog is
//  dismissed with OK
}
else if (nResponse == IDCANCEL)
{
// TODO: Place code here to handle when the dialog is
//  dismissed with Cancel
}

// Since the dialog has been closed return FALSE so that we exit the
//  application rather than start the application‘s message pump.
return FALSE;
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2005-03-12 15:36  曲线处理——贝塞尔曲线程序\
     文件       50118  2004-11-30 03:27  曲线处理——贝塞尔曲线程序\使用说明.CHM
     目录           0  2004-11-14 15:13  曲线处理——贝塞尔曲线程序\www.cnzz.cn\
     文件        1746  2003-07-12 08:53  曲线处理——贝塞尔曲线程序\www.cnzz.cn\BezierDlg.h
     文件         730  2003-07-15 15:29  曲线处理——贝塞尔曲线程序\www.cnzz.cn\resource.h
     文件         208  2001-12-31 15:17  曲线处理——贝塞尔曲线程序\www.cnzz.cn\StdAfx.cpp
     文件        1054  2001-12-31 15:17  曲线处理——贝塞尔曲线程序\www.cnzz.cn\StdAfx.h
     目录           0  2003-07-12 10:07  曲线处理——贝塞尔曲线程序\www.cnzz.cn\res\
     文件        1078  2001-12-31 15:17  曲线处理——贝塞尔曲线程序\www.cnzz.cn\res\Bezier.ico
     文件         398  2001-12-31 15:17  曲线处理——贝塞尔曲线程序\www.cnzz.cn\res\Bezier.rc2
     文件        3072  2003-07-12 10:07  曲线处理——贝塞尔曲线程序\www.cnzz.cn\res\Thumbs.db
     文件       34960  2003-07-15 15:29  曲线处理——贝塞尔曲线程序\www.cnzz.cn\Bezier.aps
     文件       58368  2003-07-15 15:57  曲线处理——贝塞尔曲线程序\www.cnzz.cn\Bezier.ncb
     文件        2214  2003-07-15 15:56  曲线处理——贝塞尔曲线程序\www.cnzz.cn\Bezier.plg
     文件         864  2003-07-15 15:57  曲线处理——贝塞尔曲线程序\www.cnzz.cn\Bezier.clw
     文件        2063  2001-12-31 15:17  曲线处理——贝塞尔曲线程序\www.cnzz.cn\Bezier.cpp
     文件        4159  2001-12-31 15:17  曲线处理——贝塞尔曲线程序\www.cnzz.cn\Bezier.dsp
     文件         535  2001-12-31 15:17  曲线处理——贝塞尔曲线程序\www.cnzz.cn\Bezier.dsw
     文件        1324  2001-12-31 15:17  曲线处理——贝塞尔曲线程序\www.cnzz.cn\Bezier.h
     文件       53760  2003-07-15 15:57  曲线处理——贝塞尔曲线程序\www.cnzz.cn\Bezier.opt
     文件        5165  2003-07-15 15:29  曲线处理——贝塞尔曲线程序\www.cnzz.cn\Bezier.rc
     文件        6129  2003-07-15 15:56  曲线处理——贝塞尔曲线程序\www.cnzz.cn\BezierDlg.cpp

评论

共有 条评论