资源简介
又一个douglas道格拉斯VC++算法例子

代码片段和文件信息
// ChildFrm.cpp : implementation of the CChildframe class
// Download by http://www.codefans.net
#include “stdafx.h“
#include “douglas.h“
#include “ChildFrm.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CChildframe
IMPLEMENT_DYNCREATE(CChildframe CMDIChildWnd)
BEGIN_MESSAGE_MAP(CChildframe CMDIChildWnd)
//{{AFX_MSG_MAP(CChildframe)
// NOTE - the ClassWizard will add and remove mapping macros here.
// DO NOT EDIT what you see in these blocks of generated code !
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// CChildframe construction/destruction
CChildframe::CChildframe()
{
// TODO: add member initialization code here
}
CChildframe::~CChildframe()
{
}
BOOL CChildframe::PreCreateWindow(CREATESTRUCT& cs)
{
// TODO: Modify the Window class or styles here by modifying
// the CREATESTRUCT cs
if( !CMDIChildWnd::PreCreateWindow(cs) )
return FALSE;
return TRUE;
}
/////////////////////////////////////////////////////////////////////////////
// CChildframe diagnostics
#ifdef _DEBUG
void CChildframe::AssertValid() const
{
CMDIChildWnd::AssertValid();
}
void CChildframe::Dump(CDumpContext& dc) const
{
CMDIChildWnd::Dump(dc);
}
#endif //_DEBUG
/////////////////////////////////////////////////////////////////////////////
// CChildframe message handlers
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 1570 2013-08-15 11:07 ChildFrm.cpp
文件 1397 2010-03-27 13:18 ChildFrm.h
文件 780 2013-08-15 11:07 CMap.cpp
文件 365 2010-03-27 15:18 CMap.h
文件 338 2010-03-27 15:18 CPolyLine.h
文件 27114 2009-04-16 10:46 data.txt
文件 30036 2013-08-15 11:05 douglas.aps
文件 2932 2013-08-15 11:05 douglas.clw
文件 4444 2013-08-15 11:07 douglas.cpp
文件 5207 2010-03-28 00:35 douglas.dsp
文件 520 2010-03-27 13:18 douglas.dsw
文件 1367 2010-03-27 13:18 douglas.h
文件 13312 2010-03-27 23:36 douglas.rc
文件 2336 2010-03-27 20:35 douglasDoc.cpp
文件 1503 2010-03-27 20:27 douglasDoc.h
文件 4370 2010-03-28 00:35 douglasView.cpp
文件 1923 2010-03-28 00:09 douglasView.h
文件 2560 2013-08-15 11:07 MainFrm.cpp
文件 1542 2010-03-27 13:18 MainFrm.h
文件 3708 2010-03-24 20:01 myAPI.cpp
文件 1339 2010-03-24 20:23 myAPI.h
文件 2417 2013-08-15 11:07 mydouglas.cpp
文件 606 2010-03-27 20:29 mydouglas.h
文件 607 2010-03-27 21:17 MyLine.cpp
文件 439 2010-03-27 20:07 MyLine.h
文件 247 2013-08-15 11:07 MyPoint.cpp
文件 392 2010-03-27 19:12 MyPoint.h
文件 4793 2010-03-27 13:18 ReadMe.txt
目录 0 2013-08-15 11:04 res\
文件 1078 2010-03-27 13:18 res\douglas.ico
文件 399 2010-03-27 13:18 res\douglas.rc2
............此处省略7个文件信息
相关资源
- VC++ 多线程文件读写操作
- 移木块游戏,可以自编自玩,vc6.0编写
- VC++MFC小游戏实例教程(实例)+MFC类库
- VC++实现CMD命令执行与获得返回信息
- VC++基于OpenGL模拟的一个3维空间模型
- 基于VC++的SolidWorks二次开发SolidWorks
- 派克变换VC++源码(附文档)
- VC++ 串口
- VC++ 大富翁4_大富翁游戏源码
- VC++ 摄像头视频采集与回放源程序
- 转 VC++ 实现电子邮件(Email)发送
- 基于MFC的VC++仿QQ浏览器源码(雏形)
- VC++ 服务程序编写及安装与卸载
- VC++6.0番茄西红柿VAXvirsual assist X完美破
- 基于改进的fcm算法的图像分割vc++
- VC++6.0 绿色版,免安装,非常好用。
- Microsoft Visual C++ 2005 Redistributable Pack
- VC++MFC课程设计的学生成绩管理系统
- 大智慧365DLL插件设计
- VC++6.0汉化包
- VC++完整商业界面源码(再上传)
- VC++编程技术600个大型项目源码.rar
- VC++实现RSA加密算法
- VC++ 中国象棋经典游戏源代码
- 郁金香VC++游戏辅助视频教程
- C语言进阶源码---基于graphics实现图书
- 摄影测量相对定向VC++程序
- VC++数字图像处理典型算法及实现
- VC++酒店客房管理系统 MFC
- 车站计算机联锁vc++6.0程序代码
评论
共有 条评论