登录
首页 » Visual C++ » KrigingContour

KrigingContour

于 2008-11-19 发布 文件大小:137KB
0 304
下载积分: 1 下载次数: 1

代码说明:

说明:  克里金、反距离插值算法_栅格图等值线填充等(Kriging, inverse distance interpolation algorithm _ isogram filled grid map, etc.)

文件列表:

cvery_645645223
...............\3DContourDoc.cpp
...............\3DContourDoc.h
...............\3DContourView.cpp
...............\3DContourView.h
...............\3DData.h
...............\3DGrapher.cpp
...............\3DGrapher.h
...............\BaseData.h
...............\BaseException.h
...............\ChildFrm.cpp
...............\ChildFrm.h
...............\ContourDoc.cpp
...............\ContourDoc.h
...............\ContourView.cpp
...............\ContourView.h
...............\Dib.cpp
...............\Dib.h
...............\GLSurfaceView.cpp
...............\GLSurfaceView.h
...............\Grapher.h
...............\Image.h
...............\InCell1.txt
...............\InputReader.cpp
...............\InputReader.h
...............\Interpolater.h
...............\InverseDist.h
...............\Kriging.h
...............\MainFrm.cpp
...............\MainFrm.h
...............\Matrix.h
...............\Numeric.h
...............\OptionDlg.cpp
...............\OptionDlg.h
...............\res
...............\...\3dgmove.cur

...............\...\magnify.cur


...............\...\WaferPainter.rc2

...............\resource.h
...............\StdAfx.cpp
...............\StdAfx.h
...............\Surfer.cpp
...............\Surfer.h
...............\testdata.txt
...............\TestSite.txt
...............\WaferPainter.aps
...............\WaferPainter.clw
...............\WaferPainter.cpp
...............\WaferPainter.dsp
...............\WaferPainter.dsw
...............\WaferPainter.h
...............\WaferPainter.ncb
...............\WaferPainter.opt
...............\WaferPainter.plg
...............\WaferPainter.rc
...............\WaferPainter.reg
...............\WaferPainterDoc.cpp
...............\WaferPainterDoc.h
...............\WaferPainterView.cpp
...............\WaferPainterView.h
...............\下载说明.htm

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

发表评论

0 个回复

  • Newton
    C++编写的电力系统潮流计算程序,采用牛顿法,并考虑到节电优化编号,5,14,57,300节点验证正确(Power flow calculation program, C++ written using Newton' s method, taking into account the number to the power-saving optimization, 5,14,57,300 node authentication)
    2021-04-29 10:28:43下载
    积分:1
  • OOPFEM
    面向对象的有限元程序设计 ——空间8结点等参元的分析计算(Object-oriented finite element program design- space 8 node isoparametric element analysis calculation)
    2009-03-02 18:47:05下载
    积分:1
  • vf-udf
    膜渗透 FUENT UDF 气液两相流 (Gas-liquid two-phase flow membrane permeation FUENT UDF)
    2020-12-01 16:09:26下载
    积分:1
  • KZK
    求解KZK方程的VISUAL C++源代码 具有计算速度快,计算精度高等优点。(source code solution of KZK equation visual c++)
    2021-05-13 10:30:02下载
    积分:1
  • UU
    说明:  c++语言求解稀疏矩阵方程组的ICCG法源程序。参考:《工程电磁场数值计算分析与综合》 附录(Fortran90).(c++ solves sparse matrix equations with the ICCG method.Reference: &quot Analysis and Synthesis of Numerical Electromagnetic Field ,&quot Appendix (Fortran90).)
    2010-06-08 18:53:07下载
    积分:1
  • Tin_Method
    离散数据生成tin的优秀代码,注释多,易于学习和移植(Discrete data generated tin excellent code, comments, easy to learn and transplantation)
    2012-05-18 13:12:23下载
    积分:1
  • shdom
    fortran语言的球谐函数离散坐标法大气传输模型主程序,可用于大气场景生成(FORTRAN, spheric harmonic function of the discrete coordinate method main program, the atmospheric transmission model can be used for the atmospheric scene is generated)
    2020-10-11 09:57:33下载
    积分:1
  • Vc++
    含列所有图像处理的VC++程序,包括图像转置,傅立叶变换,图像编码等(Containing all image processing VC++ Procedures, including image transpose, Fourier transform, image coding, etc.)
    2007-09-21 20:59:46下载
    积分:1
  • KMEANS
    This directory contains code implementing the K-means algorithm. Source code may be found in KMEANS.CPP. Sample data isfound in KM2.DAT. The KMEANS program accepts input consisting of vectors and calculates the given number of cluster centers using the K-means algorithm. Output is directed to the screen. Usage for KMEANS is: KMEANS SOURCEFILE <enter> The format of the source file is: NPat - Number of patterns (int) SizeVect - Size of vector (int) NClust - Number of cluster centers(int) vect[1,1] ... vect[1,SizeVect] - vector 1 (real) vect[2,1] ... vect[2,SizeVect] - vector 2 (real) . . . . . . vect[NPat,1] ... vect[NClust,SizeVector] - vector N (real) To compile: ICC KMEANS.CPP <enter> (This directory contains code implementing the K-means algorithm. Source code may be found in KMEANS.CPP. Sample data isfound in KM2.DAT. The KMEANS program accepts input consisting of vectors and calculates the given number of cluster centers using the K-means algorithm. Output is directed to the screen. Usage for KMEANS is: KMEANS SOURCEFILE <enter> The format of the source file is: NPat - Number of patterns (int) SizeVect - Size of vector (int) NClust - Number of cluster centers(int) vect[1,1] ... vect[1,SizeVect] - vector 1 (real) vect[2,1] ... vect[2,SizeVect] - vector 2 (real) . . . . . . vect[NPat,1] ... vect[NClust,SizeVector]- vector N (real) To compile: ICC KMEANS.CPP <enter> )
    2013-01-05 23:11:23下载
    积分:1
  • include
    主要是关于一些数值计算中所要用到的头文件,希望对大家有所帮助(Mainly on the number of numerical calculation by the use of header files, I hope all of you to help)
    2008-01-07 21:51:49下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载