• 大小: 227KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-01-08
  • 语言: C/C++
  • 标签:

资源简介

散点插值及等值线绘制 vc++编写,稍加修改可以使用

资源截图

代码片段和文件信息

// 3DContourDoc.cpp : implementation file
//

#include “stdafx.h“
#include “WaferPainter.h“
#include “3DContourDoc.h“

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

/////////////////////////////////////////////////////////////////////////////
// C3DContourDoc

IMPLEMENT_DYNCREATE(C3DContourDoc CDocument)

C3DContourDoc::C3DContourDoc()
{
}

BOOL C3DContourDoc::OnNewDocument()
{
if (!CDocument::OnNewDocument())
return FALSE;
return TRUE;
}

C3DContourDoc::~C3DContourDoc()
{
}


BEGIN_MESSAGE_MAP(C3DContourDoc CDocument)
//{{AFX_MSG_MAP(C3DContourDoc)
// NOTE - the ClassWizard will add and remove mapping macros here.
//}}AFX_MSG_MAP
END_MESSAGE_MAP()

/////////////////////////////////////////

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

     文件        825  2003-12-07 18:56  Grapher.h

     文件       1750  2003-12-07 18:59  Image.h

     文件      46763  2004-09-06 17:17  InCell1.grd

     文件        257  2002-06-21 15:16  InCell1.txt

     文件       1621  2004-09-06 16:33  InputReader.cpp

     文件       1016  2004-09-06 11:44  InputReader.h

     文件       1112  2003-12-03 11:25  Interpolater.h

     文件       1920  2003-12-02 14:35  InverseDist.h

     文件       2487  2004-09-06 11:59  Kriging.h

     文件       3679  2002-06-21 16:44  MainFrm.cpp

     文件       1515  2002-06-21 16:44  MainFrm.h

     文件       7662  2003-12-07 18:26  Matrix.h

     文件       2484  2003-12-07 21:58  Numeric.h

     文件       1056  2003-12-07 18:49  OptionDlg.cpp

     文件       1244  2003-12-07 18:48  OptionDlg.h

     文件       1804  2003-12-07 18:42  resource.h

     文件        214  2002-06-05 16:23  StdAfx.cpp

     文件        997  2002-06-12 18:37  StdAfx.h

     文件       9762  2003-12-07 18:59  Surfer.cpp

     文件       1492  2002-06-17 11:36  Surfer.h

     文件        778  2002-06-05 17:43  testdata.txt

     文件       1378  2002-06-09 12:18  TestSite.txt

     文件      42836  2004-09-04 01:04  WaferPainter.aps

     文件       8065  2004-09-04 02:06  WaferPainter.clw

     文件       5482  2003-12-07 18:49  WaferPainter.cpp

     文件       7164  2003-12-07 22:20  WaferPainter.dsp

     文件        549  2002-06-05 16:23  WaferPainter.dsw

     文件       1467  2003-12-07 18:48  WaferPainter.h

     文件     615424  2004-09-06 16:44  WaferPainter.ncb

     文件     180736  2004-09-06 16:44  WaferPainter.opt

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

评论

共有 条评论

相关资源