• 大小: 304KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-06-16
  • 语言: 其他
  • 标签: ch372  ch375  调试工具  

资源简介

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个文件信息

评论

共有 条评论