资源简介
MFC编写的简单上位机,通过串口可以控制无刷直流电机控制器进行相关的操作。
代码片段和文件信息
// com_test-MFC.cpp : 定义应用程序的类行为。
//
#include “stdafx.h“
#include “com_test-MFC.h“
#include “com_test-MFCDlg.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
// Ccom_testMFCApp
BEGIN_MESSAGE_MAP(Ccom_testMFCApp CWinApp)
ON_COMMAND(ID_HELP &CWinApp::onhelp)
END_MESSAGE_MAP()
// Ccom_testMFCApp 构造
Ccom_testMFCApp::Ccom_testMFCApp()
{
// 支持重新启动管理器
m_dwRestartManagerSupportFlags = AFX_RESTART_MANAGER_SUPPORT_RESTART;
// TODO: 在此处添加构造代码,
// 将所有重要的初始化放置在 InitInstance 中
}
// 唯一的一个 Ccom_testMFCApp 对象
Ccom_testMFCApp theApp;
// Ccom_testMFCApp 初始化
BOOL Ccom_testMFCApp::InitInstance()
{
// 如果一个运行在 Windows XP 上的应用程序清单指定要
// 使用 ComCtl32.dll 版本 6 或更高版本来启用可视化方式,
//则需要 InitCommonControlsEx()。 否则,将无法创建窗口。
INITCOMMONCONTROLSEX InitCtrls;
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2015-04-11 11:11 com_test-MFC\
目录 0 2015-04-11 12:27 com_test-MFC\com_test-MFC\
文件 202124 2015-03-31 15:20 com_test-MFC\com_test-MFC\com_test-MFC.aps
文件 2442 2015-03-28 15:48 com_test-MFC\com_test-MFC\com_test-MFC.cpp
文件 475 2015-03-28 15:48 com_test-MFC\com_test-MFC\com_test-MFC.h
文件 14816 2015-03-31 15:20 com_test-MFC\com_test-MFC\com_test-MFC.rc
文件 6520 2015-03-31 12:38 com_test-MFC\com_test-MFC\com_test-MFC.vcxproj
文件 2525 2015-03-30 12:34 com_test-MFC\com_test-MFC\com_test-MFC.vcxproj.filters
文件 165 2015-03-30 16:44 com_test-MFC\com_test-MFC\com_test-MFC.vcxproj.user
文件 21398 2015-04-11 12:27 com_test-MFC\com_test-MFC\com_test-MFCDlg.cpp
文件 2034 2015-03-31 15:39 com_test-MFC\com_test-MFC\com_test-MFCDlg.h
文件 4206 2015-03-30 10:13 com_test-MFC\com_test-MFC\file.dat
文件 542 2015-03-29 12:16 com_test-MFC\com_test-MFC\mscomm.cpp
文件 11591 2015-03-29 12:16 com_test-MFC\com_test-MFC\mscomm.h
文件 3952 2015-03-28 15:48 com_test-MFC\com_test-MFC\ReadMe.txt
目录 0 2015-03-30 13:02 com_test-MFC\com_test-MFC\res\
文件 67777 2013-07-22 01:18 com_test-MFC\com_test-MFC\res\com_test-MFC.ico
文件 678 2015-03-28 15:48 com_test-MFC\com_test-MFC\res\com_testMFC.rc2
文件 117066 2015-03-23 13:58 com_test-MFC\com_test-MFC\res\logo.ico
文件 18610 2015-03-30 11:48 com_test-MFC\com_test-MFC\res\OFF.ico
文件 21919 2015-03-30 11:48 com_test-MFC\com_test-MFC\res\ON.ico
文件 215040 2015-03-30 16:09 com_test-MFC\com_test-MFC\res\Thumbs.db
文件 3810 2015-03-31 15:13 com_test-MFC\com_test-MFC\resource.h
文件 145 2015-03-28 15:48 com_test-MFC\com_test-MFC\stdafx.cpp
文件 1578 2015-03-28 15:48 com_test-MFC\com_test-MFC\stdafx.h
文件 234 2015-03-28 15:48 com_test-MFC\com_test-MFC\targetver.h
文件 982 2015-03-30 23:02 com_test-MFC\com_test-MFC.sln
文件 42496 2015-04-11 12:36 com_test-MFC\com_test-MFC.v12.suo
目录 0 2015-03-28 15:50 com_test-MFC\ipch\
目录 0 2015-03-30 16:14 com_test-MFC\ipch\com_test-mfc-80770af6\
文件 32792 2015-03-30 23:02 com_test-MFC\UpgradeLog.htm
............此处省略5个文件信息
- 上一篇:C++版的五子棋(包含客户端服务器端)
- 下一篇:C++大地正算程序
相关资源
- stc系列单片机串口通讯
- 串口工具
- STC51 ADC 采集及串口通讯
- 单片机串口通信(方式1)
- STM32F103 串口环形队列应用程序
- nrf52832低功耗串口nus例程
- RS485通信:利用串口调试助手经过US
- AVR双路ADC采集通过串口发送
- STM32F407ZE 25M外置晶振 ADC1的16通道DMA采
- 51单片机巫妖王板子测试程序-串口收
- 蓝牙串口通信(源码+视频)
- putty 串口工具源码
- windows 串口升级工具(c++源码)
- 一款MFC关机小程序
- 完成端口开发包iocpmfc
- 基于MFC实现的UDP组播程序
- MFC图片操作(PRO5_PNGDlg.cpp)
- 进程间共享串口
- AVR单片机 Bootloader(串口在线升级程序
- MFC共享内存的
- 老外写的功能强大的文件查找工具(
- MFC获取电脑文件夹下文件的名称,类
- linux ymodem串口发送
- C++ MFC调用Javascrip函数
- C 播放WAVE音频
- MFCC谱图及其三维图表示
- 一个很简单的Ubuntu下读写串口的C++程
- C++ 获取计算机上串口的数量
- c++ 串口 发送消息、接收消息源代码(
- lpc1114串口发送数据
评论
共有 条评论