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

搜索资源列表

  1. shuzhifenxi2

    1下载:
  2. 实验题目:Hermite插值多项式 相关知识:通过n+1个节点的次数不超过2n+1的Hermite插值多项式为: 其中,Hermite插值基函数 数据结构:三个一维数组或一个二维数组 算法设计:(略) 编写代码:(略) 实验用例: 已知函数y=f(x)的一张表(其中 ): x 0.10 0.20 0.30 0.40 0.50 y 0.904837 0.818731 0.740818 0.670320 0.606531 m
  3. 所属分类:Other systems

    • 发布日期:2017-03-25
    • 文件大小:1065
    • 提供者:张涛
  1. matlab

    0下载:
  2. matlab插值与拟合(命令与示例),一维插值、二维插值、三角测量和分散数值差值-Interpolation and fitting
  3. 所属分类:Other systems

    • 发布日期:2017-05-01
    • 文件大小:645379
    • 提供者:伊薇
  1. IInterpolation

    0下载:
  2. 插值与拟合的一些经典算法,包含多项项式插值和二维插值,和一些数学建模实例 -Interpolation and fitting some of the classic algorithm, including interpolation and two-dimensional interpolation, a number of items and some mathematical modeling instances
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:179826
    • 提供者:gangw
  1. bemd

    0下载:
  2. 二维EMD程序,这是利用最新的插值函数,个比较经典的二维经验模式分解程序代码,适用于图像的特征提取和分解 -。-A two-dimensional EMD algorithm, the author is Anna Linderhed, her Ph.D. research topic is bidimensional EMD and wavelet transform
  3. 所属分类:Other systems

    • 发布日期:2017-11-12
    • 文件大小:7874
    • 提供者:费勤水
  1. yiweisousuo

    0下载:
  2. 机械优化设计一维搜索方法,综合黄金分割法与二次插值法进行最优搜索-Optimization of Mechanical Design one-dimensional search method, golden section method with quadratic interpolation method for optimal search
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-19
    • 文件大小:2782
    • 提供者:宋家兵
  1. xsk_cs1

    0下载:
  2. 合成孔径雷达二维成像CS算法,不做插值,提高成像质量,结果可以二维成像RD算法作比较-Two-dimensional synthetic aperture radar imaging CS algorithm, do not do interpolation, improve image quality, two-dimensional imaging RD algorithm results can be compared
  3. 所属分类:Other systems

    • 发布日期:2017-11-16
    • 文件大小:1727
    • 提供者:song
  1. interp2_use

    1下载:
  2. matlab中interp2函数二维曲面插值-matlab function of two-dimensional surface interpolation in interp2
  3. 所属分类:其他小程序

    • 发布日期:2013-08-16
    • 文件大小:727
    • 提供者:张梅梅
  1. hw1

    0下载:
  2. 图像处理,对源图像进行扭曲,采用最近邻、二维插值和三次样条插值。-Image processing, image distortion source, using the nearest neighbor, the two-dimensional interpolation and cubic spline interpolation.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-04
    • 文件大小:91369
    • 提供者:Freda
  1. erweichazhi

    0下载:
  2. 一个简单的二维现行插值函数,只要输入x,y值,即可实现双向插值得到z-A simple two-dimensional current interpolation function, as long as the input x, y values, you can achieve bidirectional interpolated z
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:11075
    • 提供者:guan
  1. CGAL-4.5

    2下载:
  2. CGAL,Computational Geometry Algorithms Library,计算几何算法库,设计目标是,以C++库的形式,提供方便,高效,可靠的几何算法。CGAL可用于各种需要几何计算的领域,如计算机图形学,科学可视化,计算机辅助设计和建模,地理信息系统,分子生物学,医学成像,机器人运动规划,网格生成,数值方法等等。    计算几何算法库(CGAL),提供计算几何相关的数据结构和算法,诸如三角剖分(2D约束三角剖分及二维和三维Delaunay三角剖分),Voronoi图(二维和
  3. 所属分类:GDI-Bitmap

    • 发布日期:2016-04-26
    • 文件大小:18593792
    • 提供者:a
  1. Two-dimensional-linear-interpolation

    0下载:
  2. 二维数表的查取实例,主要利用二维线性插值原理-Charles takes the number of two-dimensional table of instances, the main principles of two-dimensional linear interpolation
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:910
    • 提供者:chenle
  1. Digital-Image-Processing

    3下载:
  2. 有源码,适合学习C++的人 一、 读入一幅灰度图象,编写程序显示图象中任一象素点的灰度值。 二、 编程实现RGB彩色空间到HSV彩色空间的转换,并通过调整H、S、V的值实现图像亮度、色度和色饱和度的调节。 三、 1.灰度线性变换、分段线性变换 2.灰度直方图均衡、规格化 3.图象卷积:各种模板实现低通、高通滤波 4.图象中值滤波、最大值滤波、最小值滤波、模板选择滤波 5.伪彩色图象增强 四、 1.图象的加、减、乘、除和逻辑运算。 2.图象的镜像变换、图象的缩放
  3. 所属分类:Dialog_Window

    • 发布日期:2016-01-08
    • 文件大小:1072128
    • 提供者:zl
  1. 1MESH

    0下载:
  2. 采用超限插值法生成二维流动区域的CFD结构化计算网格,选择平面叶栅通道。-Generates structured using CFD computational grid overrun two-dimensional flow region interpolation method, the plane leaves the gate channel.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-30
    • 文件大小:66861
    • 提供者:吴昌
  1. interpol_demo

    1下载:
  2. 二维数据的空间插值程序,主要用于大气或海洋研究数据的插值过程,可以插值为分辨率更高的资料-Two-dimensional spatial interpolation program, mainly for the interpolation process atmosphere or ocean research data can be interpolated to higher resolution data
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:2670
    • 提供者:shiyf
  1. heiyou

    0下载:
  2. 用于特征降维,特征融合,相关分析等,可实现对二维数据的聚类,基于kaiser窗的双谱线插值FFT谐波分析。- For feature reduction, feature fusion, correlation analysis, Can realize the two-dimensional data clustering, Dual-line interpolation FFT harmonic analysis kaiser windows.
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:5075
    • 提供者:张卫君
  1. menglun

    0下载:
  2. 插值与拟合的matlab实现,借鉴了主成分分析算法(PCA),利用最小二乘算法实现对三维平面的拟合。- Interpolation and fitting matlab implementation, It draws on principal component analysis algorithm (PCA), Least-squares algorithm to fit a three-dimensional plane.
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:4616
    • 提供者:王立峰
  1. hingjun

    0下载:
  2. 计算时间和二维直方图,插值与拟合,解方程,数据分析,基于多相结构的信道化接收机。- Computing time and two-dimensional histogram, Interpolation and fitting, solution of equations, data analysis, Channelized receiver based on multi-phase structure.
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:6000
    • 提供者:gnnfy
  1. nensing

    0下载:
  2. 包括调制,解调,信噪比计算,插值与拟合,解方程,数据分析,旋转机械二维全息谱计算的实用例程。- Includes the modulation, demodulation, signal to noise ratio calculation, Interpolation and fitting, solution of equations, data analysis, Rotating Machinery dimensional hologram of practical spectrum c
  3. 所属分类:Other systems

    • 发布日期:2017-05-05
    • 文件大小:6084
    • 提供者:闫明洁
  1. 插值

    1下载:
  2. 采用下拉菜单的方式实现数字插值方式的选择,并通过回调函数完成相应的插值算法和图像显示,在原始数据的输入和处理上,主要采用字符串的写入和读取与处理方式,实现对原始数据读入和分析。本次设计是对单选按钮的使用、按钮控件的应用及轴显示图形应用的综合设计,最终实现了多种插值算法的切换。通过设计与调试,本工具包集成了一维插值和二维插值中的最邻近插值,最小立方插值,线性插值等插值算法,最后达到对同一组数据可以用不同插值方法设计,通过优化处理得到适合插值算法。(The drop-down menu select
  3. 所属分类:其他

    • 发布日期:2017-12-30
    • 文件大小:15360
    • 提供者:jrhc
  1. 插值程序新

    0下载:
  2. 飞行力学里编写弹道时所用到的插值程序,包括一维插值,二维插值和三维插值。(In flight mechanics, the interpolation procedures used in compiling the trajectory include one-dimensional interpolation, two-dimensional interpolation and three-dimensional interpolation.)
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:5120
    • 提供者:右右右
« 12 »
搜珍网 www.dssz.com