资源简介
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个文件信息
相关资源
- 串口 网络调试工具
- SSCOM4.2串口调试工具
- 最好用的TCP+UDP+UART调试工具
- QT编写的串口设备调试工具终极版
- 串口调试工具sscom5.11
- 用于测试双网卡的网络调试工具
- linux tcp udp 调试工具
- STM32+ch375读取U盘源代码
- dos串口调试工具串口抓包程序
- labview版串口调试工具
- 串口调试工具BITBOY
- 移远调试工具
- 645协议调试工具
- TCP UDP socket调试工具
- TCP/UDP Socket调试工具 V2.3
- MSMQ、RabbitMQ、ActiveMQ消息队列调试工具
- 串口(uart)TelnetSSH调试工具putty
- SScom33.exe很好用的串口调试工具
- 网络调试工具NetAssist
- TCP/UDP Socket调试工具
- TCP/IP调试助手
- 用QT5写简单的串口调试工具
- USR-TCP232-Test调试工具
- TCPUDPDbg 网络调试工具
- TCP UDP 调试工具,发包收包工具
- 串口/I2C调试工具
- 内存泄露调试工具VLD(Visual Leak Dete
- 蓝牙串口调试软件APP
- O-ComTool V2.0.0 串口调试助手 工具
- 串口精灵调试工具 侦测RS232/422/485串
评论
共有 条评论