-
inpolygon.f
to judge points in a polygon
- 2013-10-17 17:17:43下载
- 积分:1
-
fgcone
matlab 程序 圆锥拟合 使用最小二乘法(matlab cone fitting procedure using the least squares method)
- 2021-02-22 11:19:41下载
- 积分:1
-
fatigue
abaqus二次开发UMAT在损伤方面的应用(ABAQUS two development of UMAT in the application of damage)
- 2018-01-24 13:20:07下载
- 积分:1
-
一种优化的神经网络数字预失真方法
说明: 基于神经网络的数字预失真技术,即智能DPD(Digital Predistortion Technology Based on Neural Network)
- 2019-09-27 20:57:50下载
- 积分:1
-
matlab
一些关于数学思想应用的matlab代码,以供大家学习分享;(The application of mathematical ideas about matlab code for them to learn to share
)
- 2011-10-24 21:04:33下载
- 积分:1
-
na7
Orthogonal Polynomials Approximation
数值分析,计算正交基多项式的系数
(Given a function f and a set of m >0 distinct points . You are supposed to write a function to approximate f by an orthogonal polynomial using the exact function values at the given m points with a weight assigned to each point . The total error must be no larger than a given tolerance.
Format of function
int OPA( double (*f)(double t), int m, double x[], double w[], double c[], double*eps )
where the function pointer double (*f)(double t) defines the function f int m is the number of points double x[] contains points double w[] contains the values of a weight function at the given points x[] double c[] contains the coefficients of the approximation polynomial double*eps is passed into the function as the tolerance for the error, and is supposed to be returned as the value of error. The function OPA is supposed to return the degree of the approximation polynomial.
Note: a constant Max_n is defined so that if the total error is still not small enough when n = Ma)
- 2011-11-27 11:47:21下载
- 积分:1
-
Lagrange
三階拉格朗日內差法。使用了Farrow結構,簡化三階多項式係數之運算。(third-order Lagrange interpolation algorithm. use Farrow structure to simplify the coefficients of the polynomial of Lagrange method.)
- 2020-12-14 18:59:13下载
- 积分:1
-
mom
矩量法仿真电磁辐射和散射的源代码(c++) (Moment Method Simulation of electromagnetic radiation and scattering of the source code (c++))
- 2021-03-20 23:59:18下载
- 积分:1
-
reynolds-equation
用有限差分法求解雷诺方程,提供了一段简介的MATLAB程序(Reynolds equation using the finite difference method, the period of introduction MATLAB program)
- 2013-05-20 10:44:24下载
- 积分:1
-
ConsoleApplication1
C#写的两个简单的小程序,分别用牛顿插值法和三次样条插值法来进行插值。(A program written by C#. It uses Newton Interpolation Method and Spline Interpolation Method )
- 2015-12-03 20:23:54下载
- 积分:1