登录
首页 » MultiPlatform » 294475

294475

于 2018-09-04 发布 文件大小:146KB
0 197
下载积分: 1 下载次数: 1

代码说明:

  克里金插值法实现二维和三位等高线的绘制功能,(The Kriging interpolation method can draw 2D and 3-bit contour lines.)

文件列表:

ReadMe.txt, 103 , 2006-02-10
InCell1.txt, 257 , 2002-06-21
testdata.txt, 778 , 2002-06-05
TestSite.txt, 1378 , 2002-06-09
3DData.h, 1602 , 2003-12-07
3DGrapher.h, 4144 , 2003-12-07
A3DContourView.h, 2289 , 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
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
Z3DContourView.cpp, 8538 , 2003-12-07
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 个回复

  • 1.在选择装入背包的物品时,对每种物品I只有两种选择,即装入背包或不装入背包。不能将物品I装入背包多次,也不能只装入部分的物品I。 2.物品的种数,重量、价...
    1.在选择装入背包的物品时,对每种物品I只有两种选择,即装入背包或不装入背包。不能将物品I装入背包多次,也不能只装入部分的物品I。 2.物品的种数,重量、价值,背包的容量要求输入; 3.算法中加入剪枝函数(对重量已经超过限制重量的子树不搜索); -1. In the selection of the items into the backpack, for each of the items I have only two choices, that is loaded or not loaded backpack backpack. Items should not be many times I load backpack can not only part of the goods loaded I. 2. Number of species items, weight, value, capacity backpack for the importation 3. Algorithm to add pruning function (of weight over the weight limit does not search sub-tree)
    2022-03-25 05:48:01下载
    积分:1
  • VC++毕业设计:FTP客户端程序
    VC++毕业设计:简单Ftp客户端的实现源码+设计文档,只是一个简单的FTP上传功能,文档包括了Ftp客户端的各个子模块主要函数功能分析及流程图、FTP客户端文件的显示查询实现、Ftp客户端的各个子模块设计过程及代码分析、7.整个设计过程中遇到的主要问题等,是学习VC++网络编程的好范例。   通过这个毕业设计实战,你可以和作者一起了解WinInet API编程的基本知识,熟悉了MFC编程中的一些控件知识,在实战FTP客户端过程中从各方面查找资料来丰富自己的知识的能力。
    2022-02-01 14:39:33下载
    积分:1
  • wer_hvdc_vsc
    VSC-hvdc,基于Matlab Simulink平台搭建的电压源型高压直流输电系统,又称柔性直流输电系统,用于电路仿真,电网放着 ,MATLAB 柔性直流输电程序,可以加入风电场。单机无穷大系统。(VSC-hvdc,This procedure is based on Matlab Simulink platform to build the voltage source HVDC transmission system, also known as flexible DC transmission system.)
    2018-12-06 10:52:20下载
    积分:1
  • PVblockcheck
    光伏PV曲线模型,太阳能电池建模matlab(PV model,using the MATLAB software to build the simulation of the output characteristic for the solar cell under different temperature and isolation.)
    2018-10-26 20:32:55下载
    积分:1
  • Program
    说明:  Gigier muller counter for radio active material detection
    2020-06-23 19:00:02下载
    积分:1
  • HttpHelperV1.8-Net2.0版
    说明:  http访问工具类,非常经典。推荐使用!使劲推荐(HTTP access tool class, very classic. Recommended! HTTP access tool class, very classic. Recommend using HTTP access tool class, very classic. Recommended! HTTP access tool class, very classic. Recommended use)
    2020-12-25 20:15:03下载
    积分:1
  • Calendar reality program, with the previous procedure was a realistic hope of a...
    日历现实程序,与上一个是一起现实的程序,希望能帮助大家.-Calendar reality program, with the previous procedure was a realistic hope of a helping hand.
    2022-07-25 02:25:45下载
    积分:1
  • 4957-germanWW2
    说明:  nif file for a unit that in civ 4 but you never gonna use
    2020-06-25 20:20:02下载
    积分:1
  • 三维LBM可压缩方腔模拟流
    三维LBM可压缩方腔模拟流体受到作用力以后流场的变化情况(Three dimensional LBM compressible square cavity simulation flow)
    2018-09-18 16:10:04下载
    积分:1
  • thphn63
    Thaiphoon Burner old version demo, no activation required
    2017-10-16 14:42:17下载
    积分:1
  • 696516资源总数
  • 106475会员总数
  • 7今日下载