资源简介
WINDOWS下CH372/CH375的调试工具程序,很详细的代码

代码片段和文件信息
// CH372UpDown.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “CH372UpDown.h“
#include “CH372UpDownDlg.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CCH372UpDownApp
BEGIN_MESSAGE_MAP(CCH372UpDownApp CWinApp)
//{{AFX_MSG_MAP(CCH372UpDownApp)
// 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()
/////////////////////////////////////////////////////////////////////////////
// CCH372UpDownApp construction
CCH372UpDownApp::CCH372UpDownApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}
/////////////////////////////////////////////////////////////////////////////
// The one and only CCH372UpDownApp object
CCH372UpDownApp theApp;
/////////////////////////////////////////////////////////////////////////////
// CCH372UpDownApp initialization
BOOL CCH372UpDownApp::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
CCH372UpDownDlg 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;
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 2133 2004-08-01 00:00 DEBUG372\CH372UpDown.cpp
文件 4532 2006-06-30 00:00 DEBUG372\CH372UpDown.dsp
文件 545 2004-08-01 00:00 DEBUG372\CH372UpDown.dsw
文件 1379 2004-08-01 00:00 DEBUG372\CH372UpDown.h
文件 7740 2006-08-03 00:00 DEBUG372\CH372UpDown.rc
文件 19229 2006-08-03 00:00 DEBUG372\CH372UpDownDlg.cpp
文件 2281 2006-06-30 00:00 DEBUG372\CH372UpDownDlg.h
文件 1838 2006-06-30 00:00 DEBUG372\resource.h
文件 213 2004-08-01 00:00 DEBUG372\StdAfx.cpp
文件 1054 2004-08-01 00:00 DEBUG372\StdAfx.h
文件 2322 2006-08-03 00:00 DEBUG372\CH372UpDown.plg
目录 0 2005-07-17 11:45 DEBUG372\Release\
文件 32768 2006-08-03 00:00 DEBUG372\Release\DEBUG372.EXE
目录 0 2005-07-17 11:45 DEBUG372\res\
文件 1078 2006-06-30 00:00 DEBUG372\res\CH372UpDown.ico
文件 403 2006-06-30 00:00 DEBUG372\res\CH372UpDown.rc2
文件 1078 2006-06-30 00:00 DEBUG372\res\small.ico
目录 0 2005-07-17 11:45 DEBUG372\
目录 0 2005-07-17 11:45 DOWNFILE\WINDOWS\
文件 36864 2004-12-12 00:00 DOWNFILE\WINDOWS\DOWNFILE.EXE
文件 6953 2004-12-12 00:00 DOWNFILE\WINDOWS\Demo.c
文件 2414 2004-12-12 00:00 DOWNFILE\WINDOWS\DEMO.H
文件 1078 2004-12-12 00:00 DOWNFILE\WINDOWS\DEMO.ICO
文件 675 2004-12-12 00:00 DOWNFILE\WINDOWS\resource.h
文件 4300 2004-12-12 00:00 DOWNFILE\WINDOWS\TransFile.dsp
文件 541 2004-12-12 00:00 DOWNFILE\WINDOWS\TransFile.dsw
文件 1207 2004-12-12 00:00 DOWNFILE\WINDOWS\TransFile.plg
文件 3819 2004-12-12 00:00 DOWNFILE\WINDOWS\Demo.rc
目录 0 2005-07-17 11:45 DOWNFILE\MCU\
文件 3386 2004-12-12 00:00 DOWNFILE\MCU\DATALOAD.C
文件 831 2004-12-12 00:00 DOWNFILE\MCU\DOWNLOAD.HEX
............此处省略91个文件信息
相关资源
- usb hid调试工具
- Labview与CH372CH375的通信测试
- 总线调试工具
- win7 64bit 串口调试工具
- 串口调试工具 SecureCRT
- 企业微信JS-SDK调试工具
- RabbitMQ调试工具
- USB Trace 调试工具
- windbg经典中文教程
- RS485串口调试工具
- 智能电表协议规约调试工具
- surge1.2.6稳定的版本可免越狱安装
- ESP8266程序加上MQTT调试工具
- 台达A2伺服MODBUS通讯调试工具
- 自己做的串口调试工具、包含源代码
- NC600串口调试工具
- VSPD及串口调试工具
- stm32f103驱动ch375b可读写优盘扇区,可
-
yeeli
nk 串口调试工具 - onenet虚拟设备调试工具sandbox_simulate
- Modbus完整资料(Modbus详解电子书 lib
- TCP模拟调试工具
- 101 规约调试工具
- 串口调试工具,共4个XCOM V2.0 原子+C
- NB-IoT串口调试工具
- FT245调试工具。
- MTK 6260调试工具
- 串口设备调试工具
- MODBUS TCP/RTU调试工具,附主子站模拟器
- MQTT 客户端调试工具V1.1
评论
共有 条评论