• 大小: 47KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-01-02
  • 语言: C/C++
  • 标签:   多边形  MFC  

资源简介

用射线法判断点是否在多边形中,编译环境VC6.0,鼠标左键实现绘制多边形,右键进行判断。

资源截图

代码片段和文件信息

// 21513119.cpp : Defines the class behaviors for the application.
//

#include “stdafx.h“
#include “21513119.h“

#include “MainFrm.h“
#include “21513119Doc.h“
#include “21513119View.h“

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

/////////////////////////////////////////////////////////////////////////////
// CMy21513119App

BEGIN_MESSAGE_MAP(CMy21513119App CWinApp)
//{{AFX_MSG_MAP(CMy21513119App)
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::On

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2015-05-25 23:58  21513119\
     文件       45288  2015-05-25 23:57  21513119\21513119.aps
     文件        3330  2015-05-25 23:58  21513119\21513119.clw
     文件        4273  2015-05-24 09:55  21513119\21513119.cpp
     文件        4928  2015-05-25 23:58  21513119\21513119.dsp
     文件         524  2015-05-24 09:55  21513119\21513119.dsw
     文件        1388  2015-05-24 09:55  21513119\21513119.h
     文件       74752  2015-05-25 23:58  21513119\21513119.ncb
     文件       50688  2015-05-25 23:58  21513119\21513119.opt
     文件        1242  2015-05-25 23:58  21513119\21513119.plg
     文件       13184  2015-05-25 23:57  21513119\21513119.rc
     文件        1816  2015-05-24 09:55  21513119\21513119Doc.cpp
     文件        1511  2015-05-24 09:55  21513119\21513119Doc.h
     文件        4766  2015-05-25 23:58  21513119\21513119View.cpp
     文件        2214  2015-05-25 23:52  21513119\21513119View.h
     文件        2509  2015-05-24 09:55  21513119\MainFrm.cpp
     文件        1581  2015-05-24 09:55  21513119\MainFrm.h
     文件         929  2015-05-25 23:48  21513119\NO.cpp
     文件        1173  2015-05-25 23:48  21513119\NO.h
     文件        4373  2015-05-24 09:55  21513119\ReadMe.txt
     文件         210  2015-05-24 09:55  21513119\StdAfx.cpp
     文件        1054  2015-05-24 09:55  21513119\StdAfx.h
     文件         989  2015-05-25 23:56  21513119\WARNING.cpp
     文件        1223  2015-05-25 23:56  21513119\WARNING.h
     文件         941  2015-05-25 23:42  21513119\YES.cpp
     文件        1183  2015-05-25 23:42  21513119\YES.h
     目录           0  2015-05-24 09:55  21513119\res\
     文件        1078  2015-05-24 09:55  21513119\res\21513119.ico
     文件         400  2015-05-24 09:55  21513119\res\21513119.rc2
     文件        1078  2015-05-24 09:55  21513119\res\21513119Doc.ico
     文件        1078  2015-05-24 09:55  21513119\res\Toolbar.bmp
............此处省略1个文件信息

评论

共有 条评论