• 大小: 2.44MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-10-01
  • 语言: 其他
  • 标签: 金刚石  算法  

资源简介

金刚石图案算法 完美运行

资源截图

代码片段和文件信息

// InputDlg.cpp : implementation file
//

#include “stdafx.h“
#include “Test.h“
#include “InputDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CInputDlg dialog


CInputDlg::CInputDlg(CWnd* pParent /*=NULL*/)
: CDialog(CInputDlg::IDD pParent)
{
//{{AFX_DATA_INIT(CInputDlg)
m_n = 30;
m_r = 300.0;
//}}AFX_DATA_INIT
}


void CInputDlg::DoDataExchange(CDataExchange* pDX)
{
CDialog::DoDataExchange(pDX);
//{{AFX_DATA_MAP(CInputDlg)
DDX_Text(pDX IDC_EDIT2 m_r);
DDV_MinMaxDouble(pDX m_r 200. 500.);
DDX_Text(pDX IDC_EDIT1 m_n);
DDV_MinMaxInt(pDX m_n 5 50);
//}}AFX_DATA_MAP
}


BEGIN_MESSAGE_MAP(CInputDlg CDialog)
//{{AFX_MSG_MAP(CInputDlg)
ON_WM_SHOWWINDOW()
//}}AFX_MSG_MAP
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
// CInputDlg message handlers

void CInputDlg::OnShowWindow(BOOL bShow UINT nStatus) 
{
CDialog::OnShowWindow(bShow nStatus);
// TODO: Add your message handler code here
GetDlgItem(IDC_EDIT1)->SetFocus();
((CEdit *)GetDlgItem(IDC_EDIT1))->SetSel(0-1);
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2014-07-03 12:37  案例1-金刚石图案算法\
     目录           0  2014-07-03 12:37  案例1-金刚石图案算法\Debug\
     文件       11806  2014-07-03 12:37  案例1-金刚石图案算法\Debug\InputDlg.obj
     文件       20207  2014-07-03 12:37  案例1-金刚石图案算法\Debug\MainFrm.obj
     文件        4276  2014-07-03 12:37  案例1-金刚石图案算法\Debug\P2.obj
     文件      105890  2014-07-03 12:37  案例1-金刚石图案算法\Debug\StdAfx.obj
     文件      229472  2014-07-03 12:37  案例1-金刚石图案算法\Debug\Test.exe
     文件      337992  2014-07-03 12:37  案例1-金刚石图案算法\Debug\Test.ilk
     文件       23449  2014-07-03 12:37  案例1-金刚石图案算法\Debug\Test.obj
     文件     5497000  2014-07-03 12:37  案例1-金刚石图案算法\Debug\Test.pch
     文件      345088  2014-07-03 12:37  案例1-金刚石图案算法\Debug\Test.pdb
     文件       95948  2014-07-03 12:37  案例1-金刚石图案算法\Debug\Test.res
     文件       14908  2014-07-03 12:37  案例1-金刚石图案算法\Debug\TestDoc.obj
     文件       27729  2014-07-03 12:37  案例1-金刚石图案算法\Debug\TestView.obj
     文件      214016  2014-07-03 12:37  案例1-金刚石图案算法\Debug\vc60.idb
     文件      364544  2014-07-03 12:37  案例1-金刚石图案算法\Debug\vc60.pdb
     文件        1252  2010-09-19 15:29  案例1-金刚石图案算法\InputDlg.cpp
     文件        1206  2009-11-14 16:16  案例1-金刚石图案算法\InputDlg.h
     文件        2369  2006-11-22 15:20  案例1-金刚石图案算法\MainFrm.cpp
     文件        1440  2006-11-22 15:20  案例1-金刚石图案算法\MainFrm.h
     文件         513  2010-09-19 18:23  案例1-金刚石图案算法\P2.cpp
     文件         493  2010-09-19 16:04  案例1-金刚石图案算法\P2.h
     文件        4263  2006-11-22 11:07  案例1-金刚石图案算法\ReadMe.txt
     文件         206  2006-11-22 11:07  案例1-金刚石图案算法\StdAfx.cpp
     文件        1212  2013-02-26 08:30  案例1-金刚石图案算法\StdAfx.h
     文件      119252  2014-07-03 12:37  案例1-金刚石图案算法\Test.aps
     文件        2115  2014-07-03 12:37  案例1-金刚石图案算法\Test.clw
     文件        4230  2010-09-17 17:16  案例1-金刚石图案算法\Test.cpp
     文件        5079  2012-04-25 09:04  案例1-金刚石图案算法\Test.dsp
     文件         531  2006-11-22 11:37  案例1-金刚石图案算法\Test.dsw
     文件        1334  2006-11-22 11:07  案例1-金刚石图案算法\Test.h
............此处省略20个文件信息

评论

共有 条评论