• 大小: 3.64MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-11-14
  • 语言: 其他
  • 标签: 圆拟合  

资源简介

VC实现最小二乘法圆拟合,加载空白图片后,鼠标左键点击3次开始运行

资源截图

代码片段和文件信息

// ChildFrm.cpp : implementation of the CChildframe class
//

#include “stdafx.h“
#include “IPLab.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

void CChildframe::Activateframe(int nCmdShow) 
{
nCmdShow=SW_MAXIMIZE;

CMDIChildWnd::Activateframe(nCmdShow);
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       3178  2006-10-03 19:30  IPLab.clw

     文件       4519  2006-06-29 13:48  IPLab.cpp

     文件       5632  2006-10-03 19:32  IPLab.dsp

     文件        535  2006-06-19 13:23  IPLab.dsw

     文件       1434  2006-06-27 15:50  IPLab.h

     文件     140288  2006-10-09 21:18  IPLab.ncb

     文件      54784  2006-10-09 21:18  IPLab.opt

     文件       2161  2006-10-04 22:22  IPLab.plg

     文件      13886  2006-10-03 19:20  IPLab.rc

     文件      10164  2006-10-03 19:22  IPLabDoc.cpp

     文件       1943  2006-10-03 19:21  IPLabDoc.h

     文件      12817  2006-10-03 19:56  IPLabView.cpp

     文件       3468  2006-10-03 19:41  IPLabView.h

     文件       2741  2006-06-19 14:37  MainFrm.cpp

     文件       1600  2006-06-19 14:31  MainFrm.h

     文件       2588  2005-11-15 20:27  QGdiPlus.h

     文件        821  2006-10-03 19:27  ReadMe.txt

     文件       1573  2006-10-03 19:20  resource.h

     文件        706  2006-06-28 15:44  StdAfx.cpp

     文件       1162  2006-06-28 15:43  StdAfx.h

     文件       1608  2006-06-27 15:47  ViewActionbase.cpp

     文件       1263  2006-06-22 17:18  ViewActionbase.h

     文件      10228  2006-06-29 10:41  ViewActionEditTool.cpp

     文件       2321  2006-10-03 19:40  ViewActionEditTool.h

     文件       3815  2006-10-04 22:22  ViewActionImageTool.cpp

     文件       1184  2006-10-03 21:05  ViewActionImageTool.h

     目录          0  2006-10-03 19:08  GDI+Files

     文件       1735  2001-04-12 22:44  GDI+Files\GdiPlus.h

     文件     206254  2001-07-25 23:29  GDI+Files\GdiPlus.lib

     文件        833  2001-04-12 22:44  GDI+Files\GdiPlusbase.h

............此处省略146个文件信息

评论

共有 条评论