资源简介
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个文件信息
相关资源
- Foto-Mosaik-Edda(马赛克拼图制作软件)
- 中文NLP命名实体识别序列标注工具Y
- 黑金108ADDA模块原理图文件Altium原文件
-
Source Insight 4.0 仿SolarizedDark主题xm
- 对LTE终端小数据包的无线资源管理优
- 计算机图形学基础课程设计
- ADDA等一些芯片的verilog程序
- eng.traineddata
- Tesseract中文语言包(chi_sim.traineddata)
- Tesseract中文语言包3.0.4 (chi_sim.train
- ChargePumpCircuitDesign[PanFengandSamaddarTapa
- chi_sim.traineddata加OCR安装包
- 最新的Tesseract中文语言包 chi_sim.trai
- 中文识别经过训练的Tesseract的chi_sim
- 计算机图形学源码DDA直线、中点圆、
- 计算机图形学源码DDA直线、中点直线
- DDA直线插补
- 计算机图形学,内含DDA画直线,画圆
- eng.traineddata.gz下载42718
- eng.traineddata.gz
- chi_sim.traineddata 来自最新的github 40多
- 直线段的生成算法 :掌握图形学中直
- DDAR-PDSO-G8封装
- 计算机图形学实验---dda直线,圆,椭
- MFC画直线程序DDA和Brensenham
评论
共有 条评论