搜索资源列表
runge
- 数值逼近对于Runge函数f(x)= ,在[-1,1]上作等距节点插值,分别取n=4,n=8,n=12,插值的图像-Numerical approximation for the Runge function f (x) =, in [-1,1] on equidistant nodes for interpolation, respectively n = 4, n = 8, n = 12, the image interpolation
bpalgorithm1
- BP算法的C语言实现,可用于函数逼近,分类,数据挖掘应用等-BP algorithm C language can be used to function approximation and classification, data mining applications
shuzhifenxi
- 相关知识:通过n+1个节点的次数不超过n的Lagrange插值多项式为: 其中,Lagrange插值基函数 ,k=0,1,…,n。 实验用例: 已知函数y=f(x)的一张表: x 0 10 20 30 40 50 60 70 80 90 100 110 120 y 5 1 7.5 3 4.5 8.8 15.5 6.5 -5 -10 -2 4.5 7 试验要求:利用Lagrange插值多项式 求被插值函数f(x)在点x=65处的近似值。建议:画出Lagrange插值多项
shuzhifenxi2
- 实验题目: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
RBFtidu
- 这是一个用RBF神经网络用梯度算法实现的一个函数逼近源代码-This is a use of RBF neural network algorithm with gradient function approximation of a source code
TSP
- 本程序实现了NPC问题旅行商的三个近似算法。-This procedure achieved a traveling salesman problem NPC three approximation algorithm.
try
- 紧束缚近似下算矩阵的对角化问题。fortran语言编写。-Tight-binding approximation operator matrix diagonalization problem. fortran language.
network_report
- 人工神经网络的实验报告,用于模式识别、函数逼近和网络预测。-Artificial Neural Network Experiment Report for pattern recognition, function approximation and forecast network.
approximation
- 该程序的作用用于产生正交多项式.该压缩包内含有多个M文件,其中Approximation.m文件为主要的函数文件,它会调用其他的函数文件.该函数提供了和Matlab自身提供的函数一样的条用方式.-The role of the program used to generate orthogonal polynomials. The package contains a number of M documents, including documents Approximation.m funct
SumOfSub
- 给定一个正整数的集合,子集和问题要求在这个正整数集合中,找出其和不超过正整数C的最大和数的子集,且设计的算法是基于近似算法的基本思想。-Given a set of positive integers, a subset of the requirements and problems in this set of positive integers, to find out and no more than the largest positive integer C, a subset of
Campbell
- Campbell figure is very good method in solving nonlinear dynamics-this code gives a good approximation method to get Campbell figure
Real-roots-of-equations-of-higher
- 本文根据STURM定理设计了一个算法按这一算法编写了一个求高次方程所有实根近似值的C语言程序. -STURM theorem in this article in accordance with an algorithm designed by this method for the preparation of a high approximation of real roots of all equations of the C language program.
IEEEXplore9
- A Novel Least Squares Support Vector Machine Kernel for Approximation
Newton3
- 一元二次方程牛顿迭代法的可视化,只要你输入参数以及逼近值,即以界面的形式输出结果以及图形-Dollar Quadratic Newton iteration method for visualization, as long as you enter the parameters and the approximation value, that is in the form of output interface, and graphical
homework
- 二分法求exp(x)+10*x-2=0的近似跟 ,要求输入上限,下限,允许误差-Dichotomy seeking exp (x)+10* x-2 = 0 approximation with the request for imported ceiling, floor, allowing the error
FastBilateralEramianMatlab
- A Fast Approximation of the Bilateral Filter using a Signal Processing Approach Sylvain Paris and Frédo Durand MIT technical report 2006 (MIT-CSAIL-TR-2006-073)
approximation
- 最佳二次逼近 数值分析 数值分析-The best approximation of the second approach the optimal numerical analysis numerical analysis of secondary
Approximation-method--BPs-l1-norm
- 基于BP的l1范数逼近法-Approximation method based on BP s l1 norm
Simple-Function-Approximation
- Simple Function Approximation
APPROXIMATION
- 这是书籍An Introduction to Scientific Computing Twelve Computational Projects Solved with MATLAB第三章多项式逼近函数的matlab程序,具体的函数和多项式的阶数可以参见书籍-This is books An the Introduction to Scientific Computing Twelve Computational Projects Solved with MATLAB in the third
