• 大小: 38KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-05-28
  • 语言: 其他
  • 标签: 回文数  

资源简介

工程类,通过控制台输入起始和结束数字,找寻其中的回文数

资源截图

代码片段和文件信息

// Diginput.cpp : implementation file
//

#include “stdafx.h“
#include “Easy7.h“
#include “Diginput.h“

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

/////////////////////////////////////////////////////////////////////////////
// CDiginput dialog


CDiginput::CDiginput(CWnd* pParent /*=NULL*/)
: CDialog(CDiginput::IDD pParent)
{
//{{AFX_DATA_INIT(CDiginput)
m_sx = 0;
m_ex = 0;
//}}AFX_DATA_INIT
}


void CDiginput::DoDataExchange(CDataExchange* pDX)
{
CDialog::DoDataExchange(pDX);
//{{AFX_DATA_MAP(CDiginput)
DDX_Text(pDX IDC_SX m_sx);
DDX_Text(pDX IDC_EX m_ex);
//}}AFX_DATA_MAP
}


BEGIN_MESSAGE_MAP(CDiginput CDialog)
//{{AFX_MSG_MAP(CDiginput)
// NOTE: the ClassWizard will add message map macros here
//}}AFX_MSG_MAP
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
// CDiginput message handlers

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件        970  2014-06-29 13:45  Easy7\Diginput.cpp

     文件       1210  2014-06-29 13:45  Easy7\Diginput.h

     文件      28400  2014-07-03 14:24  Easy7\Easy7.aps

     文件       2615  2014-07-03 14:25  Easy7\Easy7.clw

     文件       4191  2014-06-29 12:22  Easy7\Easy7.cpp

     文件       4662  2014-06-29 14:05  Easy7\Easy7.dsp

     文件        518  2014-06-29 12:22  Easy7\Easy7.dsw

     文件       1345  2014-06-29 12:22  Easy7\Easy7.h

     文件      99328  2014-07-03 14:25  Easy7\Easy7.ncb

     文件      49664  2014-07-03 14:25  Easy7\Easy7.opt

     文件        818  2014-07-03 13:31  Easy7\Easy7.plg

     文件      11719  2014-06-30 13:15  Easy7\Easy7.rc

     文件       1722  2014-06-29 12:22  Easy7\Easy7Doc.cpp

     文件       1464  2014-06-29 12:22  Easy7\Easy7Doc.h

     文件       3520  2014-06-30 15:04  Easy7\Easy7View.cpp

     文件       1813  2014-06-30 14:04  Easy7\Easy7View.h

     文件       2506  2014-06-29 12:22  Easy7\MainFrm.cpp

     文件       1603  2014-06-29 14:02  Easy7\MainFrm.h

     文件       4287  2014-06-29 12:22  Easy7\ReadMe.txt

     文件       1078  2014-06-29 12:22  Easy7\res\Easy7.ico

     文件        397  2014-06-29 12:22  Easy7\res\Easy7.rc2

     文件       1078  2014-06-29 12:22  Easy7\res\Easy7Doc.ico

     文件       1078  2014-06-29 12:22  Easy7\res\Toolbar.bmp

     文件        776  2014-06-29 13:48  Easy7\resource.h

     文件        207  2014-06-29 12:22  Easy7\StdAfx.cpp

     文件       1054  2014-06-29 12:22  Easy7\StdAfx.h

     目录          0  2014-07-03 17:09  Easy7\res

     目录          0  2014-07-03 17:09  Easy7

----------- ---------  ---------- -----  ----

               228023                    28

............此处省略1个文件信息

评论

共有 条评论