资源简介
这个是运动控制卡的厂家单轴运动程序,希望对用到的有用。
代码片段和文件信息
// SingleAxisMov.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “SingleAxisMov.h“
#include “SingleAxisMovDlg.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CSingleAxisMovApp
BEGIN_MESSAGE_MAP(CSingleAxisMovApp CWinApp)
//{{AFX_MSG_MAP(CSingleAxisMovApp)
// 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()
/////////////////////////////////////////////////////////////////////////////
// CSingleAxisMovApp construction
CSingleAxisMovApp::CSingleAxisMovApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}
/////////////////////////////////////////////////////////////////////////////
// The one and only CSingleAxisMovApp object
CSingleAxisMovApp theApp;
/////////////////////////////////////////////////////////////////////////////
// CSingleAxisMovApp initialization
BOOL CSingleAxisMovApp::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
CSingleAxisMovDlg 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;
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 59 2008-05-22 16:01 单轴运动\DemoReadMe.txt
文件 60 2008-05-22 16:01 单轴运动\DemoReadMe.txt.bak
文件 81920 2006-06-21 15:37 单轴运动\gep.dll
文件 5418 2006-06-21 15:37 单轴运动\GEP.H
文件 24280 2006-06-21 15:37 单轴运动\gep.lib
文件 81920 2006-06-21 13:45 单轴运动\GT400.dll
文件 7212 2009-06-26 17:27 单轴运动\GT400.h
文件 34746 2006-06-21 13:45 单轴运动\GT400.lib
文件 3705 2008-05-22 15:17 单轴运动\ReadMe.txt
文件 875 2009-07-03 10:25 单轴运动\resource.h
文件 21500 2010-09-02 14:33 单轴运动\SingleAxisMov.aps
文件 1563 2010-09-02 14:36 单轴运动\SingleAxisMov.clw
文件 2161 2008-05-22 15:17 单轴运动\SingleAxisMov.cpp
文件 4345 2008-05-22 15:46 单轴运动\SingleAxisMov.dsp
文件 551 2008-05-22 15:46 单轴运动\SingleAxisMov.dsw
文件 1401 2008-05-22 15:17 单轴运动\SingleAxisMov.h
文件 3294 2010-09-02 14:33 单轴运动\SingleAxisMov.plg
文件 5732 2009-07-03 10:25 单轴运动\SingleAxisMov.rc
文件 890 2009-06-30 17:08 单轴运动\SingleAxisMov.sln
文件 21504 2009-07-09 15:07 单轴运动\SingleAxisMov.suo
文件 7478 2009-07-04 15:06 单轴运动\SingleAxisMov.vcproj
文件 1427 2009-07-03 11:09 单轴运动\SingleAxisMov.vcproj.LENOVO-F5892976.Owner.user
文件 1411 2009-07-09 15:07 单轴运动\SingleAxisMov.vcproj.LINSHHI.linshi.user
文件 7020 2009-07-04 15:04 单轴运动\SingleAxisMovDlg.cpp
文件 1619 2009-07-03 10:38 单轴运动\SingleAxisMovDlg.h
文件 215 2008-05-22 15:17 单轴运动\StdAfx.cpp
文件 1054 2008-05-22 15:17 单轴运动\StdAfx.h
文件 1078 2008-05-22 15:17 单轴运动\res\SingleAxisMov.ico
文件 405 2008-05-22 15:17 单轴运动\res\SingleAxisMov.rc2
目录 0 2010-08-18 17:24 单轴运动\res
............此处省略9个文件信息
- 上一篇:Kinect程序开发帮助文档C++
- 下一篇:热电偶查表
评论
共有 条评论