资源简介
又一个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++ ACCESS数据库
- 功能非常全的数字图像处理程序含源
- 家庭财务系统,可在devc++上直接运行
- 特殊矩阵和压缩存储
- VC++磁盘MBR读写程序,测试通过
- 图像点运算VC++程序
- 摄影测量直接线性变换DLTVC++程序代码
- 用VC++6.0开发监控界面的方法
- VC++ 基于IE内核功能很齐全的浏览器(
- (转)VC老版主薄荷用VC++6.0写的TCP
- 网络对战象棋游戏源代码
- vc++ 彩色图与灰度图的转换
- VC++ 迷宫游戏
- VC++压缩解压zip文件支持密码
- vc++ opengl 下雪场景实现
- VC++制作的屏幕录像
- BP神经网络VC++实现
- 图像拼接使用VC++实现完成两幅又重叠
- VC++使用SQL查询操作数据库
- 读取串口数据并画出曲线图的VC++程序
- 用WINSOCK实现聊天室的VC++程序设计
- 学生成绩管理系统 C、VC++
- 利用ICMP数据包探测网络中的活动主机
- 使用败者树实现外排序vc++
- LIBCID.LIB
- 步态识别C++实现
- VC++编写的音频播放器代码
- 服务端Node.js和VC++程序间通过SOCKET通信
- VC++School管理系统(学生、教师、在职
- 实验二、GIS图形数据对象的组织一
评论
共有 条评论