• 大小: 42.44MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-07-30
  • 语言: C/C++
  • 标签: c++  

资源简介

正运动控制器入门程序例程vc++6.0版

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “single_move_.h“
#include “single_move_Dlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CSingle_move_App

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

/////////////////////////////////////////////////////////////////////////////
// CSingle_move_App construction

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

/////////////////////////////////////////////////////////////////////////////
// The one and only CSingle_move_App object

CSingle_move_App theApp;

/////////////////////////////////////////////////////////////////////////////
// CSingle_move_App initialization

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

CSingle_move_Dlg 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  2020-07-14 14:00  C++\
     目录           0  2020-07-14 14:00  C++\dll库文件\
     文件      221184  2019-04-15 16:25  C++\dll库文件\zauxdll.dll
     文件       73792  2019-04-15 16:25  C++\dll库文件\zauxdll.lib
     文件      138857  2019-04-15 16:23  C++\dll库文件\zauxdll2.h
     文件     1089536  2018-02-28 16:47  C++\dll库文件\zmotion.dll
     目录           0  2020-07-14 14:00  C++\例程\
     文件       57344  2018-09-29 15:30  C++\例程\README.doc
     目录           0  2020-08-03 11:31  C++\例程\例程1-单轴运动\
     文件       60416  2018-09-17 09:01  C++\例程\例程1-单轴运动\ReadMe.doc
     目录           0  2020-08-04 18:14  C++\例程\例程1-单轴运动\single_move\
     目录           0  2020-07-15 09:48  C++\例程\例程1-单轴运动\single_move\.vs\
     目录           0  2020-07-15 09:48  C++\例程\例程1-单轴运动\single_move\.vs\single_move_\
     目录           0  2020-07-15 09:48  C++\例程\例程1-单轴运动\single_move\.vs\single_move_\v15\
     文件        5120  2020-07-15 09:49  C++\例程\例程1-单轴运动\single_move\.vs\single_move_\v15\.suo
     目录           0  2020-08-04 16:43  C++\例程\例程1-单轴运动\single_move\Debug\
     文件      105925  2020-08-04 16:43  C++\例程\例程1-单轴运动\single_move\Debug\StdAfx.obj
     文件     1364526  2020-08-04 16:43  C++\例程\例程1-单轴运动\single_move\Debug\StdAfx.sbr
     文件     3122176  2020-08-04 16:43  C++\例程\例程1-单轴运动\single_move\Debug\single_move_.bsc
     文件     2117733  2020-08-04 16:43  C++\例程\例程1-单轴运动\single_move\Debug\single_move_.exe
     文件     2512428  2020-08-04 16:43  C++\例程\例程1-单轴运动\single_move\Debug\single_move_.ilk
     文件       12925  2020-08-04 16:43  C++\例程\例程1-单轴运动\single_move\Debug\single_move_.obj
     文件     6916400  2020-08-04 16:43  C++\例程\例程1-单轴运动\single_move\Debug\single_move_.pch
     文件     4137984  2020-08-04 16:43  C++\例程\例程1-单轴运动\single_move\Debug\single_move_.pdb
     文件        9576  2020-08-03 10:54  C++\例程\例程1-单轴运动\single_move\Debug\single_move_.res
     文件           0  2020-08-04 16:43  C++\例程\例程1-单轴运动\single_move\Debug\single_move_.sbr
     文件       34165  2020-08-04 16:43  C++\例程\例程1-单轴运动\single_move\Debug\single_move_Dlg.obj
     文件           0  2020-08-04 16:43  C++\例程\例程1-单轴运动\single_move\Debug\single_move_Dlg.sbr
     文件      205824  2020-08-04 16:43  C++\例程\例程1-单轴运动\single_move\Debug\vc60.idb
     文件      364544  2020-08-04 16:43  C++\例程\例程1-单轴运动\single_move\Debug\vc60.pdb
     文件        3687  2018-06-22 17:14  C++\例程\例程1-单轴运动\single_move\ReadMe.txt
............此处省略250个文件信息

评论

共有 条评论