• 大小: 11.99MB
    文件类型: .rar
    金币: 2
    下载: 0 次
    发布日期: 2024-01-21
  • 语言: 其他
  • 标签: DDA  

资源简介

DDA直线,圆弧插补源码,插补轨迹仿真,CNC开发的重要参考资料。

资源截图

代码片段和文件信息

// cha bu.cpp : Defines the class behaviors for the application.
//

#include “stdafx.h“
#include “cha bu.h“
#include “cha buDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CChabuApp

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

/////////////////////////////////////////////////////////////////////////////
// CChabuApp construction

CChabuApp::CChabuApp()
{

// TODO: add construction code here
// Place all significant initialization in InitInstance
}

/////////////////////////////////////////////////////////////////////////////
// The one and only CChabuApp object

CChabuApp theApp;

/////////////////////////////////////////////////////////////////////////////
// CChabuApp initialization

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

CChabuDlg 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;
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       2979  2012-11-20 14:51  DDA插补\cha bu.clw

     文件       2057  2010-12-08 20:37  DDA插补\cha bu.cpp

     文件       4360  2010-12-04 21:55  DDA插补\cha bu.dsp

     文件        537  2010-11-29 22:16  DDA插补\cha bu.dsw

     文件       1316  2010-11-29 22:16  DDA插补\cha bu.h

     文件   23546880  2012-11-22 23:53  DDA插补\cha bu.ncb

     文件     231424  2012-11-20 17:17  DDA插补\cha bu.opt

     文件       8328  2012-11-20 12:54  DDA插补\cha bu.plg

     文件       7938  2012-11-20 12:54  DDA插补\cha bu.rc

     文件       1685  2012-11-22 23:52  DDA插补\cha bu.sln

    ..A..H.     25600  2012-11-22 23:53  DDA插补\cha bu.suo

     文件      14360  2012-11-20 23:42  DDA插补\cha bu.vcproj

     文件       3001  2012-11-22 23:53  DDA插补\cha bu.vcproj.FSGGW3IQWOAMECI.Administrator.user

     文件      14750  2012-11-20 14:51  DDA插补\cha buDlg.cpp

     文件       3439  2010-12-05 00:41  DDA插补\cha buDlg.dsp

     文件       2290  2011-01-09 15:34  DDA插补\cha buDlg.h

     文件      33792  2010-12-05 00:41  DDA插补\cha buDlg.ncb

     文件      16604  2010-12-05 01:01  DDA插补\cha buDlg.plg

     文件        307  2010-12-24 02:08  DDA插补\DataStart.h

     文件       6371  2010-12-14 22:59  DDA插补\FileDlg.cpp

     文件       3024  2010-12-11 23:48  DDA插补\FileDlg.h

     文件       3576  2010-11-29 22:16  DDA插补\ReadMe.txt

     文件      17156  2012-11-22 23:53  DDA插补\Release\BuildLog.htm

     文件      32768  2012-11-22 23:53  DDA插补\Release\cha bu.exe

     文件        851  2012-11-22 23:53  DDA插补\Release\cha bu.exe.intermediate.manifest

     文件      13501  2012-11-22 23:53  DDA插补\Release\cha bu.obj

     文件   28377088  2012-11-22 23:53  DDA插补\Release\cha bu.pch

     文件       4012  2012-11-22 23:53  DDA插补\Release\cha bu.res

     文件      54268  2012-11-22 23:53  DDA插补\Release\cha buDlg.obj

     文件      25647  2012-11-22 23:53  DDA插补\Release\FileDlg.obj

............此处省略14个文件信息

评论

共有 条评论