CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - 插值算法
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - 插值算法 - List
[
AI-NN-PR
]
插值算法
DL : 1
讲述了许多插值算法
Update
: 2011-03-30
Size
: 54.53kb
Publisher
:
fanjinzhen
[
Other
]
n次Newton n次lagarange 分段三次Hermite插值
DL : 0
n次Newton n次lagarange 分段三次Hermite插值算法-n n lagarange cubic interpolation algorithm
Update
: 2025-02-19
Size
: 1kb
Publisher
:
张三华
[
Mathimatics-Numerical algorithms
]
Lagrange插值
DL : 0
Lagrange插值,自己做的一个插值算法-Lagrange interpolation, have done an interpolation algorithm
Update
: 2025-02-19
Size
: 252kb
Publisher
:
剑胆琴心
[
Mathimatics-Numerical algorithms
]
插值算法
DL : 0
用C++编写的插值程序-prepared by the interpolation procedures
Update
: 2025-02-19
Size
: 1kb
Publisher
:
lin
[
Mathimatics-Numerical algorithms
]
克里金算法
DL : 1
等值线原码中插值算法,还可以吧。如有问题给我发EMAIL.-contours original codes interpolation algorithm, it can. If problems given me a email.
Update
: 2025-02-19
Size
: 1kb
Publisher
:
周玉明
[
SCM
]
已知两点求第三点的双字节无符号定点插值算法
DL : 0
两个点的线性插值定点数算法 说明:1、基本公式 y=( y2-y1 ) ( x-x1 ) / ( x2-x1 ) + y1 2、根据直线斜率的正负、内插外插的不同,分为6种情况。 3.参见文件夹中的“插值算法的6种情况”一图。-two points of linear interpolation algorithm for determining points : one, the basic formula y = (y2- y1) (x-x)/(x2- x1) y1 2, according to the slope of the linear positive and negative, interpolation, extrapolation of different, divided into six kinds of situations. 3. See folder "interpolation algorithm for the six species of" a map.
Update
: 2025-02-19
Size
: 16kb
Publisher
:
马良
[
GDI-Bitmap
]
图像处理插值1[1].2
DL : 0
用插值算法实现的图像放大,缩小,灰度图的转换等功能-interpolation algorithm used to enlarge images, narrow, grayscale conversion function
Update
: 2025-02-19
Size
: 186kb
Publisher
:
师为礼
[
WEB Code
]
多点插值算法
DL : 0
多点插值算法 解压后可直接运行 文件只有一个.CPP文件-more interpolation algorithm can be directly extracted after running only one document. CPP documents
Update
: 2025-02-19
Size
: 2kb
Publisher
:
原宏智
[
Mathimatics-Numerical algorithms
]
Lagrange_Newton_Aitken插值算法
DL : 0
Lagrange,Newton,Aitken三个插值公式算法的演示.DOS界面输出计算结果.-Lagrange, Newton, Aitken three interpolation algorithm formula demo. DOS interface output results.
Update
: 2025-02-19
Size
: 15kb
Publisher
:
谢树扬
[
CSharp
]
C程序的插值
DL : 0
这是lagrange插值与Newton插值算法的源代码-Hangzhou interpolation and Newton interpolation algorithm source code
Update
: 2025-02-19
Size
: 3kb
Publisher
:
刘晓朱
[
Other
]
插值
DL : 0
采用下拉菜单的方式实现数字插值方式的选择,并通过回调函数完成相应的插值算法和图像显示,在原始数据的输入和处理上,主要采用字符串的写入和读取与处理方式,实现对原始数据读入和分析。本次设计是对单选按钮的使用、按钮控件的应用及轴显示图形应用的综合设计,最终实现了多种插值算法的切换。通过设计与调试,本工具包集成了一维插值和二维插值中的最邻近插值,最小立方插值,线性插值等插值算法,最后达到对同一组数据可以用不同插值方法设计,通过优化处理得到适合插值算法。(The drop-down menu select digital interpolation method, and the callback function completed corresponding interpolation algorithm and image display, in the original data input and processing, mainly uses the string write and read and treatment, to read and analyze the original data. This design is on the radio button, button control application and axis shows the comprehensive design of graphics applications, finally realizes the switching of various interpolation algorithms. Through the design and debugging, the kit integrates the one-dimensional and two-dimensional interpolation method of the nearest interpolation, the smallest cubic interpolation, linear interpolation, such as interpolation algorithm, and finally achieve the same set of data can be designed using different interpolation methods. By optimizing the processing for the interpolation algorithm.)
Update
: 2025-02-19
Size
: 15kb
Publisher
:
jrhc
[
Mathimatics-Numerical algorithms
]
matlab插值算法编程
DL : 0
数值计算科学中的插值算法的MATLAB程序(MATLAB program of interpolation algorithm)
Update
: 2025-02-19
Size
: 11kb
Publisher
:
mafei217
[
Mathimatics-Numerical algorithms
]
SplineInterpolationAitken插值算法 C++程序
DL : 1
用c++实现spline插值算法,需要的可以下载~~(Implementation of spline interpolation algorithm with c++)
Update
: 2025-02-19
Size
: 2kb
Publisher
:
进击的大泡
[
Internet-Network
]
插值方法
DL : 0
插值算法:插值方法包括:(1)线性插值(2)抛物插值(3)拉格朗日插值。三种方法都是利用离散的数据近似模拟曲线函数走向,从而给出指定离散点对应的函数值。选用不同类型的插值函数,逼近的效果不同,线性插值需要根据给定的两个点,抛物插值需要给定三个点,一般形式则通过拉格朗日插值来求解(Interpolation algorithms: interpolation methods include: (1) linear interpolation (2) parabolic interpolation (3) Lagrange interpolation. The three methods use the discrete data to approximately simulate the curve function trend, and then give the function values corresponding to the designated discrete points. Different interpolation functions are used, and the effect of approximation is different. Linear interpolation needs to give three points according to the given two points, and the general form is solved by Lagrange interpolation)
Update
: 2025-02-19
Size
: 8kb
Publisher
:
HAI&FISH
[
Other
]
第4章 插值
DL : 0
matlab插值计算相关程序,各种插值算法,有十九个文件(Matlab interpolation calculation related procedures, a variety of interpolation algorithms, there are nineteen files)
Update
: 2025-02-19
Size
: 10kb
Publisher
:
剑客123
[
Special Effects
]
双线性插值算法
DL : 0
双线性插值c++实现,环境为vs2013(]bilinear interpolation)
Update
: 2025-02-19
Size
: 3kb
Publisher
:
抓到你嘿嘿嘿
[
Other
]
插值算法
DL : 0
hermite插值,Newton插值,lagrange插值是三种常用的数值插值方法,本文件采用MATLAB对三种插值算法进行了实现。(hermite interpolation)
Update
: 2025-02-19
Size
: 1kb
Publisher
:
那抹阳光1994
[
Internet-Network
]
三次样条插值
DL : 0
运用样条插值算法实现对点的选取及计算和数据预测。(The spline interpolation algorithm is used to realize the selection of the point, the calculation and the prediction of the data.)
Update
: 2025-02-19
Size
: 2kb
Publisher
:
信阳大板栗
[
Other
]
1插值法—拉格朗日插值法
DL : 0
使用matlab编写了拉格朗日插值算法的函数,里面有题目,可直接运行计算得到结果。(The function of Lagrange interpolation algorithm is written by MATLAB. There are questions in it, which can be directly run and calculated and get the result.)
Update
: 2025-02-19
Size
: 5kb
Publisher
:
jeff1130
[
Windows Develop
]
三次四阶b样条插值算法(Deboor算法)
DL : 0
本代码为三次B样条曲线插值算法,ZIP压缩包为整个工程,可直接使用(This code is cubic B-spline curve interpolation algorithm, ZIP compression package for the whole project, can be used directly.)
Update
: 2025-02-19
Size
: 37.44mb
Publisher
:
陈哈
«
1
2
3
4
5
6
7
8
9
10
...
50
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.