资源简介
用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
- 上一篇:unity水资源
- 下一篇:金蝶OA协同办公软件数据库设计说明书
相关资源
- [C51单片机开发工具Keil.UV4].Keil.C51.V9
- Deep_Learning_2016.pdf
- zw_Classification1.zip
- Griffiths-IntroductiontoElectrodynamics4thEdit
- ParaViewTutorial.pdf
- xyisv_10236804.zip
- 计算机图形学第4版高清电子书.pdf
- 《多粒度知识获取与不确定性度量》
- 华成英模电课件.zip
- 70d0cd041f738f12db575d3b46e97582.pdf
- OfficeTabEnterprise13.1.zip
- wxu998.rar
- PowerDesigner16.5汉化文件.rar
- jsgis.zip
- PinyinIME(关键代码写了注释).zip
- 锁相环设计、仿真与应用第5版中.pd
- novelOnLine.zip
- SingleSensorImagingMethodsandApplicationsforDi
- ControlSystemsEngineering7th(NormanS.Nise)
- ModernControlSystems13th(RichardC.Dorf).ra
- VectorMagic_1.15pojie.rar
- complexityoflattice__problems.pdf
- xnby_883749.zip
- TOGAF培训讲义-周金根.pdf
- OS12.2驱动,手机虚拟定位软件,Loca
- 大话系列-大话数据结构(pdf高清版)
- 梁宁产品经理思维30讲.pdf
- CHI760E辰华电化学工作站软件最新版
- SAPERPHCM葵花宝典系列之配置指南(电
- TangZhuoLin.rar
评论
共有 条评论