// MytestView.cpp : implementation of the CMytestView class
//
#include "stdafx.h"
#include "Mytest.h"
#include "math.h"
#include "MytestDoc.h"
#include "MytestView.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CMytestView
IMPLEMENT_DYNCREATE(CMytestView, CView)
BEGIN_MESSAGE_MAP(CMytestView, CView)
//{
{AFX_MSG_MAP(CMytestView)
ON_COMMAND(ID_MENU_ZXSM, OnMenuZxsm)
ON_COMMAND(ID_MENU_YDSM, OnMenuYdsm)
ON_COMMAND(ID_MENU_TYSM, OnMenuTysm)
//}}AFX_MSG_MAP
// Standard printing commands
ON_COMMAND(ID_FILE_PRINT, CView::OnFilePrint)
ON_COMMAND(ID_FILE_PRINT_DIRECT, CView::OnFilePrint)
ON_COMMAND(ID_FILE_PRINT_PREVIEW, CView::OnFilePrintPreview)
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// CMytestView construction/destruction
CMytestView::CMytestVie
椭圆扫描 Bresenham算法 VC++
最新推荐文章于 2023-02-13 14:38:25 发布

最低0.47元/天 解锁文章
7703

被折叠的 条评论
为什么被折叠?



