• 大小: 447KB
    文件类型: .7z
    金币: 1
    下载: 0 次
    发布日期: 2021-01-11
  • 语言: 其他
  • 标签: dsp  

资源简介

7-zip 压缩,内含word说明文档、上位机软件、下位机软件。送给有用的人。

资源截图

代码片段和文件信息

// Comdlg.cpp : implementation file
//

#include “stdafx.h“
#include “Dsp7.h“
#include “Comdlg.h“

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

/////////////////////////////////////////////////////////////////////////////
// CComdlg dialog


CComdlg::CComdlg(CWnd* pParent /*=NULL*/)
: CDialog(CComdlg::IDD pParent)
{
//{{AFX_DATA_INIT(CComdlg)
m_code = _T(““);
m_end = _T(““);
m_init = _T(““);
m_len = _T(““);
//}}AFX_DATA_INIT
}


void CComdlg::DoDataExchange(CDataExchange* pDX)
{
CDialog::DoDataExchange(pDX);
//{{AFX_DATA_MAP(CComdlg)
DDX_Text(pDX IDC_EDIT_CODE m_code);
DDV_MaxChars(pDX m_code 4);
DDX_Text(pDX IDC_EDIT_END m_end);
DDV_MaxChars(pDX m_end 4);
DDX_Text(pDX IDC_EDIT_

评论

共有 条评论