资源简介
在直线和圆的基础上添加了画多边形,其画法是鼠标左键依次点击多边形的每个定点,点击右键最后一条边画好,形成多边形,基于VC6.0的C++编写。
代码片段和文件信息
// 31509030.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “31509030.h“
#include “MainFrm.h“
#include “31509030Doc.h“
#include “31509030View.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CMy31509030App
BEGIN_MESSAGE_MAP(CMy31509030App CWinApp)
//{{AFX_MSG_MAP(CMy31509030App)
ON_COMMAND(ID_APP_ABOUT OnAppAbout)
// 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
// Standard file based document commands
ON_COMMAND(ID_FILE_NEW CWinApp::OnFileNew)
ON_COMMAND(ID_FILE_OPEN CWinApp::OnFileOpen)
// Standard print setup command
ON_COMMAND(ID_FILE_PRINT_SETUP CWinApp::OnFilePrintSetup)
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// CMy31509030App construction
CMy31509030App::CMy31509030App()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}
/////////////////////////////////////////////////////////////////////////////
// The one and only CMy31509030App object
CMy31509030App theApp;
/////////////////////////////////////////////////////////////////////////////
// CMy31509030App initialization
BOOL CMy31509030App::InitInstance()
{
AfxEnableControlContainer();
// Standard initialization
// If you are not using these features and wish to reduce the size
// of your final executable you should remove from the following
// the specific initialization routines you do not need.
#ifdef _AFXDLL
Enable3dControls(); // Call this when using MFC in a shared DLL
#else
Enable3dControlsStatic(); // Call this when linking to MFC statically
#endif
// Change the registry key under which our settings are stored.
// TODO: You should modify this string to be something appropriate
// such as the name of your company or organization.
SetRegistryKey(_T(“Local AppWizard-Generated Applications“));
LoadStdProfileSettings(); // Load standard INI file options (including MRU)
// Register the application‘s document templates. Document templates
// serve as the connection between documents frame windows and views.
CSingleDocTemplate* pDocTemplate;
pDocTemplate = new CSingleDocTemplate(
IDR_MAINframe
RUNTIME_CLASS(CMy31509030Doc)
RUNTIME_CLASS(CMainframe) // main SDI frame window
RUNTIME_CLASS(CMy31509030View));
AddDocTemplate(pDocTemplate);
// Parse command line for standard shell commands DDE file open
CCommandLineInfo cmdInfo;
ParseCommandLine(cmdInfo);
// Dispatch commands specified on the command line
if (!ProcessShellCommand(cmdInfo))
return FALSE;
// The one and only window has been initialized so show and update it.
m_pMainWnd->ShowWindow(SW
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 44772 2016-03-18 15:11 直线、圆、多边形\31509030\31509030.aps
文件 2561 2016-03-18 15:28 直线、圆、多边形\31509030\31509030.clw
文件 4273 2016-03-16 17:09 直线、圆、多边形\31509030\31509030.cpp
文件 4597 2016-03-16 17:09 直线、圆、多边形\31509030\31509030.dsp
文件 524 2016-03-16 17:09 直线、圆、多边形\31509030\31509030.dsw
文件 1388 2016-03-16 17:09 直线、圆、多边形\31509030\31509030.h
文件 74752 2016-03-18 15:28 直线、圆、多边形\31509030\31509030.ncb
文件 48640 2016-03-18 15:28 直线、圆、多边形\31509030\31509030.opt
文件 250 2016-03-18 15:28 直线、圆、多边形\31509030\31509030.plg
文件 12262 2016-03-18 15:11 直线、圆、多边形\31509030\31509030.rc
文件 1816 2016-03-16 17:09 直线、圆、多边形\31509030\31509030Doc.cpp
文件 1511 2016-03-16 17:09 直线、圆、多边形\31509030\31509030Doc.h
文件 15840 2016-03-18 15:28 直线、圆、多边形\31509030\31509030View.cpp
文件 2962 2016-03-18 15:25 直线、圆、多边形\31509030\31509030View.h
文件 2371 2016-03-16 20:56 直线、圆、多边形\31509030\MainFrm.cpp
文件 1440 2016-03-16 20:56 直线、圆、多边形\31509030\MainFrm.h
文件 4373 2016-03-16 17:09 直线、圆、多边形\31509030\ReadMe.txt
文件 1078 2016-03-16 17:09 直线、圆、多边形\31509030\res\31509030.ico
文件 400 2016-03-16 17:09 直线、圆、多边形\31509030\res\31509030.rc2
文件 1078 2016-03-16 17:09 直线、圆、多边形\31509030\res\31509030Doc.ico
文件 1078 2016-03-16 17:09 直线、圆、多边形\31509030\res\Toolbar.bmp
文件 924 2016-03-18 15:11 直线、圆、多边形\31509030\resource.h
文件 210 2016-03-16 17:09 直线、圆、多边形\31509030\StdAfx.cpp
文件 1054 2016-03-16 17:09 直线、圆、多边形\31509030\StdAfx.h
目录 0 2017-11-02 16:39 直线、圆、多边形\31509030\res
目录 0 2017-11-02 16:39 直线、圆、多边形\31509030
目录 0 2017-11-02 16:39 直线、圆、多边形
----------- --------- ---------- ----- ----
230154 27
............此处省略0个文件信息
- 上一篇:c语言 条形码识别
- 下一篇:OpenCv实现两个图片的相似度
相关资源
- opencv椭圆拟合长短轴比
- 激光雷达数据读取、显示、分割、直
- 画线算法C++的实现-鼠标交互
- 球的绘制与消隐
- 立方体的绘制与消隐
- 计算机图形学教程第二版实验生成“
- 计算机图形学图形的区域填充
- 计算机图形学正十二面体旋转
- 梁友栋-Barsky直线裁剪算法 VC实现
- hough检测直线的程序
- 基于VC6.0的Bresenham直线算法
- Liang-Barsky直线段剪裁算法
- 计算机图形学消隐实验转
- 计算机图形学实验报告
- LSD直线提取算法Opencv
- 计算机图形学,实现茶壶旋转,颜色
- C++MFC画圆源代码
- VC++计算机图形学制作二维图形变换代
- 计算机图形学作业原创C/C++ VC++6.0,
- 基于OpenGL的DDA算法画直线段
- VC++6.0编写的画图软件
- OpenGL_NURBS闭曲线_圆.rar
- C语言圆弧插补源代码
- 椭圆曲线ECC基本参数的生成(C++)
- Qt实现可拉伸矩形、圆等,可旋转角度
- C++实战源码-绘制圆弧
- C++实战源码-绘制圆形
- C++实战源码-椭圆形窗体
- C++实战源码-去除椭圆下图片内容
- C++实战源码-保留椭圆下图像内容
评论
共有 条评论