CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 插值 图

搜索资源列表

  1. matlab50

    0下载:
  2. MATLAB常用的M文件程序,包括拟合、插值、二维图、三维图-MATLAB used M file, including fitting, interpolation, 2 d figure and 3 d drawing and so on
  3. 所属分类:matlab

    • 发布日期:2017-11-22
    • 文件大小:7909
    • 提供者:高唯峰
  1. VCPP-map

    0下载:
  2. mfc实现地形图的二维、三维成图,能够设置插值算法等参数-mfc topographic maps, two-dimensional, three-dimensional mapping, the ability to set the interpolation algorithm parameters
  3. 所属分类:Graph Drawing

    • 发布日期:2017-11-24
    • 文件大小:2324847
    • 提供者:lhp
  1. 1

    0下载:
  2. 在坐标系中取点,然后根据取得点插值,得到插值的数据后续使用。实现效果如下,第一张为原图,在原图上左键点击鼠标往坐标系中添加点,单击回车,据选取的点采用三次样条插值方法插值。还有如下功能,1键---删除上一个点,2键---删除所有点,3键---删除插值结果,左键按下后移动可以选择点的位置,右键按下后会自动找到最近的点然后移动此点。
  3. 所属分类:matlab

    • 发布日期:2017-12-04
    • 文件大小:1521
    • 提供者:meng Q
  1. yiweichazhi

    0下载:
  2. 一维插值,里面含有一个实例,并且有计算机结果图。-One-dimensional interpolation
  3. 所属分类:Home Personal application

    • 发布日期:2017-12-04
    • 文件大小:20097
    • 提供者:子文
  1. imrotate

    0下载:
  2. 使用双线性插值的图像旋转,和本站的其余旋转不同,我的旋转不会使图像缺角,好处就是旋转后他的傅里叶变换的频域图也旋转同样的角度,同样可以用来处理矩阵,来做滤波器,我在做方向滤波器,有兴趣要的可以m我。-Using bilinear interpolation, image rotation, and the rest of the rotation is the rotation does not make the image Cutaway, the advantage is that the
  3. 所属分类:Special Effects

    • 发布日期:2017-11-07
    • 文件大小:664
    • 提供者:陈雨露
  1. daima

    0下载:
  2. 编写了几个函数,通过直接调用就可以插值显示绘制gis栅格图-Write several functions that can be called directly interpolation draw GIS raster maps
  3. 所属分类:Delphi VCL

    • 发布日期:2017-11-26
    • 文件大小:1601
    • 提供者:sunke
  1. shrink_zoom_bilinear

    0下载:
  2. 这个程序是为了实现图片(包括彩色图和灰度图)的放缩功能,能满足任意指定放缩倍数或任意目标尺寸,原理是依据双线性插值。-The code can shrink and zoom arbitray image to appointed multiple or size regardless of intensty image and color image, the key function relay on bilinear interpolation.
  3. 所属分类:matlab

    • 发布日期:2017-11-18
    • 文件大小:936
    • 提供者:lizhiming
  1. weixingdingwei

    0下载:
  2. 本程序实现的是卫星观测定位中移动的卫星对飞行器的有效定位,为了画出飞行器的轨迹图,对原坐标进行插值处理-This program is the satellite observations mobile satellite positioning effective positioning of the aircraft, in order to draw the aircraft trajectory, the original coordinates interpolated
  3. 所属分类:matlab

    • 发布日期:2017-11-12
    • 文件大小:20611
    • 提供者:zhaoxuejing
  1. MyTerrain1fractional

    0下载:
  2. 实现三维地形模拟。地形网格采用随机网格生成法,在地形的绘制中采用多阶曲线插值的方法,最后采用三角形近似和纹理贴图。-3D terrain simulation. Terrain mesh using random mesh generation method, in terrain rendering using multi-order curve interpolation method, and finally the triangle approximation and texture.
  3. 所属分类:OpenGL program

    • 发布日期:2017-11-17
    • 文件大小:4757444
    • 提供者:wangwa
  1. image-registrationHarris

    0下载:
  2. 针对基于最大互信息图像配 准的不足 研究 了基于 H a r r ls角点算子的多模态医学图像配准。在计算互信 息的时候,采用部分体积插值法计算联合灰度直方 图-Based on the maximum mutual information for image registration based on the lack of H arr ls corner operator multimodal medical image registration. In calculating the mu
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:352221
    • 提供者:高嘉瑜
  1. matlab

    0下载:
  2. matlab的一些编程,包括图,插值,无约束优化,算法设计与分析等-Some of matlab programming, including drawings, interpolation, unconstrained optimization, algorithm design and analysis
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:623784
    • 提供者:庄默默
  1. kriging

    0下载:
  2. 基于一般最小二乘算法的随机插值技术,用方差图作为权重函数;这一技术可被应用于任何需要用点数据估计其在地表上分布的现象。-Random interpolation technology based on the general least squares algorithm, using variogram as the weighting function This technology can be applied to any need to use some data to estima
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:2613
    • 提供者:shuyang
  1. wave read

    2下载:
  2. 输入一wav格式声音信号 输出对声音信号进行抽取并插值后的频谱图(源程序为8倍重采样),并可使用play函数进行播放试听,如play(nearest),play(ori) 有ori原始音质、ups插值音质、downs抽取音质三种及以下五种重采样音质 重采样试听种类有nearest,linear,spline,pchip,cubic,插值算法详见interp1函数 可用过取消注释“高斯白噪声”、“高频噪声”对声音信号加入噪声-Wav format input-output
  3. 所属分类:语音合成与识别

    • 发布日期:2013-10-02
    • 文件大小:1319
    • 提供者:jiamenghan
  1. matlabxuexi

    0下载:
  2. 这是一个好的建模学习资料,赶快下载吧, 数学建模十大算法 ( 包含:蒙特卡罗算法、数据拟合、参数估计、 插值等数据处理算法、线性规划、整数规划、多元规划、二次规划等规划类问题、 图论算法、动态规划、回溯搜索、分治算法、分支定界等计算机算法、 最优化理论的三大非经典算法:模拟退火法、神经网络、遗传算法、 网格算法和穷举法、一些连续离散化方法、数值分析算法、图象处理算法)-This is a good model to study the information, download it quick
  3. 所属分类:matlab

    • 发布日期:2017-05-18
    • 文件大小:4994150
    • 提供者:高雄飞
  1. Algorithm-Daquan

    0下载:
  2. 该书讲述了线性规划,整数规划,图与网络,排队论,对策论,层次分析法,插值与拟合,回归分析,常微分方程,现代优化算法的等等,是一个相当好的数学文档。-The book tells the story of linear programming, integer programming, drawing and networks, queuing theory, game theory, AHP, interpolation and fitting, regression analysis, ord
  3. 所属分类:Algorithm

    • 发布日期:2017-05-15
    • 文件大小:3936982
    • 提供者:夏雨
  1. 111111

    0下载:
  2. 假设有一组海底深度测量数据,采用插值方式绘制海底形状图。 -High dimensional function interpolation
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:23013
    • 提供者:dyk
  1. Lagrange_fft_bj

    0下载:
  2. 基于拉格朗日插值法的可变分数延时滤波器比较图,通过比较不同的分数时延时的滤波器特性来观察分数延时滤波器的性质与限制-Lagrange interpolation method based on variable fractional delay filter comparison chart, filter characteristics by comparing the scores of different delay time to observe nature and limitatio
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1055
    • 提供者:夜天歌
  1. Kriging

    0下载:
  2. 协同克里金插值算法,可用于各种地球物理手段的成图,地形图,高程图,电阻率分布等-Collaborative Kriging interpolation algorithm can be used for a variety of geophysical instruments to map, topographic maps, elevation maps, resistivity distribution.
  3. 所属分类:Energy industry

    • 发布日期:2017-06-17
    • 文件大小:26724644
    • 提供者:muyoubaiyu
  1. 64QAM

    1下载:
  2. 64QAM的仿真和误码率分析,含有星座图映射,串并转换,平方根升余弦匹配滤波,采样插值等模块-64QAM BER simulation and analysis, containing constellation mapping, SERDES, square root raised cosine matched filtering, sampling interpolation module
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3729
    • 提供者:Haoyu Liu
  1. bemd

    1下载:
  2. 二维经验模态分解的一个程序,改进了插值算法。输入为图像灰度图-A program of two-dimensional empirical mode decomposition and improved interpolation algorithm. Enter the grayscale image
  3. 所属分类:matlab

    • 发布日期:2015-06-29
    • 文件大小:14336
    • 提供者:zhuzhenyu
« 1 2 3 4 5 6 78 9 10 11 12 »
搜珍网 www.dssz.com