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

搜索资源列表

  1. 12

    0下载:
  2. 不错的代码,关于等直线的。 用三角网法绘制等值线,是在三角形的三条边上用线性内插方法寻找等值点,这种方法的机理是将每个三角形看作是空间的一个平面,这就要求在每个三角形的三个顶点内的地貌形态无明显的变化,故此希望将其中最靠近的三个点构成三角形,以符合上述机理,使插补的等值点精度较高,更好的反映地貌的实际形态。符合这些条件的三角形称之为“最佳三角形”
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:7533958
    • 提供者:海嗨
  1. 一个非常好用的Autocad工具集

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

    • 发布日期:2010-03-26
    • 文件大小:2050142
    • 提供者:ayungerstudio
  1. 图像平滑,锐化及双线性内插算法

    0下载:
  2. 用C语言实现图像的平滑,锐化及双线性内插算法的实现,效果很好
  3. 所属分类:GDI/图象编程

    • 发布日期:2009-02-23
    • 文件大小:2165
    • 提供者:yanwang92
  1. upsample

    0下载:
  2. Matlab实现对正弦波采样的线性内插,及上采样过程。-Matlab to achieve sampling sinusoidal linear interpolation, and the sampling process.
  3. 所属分类:Other systems

    • 发布日期:2016-01-26
    • 文件大小:1071
    • 提供者:wowoo
  1. imagerotaion2

    0下载:
  2. %彩色图片旋转双线性内插法,实现高质量图片旋转- Full-color photographs, rotating bilinear interpolation to achieve high-quality picture rotation
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-31
    • 文件大小:958
    • 提供者:xcc
  1. dashline

    0下载:
  2. GDI 画图程序,采用线性内插法,画的虚线。- GDI graphic programme . This programme draw dashed by lineearity inner insert.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-01
    • 文件大小:46608
    • 提供者:罗磊
  1. 1

    0下载:
  2. 基于波形内插的语音编码,线性预测分析-
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:386427
    • 提供者:bihaiyangfan
  1. Bilinear-interpolation

    0下载:
  2. 双线性插值,又称为双线性内插。在数学上,双线性插值是有两个变量的插值函数的线性插值扩展,其核心思想是在两个方向分别进行一次线性插值。-Bilinear interpolation
  3. 所属分类:CSharp

    • 发布日期:2017-03-28
    • 文件大小:202288
    • 提供者:宋杰
  1. bilinear

    0下载:
  2. 这个程序是用来做双线性内插的,可以换用来试试看,效果很不错-This procedure is used to do the bilinear interpolation, can be used to have a try, the effect is very good
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:579
    • 提供者:顾勤平
  1. Runge

    0下载:
  2. Runge现象的验证,内有可选项:拉格朗日插值法、牛顿插值法和分段线性插值法。-The Runge phenomenon verification, with optional: Lagrange interpolation, Newton interpolation and piecewise linear interpolation.
  3. 所属分类:Console

    • 发布日期:2017-11-15
    • 文件大小:206009
    • 提供者:卡卡
  1. bi_interp

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

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

    1下载:
  2. 已知系列水位流量,对给出水位线性内插出流量值。- Known series water flow, the water level value flow linear interpolation are presented.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:615
    • 提供者:linda
  1. Correction-of-remote-sensing-image

    0下载:
  2. 有关遥感图像的配准和畸变的矫正,包含了空间畸变矫正的常用的三种算法,最近邻法,双线性内插值,三次卷积插值-Correction of remote sensing image registration and distortion
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-28
    • 文件大小:11260526
    • 提供者:叶子
  1. lll

    0下载:
  2. 可以实现图像的旋转,并且为双线性内插法重采样-about the rotation of the picture.
  3. 所属分类:IME Develop

    • 发布日期:2017-04-02
    • 文件大小:905
    • 提供者:李诗
  1. GifCodec

    0下载:
  2. 参考网上的资料写的gif编解码。 编码用gdi解析常用图片格式,然后组装成gif 解码吧gif的每一帧转换成dib gif文件格式网上有很多介绍 gif用的变长lzw压缩算法: 没弄懂原理,只知道过程。压缩取一个字符作为后缀,看看字符串是否存在。存在,用对应的编码作为前缀继续取;不存在把字符串添加到字典,前缀添加到输出流,后缀作为前缀继续取。解压取一个编码看看字典中是否存在。存在用对应的字符串的第一个字符作为后缀,看看当前字符串是否存在,不存在添加到字典中,
  3. 所属分类:File Operate

    • 发布日期:2017-04-25
    • 文件大小:438088
    • 提供者:朱伯虎
  1. GeometricTransform

    0下载:
  2. 不仅运用C#具有内置的方法来实现图像的几何变换:旋转,缩放,错切和平移,而且还运用仿射变换算法来实现上述的几何变换。最后,运用双线性插值和三次卷积插值算法实现图像的插值运算-Not only the use of C# has a built-in method to achieve an image of geometric transformations: rotation, scaling, shearing and translation, but also the use of the
  3. 所属分类:CSharp

    • 发布日期:2017-05-09
    • 文件大小:1592121
    • 提供者:冯珍珍
  1. interpol_demo3

    0下载:
  2. 压缩包内为双线性插值和cressman插值示例-Compressed package for bilinear interpolation and interpolation example cressman
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:2298
    • 提供者:gt
  1. chazhi

    0下载:
  2. 双线性插值,又称为双线性内插。在数学上,双线性插值是有两个变量的插值函数的线性插值扩展,其核心思想是在两个方向分别进行一次线性插值。双线性插值作为数值分析中的一种插值算法,广泛应用在信号处理,数字图像和视频处理等方面。(Bilinear interpolation is also called bilinear interpolation. In mathematics, bilinear interpolation is a linear interpolation expansion of
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:878592
    • 提供者:sixiudant
  1. xommunlcation

    1下载:
  2. mimo-ofdm系统基于梳状导频的信道估计,使用最小二乘法,线性内插,(Mimo-ofdm system based on comb pilot channel estimation, using the least square method, linear interpolation,)
  3. 所属分类:通讯编程

    • 发布日期:2019-04-07
    • 文件大小:2048
    • 提供者:vartul
  1. matlab 常微分方程数值解法 源程序代码

    5下载:
  2. 11.1 Euler方法 380   11.1.1 Euler公式的推导 380   11.1.2 Euler方法的改进 383   11.2 Runge-Kutta方法 385   11.2.1 二阶Runge-Kutta方法 385   11.2.2 三阶Runge-Kutta方法 388   11.2.3 四阶Runge-Kutta方法 390   11.2.4 隐式Runge-Kutta方法 391   11.3 线性多步法 392   11.3.1 Adams外推公式
  3. 所属分类:其他

    • 发布日期:2020-05-27
    • 文件大小:16384
    • 提供者:XWLYF
« 12 »
搜珍网 www.dssz.com