• 大小: 0.04M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-03-27
  • 语言: 其他
  • 标签: 其他  

资源简介


用DLA模型模拟植物的生长

资源截图

代码片段和文件信息

// ChildView.cpp : implementation of the CChildView class
//

#include “stdafx.h“
#include “dla.h“
#include “ChildView.h“

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

/////////////////////////////////////////////////////////////////////////////
// CChildView

CChildView::CChildView()
{
r0=5;
  srand(time(NULL));
}

CChildView::~CChildView()
{
}
Randomize();
BEGIN_MESSAGE_MAP(CChildViewCWnd )
//{{AFX_MSG_MAP(CChildView)
ON_WM_PAINT()
ON_COMMAND(ID_PAINT OnDoPaint)
//}}AFX_MSG_MAP
END_MESSAGE_MAP()


/////////////////////////////////////////////////////////////////////////////
// CChildView message handlers

BOOL CChildView::PreCreateWindow(CREATESTRUCT& cs) 
{
if (!CWnd::PreCreateWindow(cs))
return FALSE;

cs.dwExstyle |= WS_EX_CLIENTEDGE;
cs.style &= ~WS_BORDER;
cs.lpszClass = AfxRegisterWndClass(CS_HREDRAW|CS_VREDRAW|CS_DBLCLKS 
::LoadCursor(NULL IDC_ARROW) HBRUSH(COLOR

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

     文件       2711  2004-08-03 12:50  7_05\ChildView.cpp

     文件       1357  2004-05-20 14:54  7_05\ChildView.h

     文件      24868  2004-05-20 14:06  7_05\dla.aps

     文件       1809  2004-05-20 14:58  7_05\dla.clw

     文件       3666  2004-05-20 14:23  7_05\dla.cpp

     文件       4305  2003-10-30 15:26  7_05\dla.dsp

     文件        531  2003-10-30 15:26  7_05\dla.dsw

     文件       1334  2003-10-30 15:26  7_05\dla.h

     文件     189440  2004-08-03 14:52  7_05\dla.ncb

     文件      54784  2004-08-03 14:52  7_05\dla.opt

     文件       1506  2004-08-03 12:50  7_05\dla.plg

     文件       9176  2003-10-30 15:37  7_05\dla.rc

     文件       3331  2004-05-20 15:12  7_05\MainFrm.cpp

     文件       1642  2004-05-20 14:25  7_05\MainFrm.h

     文件       3818  2003-10-30 15:26  7_05\ReadMe.txt

     文件       1078  2003-10-30 15:26  7_05\res\dla.ico

     文件        395  2003-10-30 15:26  7_05\res\dla.rc2

     文件        838  2003-10-30 15:26  7_05\res\Toolbar.bmp

     目录          0  2007-09-12 08:37  7_05\res

     文件        637  2003-10-30 15:37  7_05\resource.h

     文件        205  2003-10-30 15:26  7_05\StdAfx.cpp

     文件       1073  2004-05-20 15:30  7_05\StdAfx.h

     目录          0  2008-04-17 20:06  7_05

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

               308504                    23


评论

共有 条评论