登录
首页 » MultiPlatform » 568753

568753

于 2018-03-13 发布 文件大小:146KB
0 305
下载积分: 1 下载次数: 2

代码说明:

  克里金插值法实现二维和三位等高线的绘制功能,()

文件列表:

ReadMe.txt, 103 , 2006-02-10
InCell1.txt, 257 , 2002-06-21
testdata.txt, 778 , 2002-06-05
TestSite.txt, 1378 , 2002-06-09
3DContourView.h, 2289 , 2003-12-07
3DData.h, 1602 , 2003-12-07
3DGrapher.h, 4144 , 2003-12-07
BaseData.h, 895 , 2002-06-12
BaseException.h, 1244 , 2003-12-07
ChildFrm.h, 1397 , 2002-06-05
ContourDoc.h, 1477 , 2002-06-06
ContourView.h, 2166 , 2002-06-08
Dib.h, 1795 , 2003-12-07
g3DContourDoc.h, 1499 , 2002-06-12
GLSurfaceView.h, 2135 , 2002-06-20
Grapher.h, 825 , 2003-12-07
Image.h, 1750 , 2003-12-07
InputReader.h, 856 , 2002-06-05
Interpolater.h, 1112 , 2003-12-03
InverseDist.h, 1920 , 2003-12-02
Kriging.h, 2458 , 2003-12-07
MainFrm.h, 1515 , 2002-06-21
Matrix.h, 7662 , 2003-12-07
Numeric.h, 2484 , 2003-12-07
OptionDlg.h, 1244 , 2003-12-07
resource.h, 1804 , 2003-12-07
StdAfx.h, 997 , 2002-06-12
Surfer.h, 1492 , 2002-06-17
WaferPainter.h, 1467 , 2003-12-07
WaferPainterDoc.h, 1558 , 2002-06-12
WaferPainterView.h, 1991 , 2002-06-05
3DContourView.cpp, 8538 , 2003-12-07
3DGrapher.cpp, 5863 , 2003-12-07
ChildFrm.cpp, 1539 , 2002-06-05
ContourDoc.cpp, 1626 , 2002-06-08
ContourView.cpp, 9132 , 2003-12-07
Dib.cpp, 9238 , 2002-06-12
GLSurfaceView.cpp, 5013 , 2003-12-03
InputReader.cpp, 977 , 2003-12-07
MainFrm.cpp, 3679 , 2002-06-21
OptionDlg.cpp, 1056 , 2003-12-07
StdAfx.cpp, 214 , 2002-06-05
Surfer.cpp, 9762 , 2003-12-07
t3DContourDoc.cpp, 1558 , 2002-06-17
WaferPainter.cpp, 5482 , 2003-12-07
WaferPainterDoc.cpp, 2950 , 2002-06-12
WaferPainterView.cpp, 2967 , 2002-06-05
res\Toolbar.bmp, 1318 , 2002-06-12
WaferPainter.aps, 58020 , 2003-12-07
WaferPainter.clw, 8065 , 2003-12-07
res\3dgmove.cur, 766 , 2002-06-20
res\magnify.cur, 518 , 2002-06-20
res\Thumbs.db, 7168 , 2007-10-22
WaferPainter.dsp, 7164 , 2003-12-07
WaferPainter.dsw, 549 , 2002-06-05
res\icon1.ico, 1078 , 2002-06-06
res\WaferPainter.ico, 1078 , 2002-06-05
res\WaferPainterDoc.ico, 1078 , 2002-06-05
WaferPainter.ncb, 672768 , 2007-10-22
WaferPainter.opt, 69632 , 2007-10-22
WaferPainter.plg, 1025 , 2007-10-22
WaferPainter.rc, 20704 , 2003-12-07
res\WaferPainter.rc2, 404 , 2002-06-05
WaferPainter.reg, 722 , 2002-06-05
res, 0 , 2017-12-01

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • YCYB6
    线性拟合和二次拟合函数 pdg正交多项式作最小二乘拟合(Least Square fitting of Linear fitting and Quadratic fitting function pdg orthogonal polynomial)
    2018-09-05 21:15:07下载
    积分:1
  • 收集hadoop 1.0.0
    大数据源码研究必备 The project includes these modules: Hadoop Common: The common utilities that support the other Hadoop modules. Hadoop Distributed File System (HDFS™): A distributed file system that provides high-throughput access to application data. Hadoop YARN: A framework for job scheduling and cluster resource management. 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
    2022-03-30 20:53:23下载
    积分:1
  • fzr-algorithm
    弹性波数值模拟 时间域有限差分算法 双相介质(Numerical Simulation of Elastic Wave in time Domain finite difference algorithm for Dual-phase medium)
    2018-11-14 18:38:23下载
    积分:1
  • Oreilly.Oracle.Essentials.Oracle.Database.10g.3rd
    Oracle 10g精要 第三版(essence of the third edition of Oracle 10g)
    2004-12-06 11:34:08下载
    积分:1
  • GeoQ_Spider
    通过PYTHON编写的爬虫程序,爬取Geoq的人口密度数据(The population density data of Geoq is crawled by a crawler program written in PYTHON)
    2020-06-21 12:20:02下载
    积分:1
  • ID3算法的改进
    说明:  在Weka平台运行的ID3算法,对普通的ID3算法做了一点改进,有四个不同的改进,对应了四个不同的算法,适合实验报告和课程报告。直接可以运行,无需调试。(The ID3 algorithm running on the Weka platform has made a little improvement on the ordinary ID3 algorithm. There are four different improvements, corresponding to four different algorithms, which are suitable for experiment reports and course reports. It can run directly without debugging.)
    2019-11-25 21:00:55下载
    积分:1
  • PGD
    最优化方法之近端梯度下降法,适用于L1正则项的最优化。(Proximal gradient descent)
    2020-06-30 06:00:02下载
    积分:1
  • 1
    说明:  深入理解Spark核心技术书籍,书籍对spark进行了深入讲解,并对spark源码进行了剖析(In-depth understanding of Spark core technology books, books on Spark in-depth explanation, and analysis of spark source code)
    2019-08-07 18:05:31下载
    积分:1
  • StockPricePrediction-master
    python深度学习股票分析框架,就这么多了(python learning stock)
    2019-06-18 12:19:59下载
    积分:1
  • carymete
    追敢法,主要是n阶线形方程组Ax b的列主元高斯消去法的一个特殊情况,为上三角矩阵,通用程序如附件所示()
    2018-05-12 19:00:34下载
    积分:1
  • 696516资源总数
  • 106752会员总数
  • 15今日下载