资源简介
正运动控制器入门程序例程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个文件信息
- 上一篇:TMS320C6xx系列DSP编程工具与指南
- 下一篇:telnet客户端源码
相关资源
- Exceptional C++中文版 绝对清晰带目录
- MFC销售管理SaleSystem.rar
- c++车牌识别
- VS2017C++windows桌面应用程序项目OpenCV及
- C++ 画直线、三角形、矩形、直线
- c++程序设计-刘振安书籍含PPT
- 数据结构(C++语言版) 第三版完整版
- C++ Primer Plus中文版第六版
- vscode c/c++扩展(cpptools v0.22.1)离线安
- c++ word\\excel\\ppt转pdf .rar
- Algorithms in C++ Parts 1-4 (3rd Edition)
- VC面向对象与可视化程序设计清华黄维
- VC6.0实现socket、tcp传输,支持各类文件
- c++读取csv文件
- 《Visual+C%2B%2B+6.0+时尚编程百例》100个
- 用VC++编写的一个动态效果的简单动画
- P2P网络技术原理与C++开发案例pdf版
-
Unreal Engine 4 sc
ripting with C++ Cookbook - C++多路视频传输
- C++ 设备管理系统
- 一个基于C++的简单银行存取管理系统
- Windows版微信打飞机游戏C++
- VC++ 读图 分类 变化监测 几何校正
- 2048游戏C++实现
- Visual C++ 6.0编程与技巧.pdf
- 仓库管理系统C++版
- C++进行http请求,并获取返回结果
- 病毒Phatbot的C++源代码
- Algorithms in C++ Parts 1-4(英文版)Robe
- 俄罗斯方块游戏设计C++课程设计报告
评论
共有 条评论