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

搜索资源列表

  1. test

    0下载:
  2. 实现了监控视频图像的去隔行算法,使隔行扫描的图像插值成为逐行扫描-The realization of the surveillance video images Deinterlacing Algorithm, so deinterlacing Image Interpolation become progressive scan
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:27677
    • 提供者:litchi
  1. neton

    0下载:
  2. 实现牛顿插值的一次二次差值,精确计算截断误差大小。-Newton interpolation to achieve a secondary difference, accurate calculation of the size of truncation error.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-02
    • 文件大小:13398
    • 提供者:江寒
  1. Graphics4

    0下载:
  2. 图形算法合集4:快速线性插值、半色调技术、使用lookup查找表的快速卷积、Nurbs曲面三角化等等。-Graphical Collection 4: rapid linear interpolation, halftoning techniques, the use of look-up table lookup fast convolution, Nurbs surface triangulation and so on.
  3. 所属分类:3D Graphic

    • 发布日期:2017-03-29
    • 文件大小:354065
    • 提供者:metallica
  1. TWO

    0下载:
  2. 1、 采用原始变量法,即以速度U、V及压力P作为直接求解的变量 2、 守恒型的差分格式,离散方程系对守恒型的控制方程通过对控制容积作积分而得出的,无论网格疏密程度如何,均满足在计算区域内守恒的条件; 3、 采用区域离散化方法B,即先定控制体界面、再定节点位置 4、 采用交叉网格,速度U、V与其他变量分别存储于三套网格系统中; 5、 不同的项在空间离散化过程中去不同的型线假设,源项采用局部线性化方法;扩散——对流项采用乘方格式(但很容易转化为中心差分、迎风差分或混合格式);街面上的
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:1560
    • 提供者:tanglincn
  1. lagelangri

    0下载:
  2. 这是一个用拉格朗日插值法求解方程组的解。程序不是很完善,多多包涵.-This is a Lagrange interpolation method of solution of equations. Process is not very perfect, forgive me.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:1543
    • 提供者:郭称平
  1. lorenzgui

    0下载:
  2. 用matlab平台实现的拉格朗日插值算法(另附一个插值算法)-Matlab platform with the Lagrange interpolation algorithm (followed by an interpolation algorithm)
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:3974
    • 提供者:wenyu123
  1. aa89

    0下载:
  2. 用VB程序编写的数值分析三次样条插值函数。-Programming with VB Numerical Analysis of cubic spline interpolation function.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:2979
    • 提供者:kllogg
  1. 123456

    0下载:
  2. 根据所给样本数据用三种不同的方法绘制该公路并估计其长度。 分别用线性插值法、最近邻域插值法和三次样条插值法计算公路长度,并用勾股定理估计公路的长度 -According to the sample data in three different ways, the road map and estimate its length. , Respectively, by linear interpolation, nearest neighbor interpolation domain
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:1729
    • 提供者:云天
  1. print

    0下载:
  2. matlab的一些插值和拟合算法, 包括最小二乘法等-matlab some interpolation and fitting algorithm, including the least squares, etc.
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:364795
    • 提供者:wylie
  1. Raw

    1下载:
  2. 本程序能够实现RAW文件和BMP图像的均衡化处理,RAW文件转化为BMP,图像缩放(最近邻差值方式、双线性插值、三次B样条插值),两幅图像的相似度比较-This procedure can be achieved RAW image files and BMP balanced treatment, RAW files into BMP, image scaling (the margin nearest neighbor approach, bilinear interpolation, th
  3. 所属分类:Graph program

    • 发布日期:2017-03-24
    • 文件大小:69567
    • 提供者:qzc
  1. new

    0下载:
  2. 本文主要讨论在MATLAB软件中如何实现C程序源代码的移植。结合"道路平整度指数(IRI)预测问题"的实例,将C语言编写自仿射变换分形插值函数,移植(或改写)到MATLAB中,绘制出宁波机场道路平整度的预测图象,为解决预测问题可视化提供帮助。-This paper mainly discusses the MATLAB software, how to achieve C source code of the transplant. Conjunction with the road roug
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:14569
    • 提供者:刘军
  1. FFTchazhi

    0下载:
  2. 编写使用FFT方法进行插值的M函数文件。-Prepared using the FFT method of interpolation function of M documents.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:45032
    • 提供者:胡燕
  1. chazhi

    1下载:
  2. Lagrange插值、Newton插值函数等插值函数,函数为数值分析课本上的例题。-Lagrange interpolation, Newton interpolation function, such as interpolation function, function for the numerical analysis of the textbooks on the sample questions.
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:32622
    • 提供者:toidy
  1. ga_fit

    0下载:
  2. 遗传算法插值程序,直接使用-Genetic algorithms interpolation procedures, direct use
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:957
    • 提供者:雪肤
  1. main

    0下载:
  2. 分段线性插值,分段二次多项式插值,分段三次多项式插值,三次样条插值-Piecewise linear interpolation, sub-quadratic polynomial interpolation, sub-cubic polynomial interpolation, cubic spline interpolation
  3. 所属分类:Algorithm

    • 发布日期:2016-12-05
    • 文件大小:1585
    • 提供者:唐世兴
  1. Interpolation

    0下载:
  2. 线性插值算法,对高速二次线性插值算法的讨 论-Linear interpolation algorithm, the second high-speed linear interpolation algorithm discussion
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-28
    • 文件大小:126302
    • 提供者:jack
  1. sanciyangtiaochazhi

    0下载:
  2. 计算方法\计算方法程序\sanciyangtiaochazhi 三次样条插值法.rar-Calculation method of calculation procedures sanciyangtiaochazhi cubic spline interpolation. Rar
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:9748
    • 提供者:jc
  1. chazhi

    0下载:
  2. 图像三线性插值算法,对一定图像插值成给定大小的图像-Image trilinear interpolation algorithm, Image Interpolation of a certain size into a given image
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-31
    • 文件大小:6692
    • 提供者:yangyang
  1. insertvalue

    0下载:
  2. 拥有界面的函数插值程序,可以模拟牛顿插值法和拉格朗日插值法。-Interface has a function interpolation procedures, can simulate the Newton interpolation method and the Lagrange interpolation method.
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-06
    • 文件大小:3759
    • 提供者:zhangbo
  1. hht

    0下载:
  2. 希尔伯特—黄变换的控制台程序,里面用到了线性插值,结果以磁盘文件形式输出-Hilbert- Huang Transform the console program, which used a linear interpolation, resulting in the form of the output to disk file
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-14
    • 文件大小:3406
    • 提供者:hailun
« 1 2 ... 10 11 12 13 14 1516 17 18 19 20 ... 50 »
搜珍网 www.dssz.com