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

搜索资源列表

  1. 一个非常好用的Autocad工具集

    6下载:
  2. ********************************************************* * AyungerStudio AutoCAD-Tools 更新日期: 2010.02.01 * ********************************************************* 这是本人近年来独自开发的一个AutoCAD修改工具集合,现与各位共享,主要包括: 1、 绘制类: 箭头、示坡线、锥坡线、剖断线、垂线、切线、等高线加
  3. 所属分类:其他小程序

    • 发布日期:2010-03-25
    • 文件大小:2050142
    • 提供者:ayungerstudio
  1. license-plate-recognition

    1下载:
  2. 本程序采用一种基于垂直Sobel算子检测边缘和投影法的车牌定位方法,根据车牌区域竖直纹理突出的特点,利用Sobel垂直算子提取边缘,然后投影得到车牌的水平投影图,利用水平投影图分割出车牌,再运用膨胀运算进行车牌垂直定位。利用旋转投影法寻找车牌倾斜角度,然后用双线性插值进行车牌图像倾斜矫正。对经过精定位的车牌利用垂直投影法,找出各个字符的中心点,根据字符中心点位置进行切割。同时将切割出来的图片与数据库中的每张模板图片进行减法运算,计算该图片与模板的均方误差,其均方误差最小的模板即为识别出的字符。-
  3. 所属分类:Other systems

    • 发布日期:2017-11-21
    • 文件大小:6965
    • 提供者:埃米尔
  1. shuangxianxing

    0下载:
  2. 图像的双线性插值程序,在两个方向分别进行一次线性插值。-Bilinear interpolation process of the image in both directions, respectively for a linear interpolation.
  3. 所属分类:Other systems

    • 发布日期:2017-12-08
    • 文件大小:1066
    • 提供者:刘欢
  1. bi_interp

    0下载:
  2. 用于经纬度区域内插到更小的经纬度区域的双线性插值程序-bi interplation
  3. 所属分类:Other systems

    • 发布日期:2017-11-28
    • 文件大小:1899
    • 提供者:cheyu
  1. 1

    0下载:
  2. 上计算方法课的第一个程序,主要讲数值计算中的插值法,包括线性插值,样条插值,拉格朗日插值-Method to calculate the class first program, mainly speak interpolation method in numerical calculation, including linear interpolation and spline interpolation, Lagrange interpolation, etc
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-01
    • 文件大小:2467
    • 提供者:孤鹜
  1. OFDM_matlab

    0下载:
  2. 一整套OFDM系统的实现程序,基于梳状导频图案的OFDM系统估计,采用LS信道估计方法,和线性插值法,信道采用瑞丽多径信道。-A whole set of OFDM system, the implementation of the program of OFDM system based on comb pilot pattern, estimates using the LS channel estimation method, and the linear interpolation me
  3. 所属分类:Other systems

    • 发布日期:2017-11-18
    • 文件大小:11862798
    • 提供者:马帅
  1. banggang

    0下载:
  2. 线性调频脉冲压缩的Matlab程序,插值与拟合,解方程,数据分析,主同步信号PSS在时域上的相关仿真。- LFM pulse compression of the Matlab program, Interpolation and
  3. 所属分类:Other systems

    • 发布日期:2017-05-04
    • 文件大小:3803
    • 提供者:funyou
  1. MATLAB-algorithms-assemblies

    0下载:
  2. matlab常用算法程序集,包括插值、函数逼近、矩阵特征值计算、数值微分、数值积分、方程求根、非线性方程组求解、解线性方程组的直接法、解线性方程组的迭代法,随机数生成、特殊函数计算、常微分方程的初值问题、偏微分方程的数值解法、数据统计和分析-matlab commonly used algorithm for assembly, including interpolation, function approximation, eigenvalue calculations, numerical
  3. 所属分类:Other systems

    • 发布日期:2017-05-04
    • 文件大小:154103
    • 提供者:赵东昌
  1. uk812

    0下载:
  2. 插值与拟合,解方程,数据分析,线性调频脉冲压缩的Matlab程序,包括主成分分析、因子分析、贝叶斯分析。- Interpolation and fitting, solution of equations, data analysis, LFM pulse compression of the Matlab program, Including principal component analysis, factor analysis, Bayesian analysis.
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-14
    • 文件大小:8192
    • 提供者:罗少门
  1. 96915694

    0下载:
  2. 4总常用的插值程序的Fortran90源代码,包括双线性插值等插值方法()
  3. 所属分类:其他

    • 发布日期:2018-01-06
    • 文件大小:17408
    • 提供者:Mbdgf
  1. 线性插值

    0下载:
  2. 任给两点处的数据,计算处其中点的插值结果(linear interpolation based on data at two points)
  3. 所属分类:其他

    • 发布日期:2018-04-20
    • 文件大小:6144
    • 提供者:chtq22
  1. 双三次插值

    0下载:
  2. 三次插值是一种更加复杂的插值方式,它能创造出比双线性插值更平滑的图像边缘。双三次插值方法通常运用在一部分图像处理软件、打印机驱动程序和数码相机中,对原图像或原图像的某些区域进行放大。(Cubic interpolation is a more complex interpolation method that creates a smoother image edge than a bilinear interpolation. The double cubic interpolation m
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:1024
    • 提供者:奥特曼11
  1. MT2D正演

    13下载:
  2. 基于MATLAB编写的大地电磁二维有限单元法正演程序,矩形单元剖分,线性插值, 使用说明: 1. 运行MT2DMODEL.m构建正演模型 2. 运行TMmodel.m和TEmodel.m正演计算,计算结果自动保存 3. 程序进行了优化,并将BICGSTAB(稳定双共轭梯度法)用于求解线性方程组,求解效率提高,一般情况下正演计算仅需1~2秒(Based on MATLAB compiled two-dimensional magnetotelluric fin
  3. 所属分类:其他

    • 发布日期:2018-12-05
    • 文件大小:117760
    • 提供者:tongshuo123
  1. 程序

    1下载:
  2. 数模中求解偏微分方程时,在已知数据的基础上进行线性插值拟合。利用差分法求解该模型,先用网格划分区域,对 区域内部节点做泰勒展开。对偏导数进行离散化处理。(tthe solution to the PDE problem in mathematical modeling)
  3. 所属分类:其他

    • 发布日期:2020-04-06
    • 文件大小:11264
    • 提供者:橘子2020
搜珍网 www.dssz.com