搜索资源列表
idw
- A line idw code ,can read and download.
idw C++
- 基于idw的插值算法 C++ 使用于2维和3维插值
IDW matlab实现
- IDW matlab实现 内涵说明
PlaySound
- 从资源文件中,载入音声,图片等,并播放声音,或者显示 HINSTANCE h=AfxGetInstanceHandle() HRSRC hr=FindResource(h,"IDW","WAVE") HGLOBAL hg=LoadResource(h,hr) LPSTR lp=(LPSTR)LockResource(hg) sndPlaySound(lp,SND_MEMORY|SND_ASYNC)
ImageWarping
- 一个简单的使用IDW和RBF算法对图像(只支持bmp格式)进行变形的MFC程序,可以当作图像处理入门时的练习参考。-A simple algorithm using the IDW and RBF image (bmp format only) to the deformation of the MFC process, image processing can be used as entry to practice at the t
idw
- A line idw code ,can read and download.
ImageWarping
- 添加CDib类,用IDW算法和RBF算法实现ImageWarping-Add CDib categories, with IDW algorithm and RBF algorithm ImageWarping
idw
- 实现反距离加权平均插值算法-to fulfill idw Algorithm have a good luck!
IDW_matlab
- IDW(距离权倒数插值法)是空间插值中最常用的插值方法之一。本程序基于MATLAB开发,功能齐全,希望用得开心。-IDW (interpolation from the bottom right) is the most commonly used spatial interpolation of the interpolation methods. The program is based on MATLAB development,
ImageWarp
- IDW方法和RBF方法 用CDIB图像类实现Image warping -IDW method and RBF methods with CDIB image class implementation Image warping
IDW
- IDW距离反比加权方法,权重选择为2,可根据需要自己改变-IDW inverse distance weighting, the weight chosen as 2, can be changed according to need their own
IDWInterpolation
- idw 反距离权重插值,直接在程序中调用即可-idw inverse distance weighted interpolation, you can call directly in the program
AE-interpolation
- C#+AE编译,实现的arcgis中经典的三类插值方法,克里格,IDW和样条曲线,导入点状shp文件,选择相应插值方法即可-C#+ AE compiled arcgis achieved in the classic three interpolation methods, Kriging, IDW and spline curves, dotted shp file import, you can select the appropr
IDW
- idw算法,很不错啊仔细看看,关于制作三维的地图什么的不错的选择-idw algorithm, very nice closer look, on the production of three-dimensional map of what a good choice
IDW
- 基于距离权重反比法的空间插值程序,程序比较好读懂,,简单-Method based on inverse distance weighted spatial interpolation procedure, the program is better read, and simple
IDW
- idw插值算法代码,里面有纤细的注释,对AE开发者,有些帮助。-The idw interpolation algorithm code, there are slim annotation, AE developers, some help.
ArcGIS-For-Flex-IDW
- ArcGIS IDW操作&ArcGIS For Flex IDW应用,ArcGIS For Flex API反距离权重差值-ArcGIS_For_Flex_IDW application programming
IDW
- IDW插值法,距离倒数乘方格网化方法是一个加权平均插值法,可以进行确切的或者圆滑的方式插值。方次参数控制着权系数如何随着离开一个格网结点距离的增加而下降。对于一个较大的方次,较近的数据点被给定一个较高的权重份额,对于一个较小的方次,权重比较均匀地分配给各数据点。 计算一个格网结点时给予一个特定数据点的权值与指定方次的从结点到观测点的该结点被赋予距离倒数成比例。当计算一个格网结点时,配给的权重是一个分数,所有权重的总和等于1.0。当一个观
IDW
- 反距离加权插值,即IDW(Inverse Distance Weight) ,也可以称为距离倒数乘方法。是指距离倒数乘方格网化方法是一个加权平均插值法,可以进行确切的或者圆滑的方式插值。方次参数控制着权系数如何随着离开一个格网结点距离的增加而下降。对于一个较大的方次,较近的数据点被给定一个较高的权重份额,对于一个较小的方次,权重比较均匀地分配给各数据点。(Inverse distance weighted interpolation,