资源简介
网格剖分算法,,自动生成三角网格及四边形网格。。有限
代码片段和文件信息
// MainFrm.cpp : implementation of the CMainframe class
//
#include “stdafx.h“
#include “testDelaunay.h“
#include “MainFrm.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CMainframe
IMPLEMENT_DYNCREATE(CMainframe CframeWnd)
BEGIN_MESSAGE_MAP(CMainframe CframeWnd)
//{{AFX_MSG_MAP(CMainframe)
// NOTE - the ClassWizard will add and remove mapping macros here.
// DO NOT EDIT what you see in these blocks of generated code !
ON_WM_CREATE()
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
static UINT indicators[] =
{
ID_SEPARATOR // status line indicator
ID_INDICATOR_CAPS
ID_INDICATOR_NUM
ID_INDICATOR_SCRL
};
/////////////////////////////////////////////////////////////////////////////
// CMainframe construction/destruction
CMainframe::CMainframe()
{
// TODO: add member initialization code here
}
CMainframe::~CMainframe()
{
}
int CMainframe::OnCreate(LPCREATESTRUCT lpCreateStruct)
{
if (CframeWnd::OnCreate(lpCreateStruct) == -1)
return -1;
if (!m_wndToolBar.CreateEx(this TBstyle_FLAT WS_CHILD | WS_VISIBLE | CBRS_TOP
| CBRS_GRIPPER | CBRS_TOOLTIPS | CBRS_FLYBY | CBRS_SIZE_DYNAMIC) ||
!m_wndToolBar.LoadToolBar(IDR_MAINframe))
{
TRACE0(“Failed to create toolbar\n“);
return -1; // fail to create
}
if (!m_wndStatusBar.Create(this) ||
!m_wndStatusBar.SetIndicators(indicators
sizeof(indicators)/sizeof(UINT)))
{
TRACE0(“Failed to create status bar\n“);
return -1; // fail to create
}
// TODO: Delete these three lines if you don‘t want the toolbar to
// be dockable
m_wndToolBar.EnableDocking(CBRS_ALIGN_ANY);
EnableDocking(CBRS_ALIGN_ANY);
DockControlBar(&m_wndToolBar);
return 0;
}
BOOL CMainframe::PreCreateWindow(CREATESTRUCT& cs)
{
if( !CframeWnd::PreCreateWindow(cs) )
return FALSE;
// TODO: Modify the Window class or styles here by modifying
// the CREATESTRUCT cs
return TRUE;
}
/////////////////////////////////////////////////////////////////////////////
// CMainframe diagnostics
#ifdef _DEBUG
void CMainframe::AssertValid() const
{
CframeWnd::AssertValid();
}
void CMainframe::Dump(CDumpContext& dc) const
{
CframeWnd::Dump(dc);
}
#endif //_DEBUG
/////////////////////////////////////////////////////////////////////////////
// CMainframe message handlers
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 1352 2007-04-29 12:01 testDelaunay\debug.txt
文件 53760 2007-04-29 16:20 testDelaunay\testDelaunay.opt
文件 2390 2007-04-29 11:19 testDelaunay\testDelaunay.clw
文件 13403 2007-04-29 12:28 testDelaunay\testDelaunayView.cpp
文件 2764 2007-04-29 12:24 testDelaunay\testDelaunayView.h
文件 4455 2007-04-28 20:51 testDelaunay\ReadMe.txt
文件 1422 2007-04-28 20:51 testDelaunay\testDelaunay.h
文件 4317 2007-04-28 20:51 testDelaunay\testDelaunay.cpp
文件 1054 2007-04-28 20:51 testDelaunay\StdAfx.h
文件 214 2007-04-28 20:51 testDelaunay\StdAfx.cpp
文件 1581 2007-04-28 20:51 testDelaunay\MainFrm.h
文件 2513 2007-04-28 20:51 testDelaunay\MainFrm.cpp
文件 1541 2007-04-28 20:51 testDelaunay\testDelaunayDoc.h
文件 1862 2007-04-28 20:51 testDelaunay\testDelaunayDoc.cpp
文件 500 2007-04-28 20:51 testDelaunay\Resource.h
文件 10637 2007-04-28 20:51 testDelaunay\testDelaunay.rc
文件 549 2007-04-28 20:51 testDelaunay\testDelaunay.dsw
文件 1205 2007-04-29 12:28 testDelaunay\testDelaunay.plg
文件 28788 2007-04-28 21:04 testDelaunay\testDelaunay.aps
文件 4678 2007-04-28 21:11 testDelaunay\testDelaunay.dsp
文件 10202112 2008-03-21 12:11 testDelaunay\testDelaunay.ncb
文件 8411 2008-03-21 10:32 testDelaunay\testDelaunay.vcproj
文件 888 2008-03-21 10:32 testDelaunay\testDelaunay.sln
..A..H. 10240 2008-03-21 12:11 testDelaunay\testDelaunay.suo
文件 1401 2008-03-21 12:11 testDelaunay\testDelaunay.vcproj.QQ.Administrator.user
文件 404 2007-04-28 20:51 testDelaunay\res\testDelaunay.rc2
文件 1078 2007-04-28 20:51 testDelaunay\res\testDelaunayDoc.ico
文件 1078 2007-04-28 20:51 testDelaunay\res\testDelaunay.ico
文件 1078 2007-04-28 20:51 testDelaunay\res\Toolbar.bmp
目录 0 2008-03-21 13:39 testDelaunay\Debug
............此处省略6个文件信息
相关资源
- PLC开源资料
- STM8L051.串口接收IDLE中断.zip
- The_C_Programming_Language(英文版)
- 广东工业大学题目详解含截图Anyview
- 基于单片机的多功能路灯自动控制系
- 嵌入式实时操作系统ucos原理和实践
- pdf417编码和解码
- PID控制算法大全经典
- 征服C指针.pdf完整高清版
- stm32f407对ds18b20温度传感器数据的采集
- MISRA C 2012中英文对照版本
- 操作系统设计与实现(第三版影印版
- vxworks下61850 MMS库源码
- 数据结构题集+答案 完全版 严蔚敏p
- C Primer Plus第六版英文原版非扫描版
- census 算法
- 基于MIRACL库下的SM2密钥交换的实现
- 最全的C库函数源代码
- STM32F1读取SBUS接收机数据
- Pointers on C with programs
- 西文图书管理
- 多核多线程技术 (高清 带书签) (
- BT协议分析以及C现实
- A*算法解决旅行商问题
- 智能车载空气净化器的完整设计
- 单片机课程设计:数字电压表8路通道
- 无人超市管理系统.rar
- stm8 红外收发
- C Primer Plus (第6版) 中文版 mobi Kin
- PIX4飞控+光流源代码
评论
共有 条评论