资源简介
代码都是编译通过的,自己实验课做的,有关于扫描线种子填充算法和基本的种子填充算法,放心下载,如果有什么问题可以相互交流,我也是小白一个。
代码片段和文件信息
// MainFrm.cpp : implementation of the CMainframe class
//
#include “stdafx.h“
#include “tiger1.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
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2020-04-24 09:04 tiger1\
目录 0 2020-04-24 08:47 tiger1\Debug\
文件 19635 2020-04-23 15:36 tiger1\Debug\MainFrm.obj
文件 105370 2020-04-23 15:36 tiger1\Debug\StdAfx.obj
文件 131118 2020-04-24 08:47 tiger1\Debug\tiger1.exe
文件 325432 2020-04-24 08:47 tiger1\Debug\tiger1.ilk
文件 22662 2020-04-23 15:36 tiger1\Debug\tiger1.obj
文件 5497452 2020-04-23 15:36 tiger1\Debug\tiger1.pch
文件 451584 2020-04-24 08:47 tiger1\Debug\tiger1.pdb
文件 7276 2020-04-23 15:36 tiger1\Debug\tiger1.res
文件 14435 2020-04-23 15:36 tiger1\Debug\tiger1Doc.obj
文件 62411 2020-04-24 08:47 tiger1\Debug\tiger1View.obj
文件 222208 2020-04-24 08:47 tiger1\Debug\vc60.idb
文件 397312 2020-04-24 08:47 tiger1\Debug\vc60.pdb
文件 2507 2020-04-22 10:41 tiger1\MainFrm.cpp
文件 1581 2020-04-22 10:41 tiger1\MainFrm.h
文件 4311 2020-04-22 10:41 tiger1\ReadMe.txt
文件 494 2020-04-22 10:41 tiger1\Resource.h
文件 208 2020-04-22 10:41 tiger1\StdAfx.cpp
文件 1054 2020-04-22 10:41 tiger1\StdAfx.h
目录 0 2020-04-22 10:41 tiger1\res\
文件 1078 2020-04-22 10:41 tiger1\res\Toolbar.bmp
文件 1078 2020-04-22 10:41 tiger1\res\tiger1.ico
文件 398 2020-04-22 10:41 tiger1\res\tiger1.rc2
文件 1078 2020-04-22 10:41 tiger1\res\tiger1Doc.ico
文件 1955 2020-04-22 10:41 tiger1\tiger1.clw
文件 4209 2020-04-22 10:41 tiger1\tiger1.cpp
文件 4555 2020-04-22 10:41 tiger1\tiger1.dsp
文件 518 2020-04-22 10:41 tiger1\tiger1.dsw
文件 1356 2020-04-22 10:41 tiger1\tiger1.h
文件 58368 2020-04-24 09:04 tiger1\tiger1.ncb
............此处省略7个文件信息
相关资源
- TCP通信存入数据库
- Flappy Bird 试验版
- IGS数据工具
- PDF阅读器源码
- 综合使用作业调度和进程调度模拟作
- iProTool.zip
- AutoCAD绘图交换文件DXF实体对象说明
- SkinSharp 完整破解版 带51款皮肤
- 使用winring监控cpu温度
- PC远程控制程序
- 旅行模拟查询系统
- a* 算法 人工智能 拼图游戏
- 中国地图着色
- 最简单的基于DirectShow的
- DirectShow的视频播放器.rar
- 车辆与车道线的检测与跟踪
- MDI子窗口管理及子窗口创建
- 实现Bresenham算法画任意斜率直线
- 利用鼠标绘制圆和椭圆
- 图形学多边形裁剪绘制实验
- TCP客户端与服务器
- 网络编程实用教程资料
- 计算机图形学画线,画圆,扫面线填
- Cy7c68013a-USB测试工具v1.5
- 立方体线框模型透视投影 计算机图形
- 在子窗口中调用父窗口的成员函数的
- BCGControlBarPro v22.1正式版源代码、
- 编写一个Windows应用程序,要求在窗口
- 动态绘制圆弧
- 面向对象程序设计课程设计-图书管理
评论
共有 条评论