资源简介
分形演化的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()
{
}
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.dwExSt
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 2997 2004-08-03 12:39 7_04\ChildView.cpp
文件 1322 2003-10-30 15:37 7_04\ChildView.h
文件 24904 2004-08-03 12:36 7_04\dla.aps
文件 1744 2004-08-03 14:44 7_04\dla.clw
文件 3636 2003-10-30 15:26 7_04\dla.cpp
文件 4305 2003-10-30 15:26 7_04\dla.dsp
文件 531 2003-10-30 15:26 7_04\dla.dsw
文件 1334 2003-10-30 15:26 7_04\dla.h
文件 123904 2004-08-03 14:44 7_04\dla.ncb
文件 55808 2004-08-03 14:44 7_04\dla.opt
文件 1646 2004-08-03 12:39 7_04\dla.plg
文件 9176 2003-10-30 15:37 7_04\dla.rc
文件 3280 2003-10-30 15:26 7_04\MainFrm.cpp
文件 1744 2003-10-30 15:26 7_04\MainFrm.h
文件 3818 2003-10-30 15:26 7_04\ReadMe.txt
文件 1078 2003-10-30 15:26 7_04\res\dla.ico
文件 395 2003-10-30 15:26 7_04\res\dla.rc2
文件 838 2003-10-30 15:26 7_04\res\Toolbar.bmp
目录 0 2007-09-12 08:37 7_04\res
文件 637 2003-10-30 15:37 7_04\resource.h
文件 205 2003-10-30 15:26 7_04\StdAfx.cpp
文件 1054 2003-10-30 15:26 7_04\StdAfx.h
目录 0 2008-04-17 20:06 7_04
----------- --------- ---------- ----- ----
244356 23
- 上一篇:高精度触摸屏校准软件
- 下一篇:交通灯+扩展功能一定很好用
评论
共有 条评论