-
matlab常用算法程序集
说明: matlab常用算法程序集主要用于解决插值、函数逼近、矩阵特征值计算、数值微分、数值积分、方程求根、非线性方程组求解、解线性方程组的直接法、解线性方程组的迭代法、随机数生成、特殊函数计算、常微分方程的初值等问题(Mainly solve interpolation, function approximation, matrix eigenvalue calculation, numerical differentiation, numerical integration, equation roots, nonlinear equations solving, direct methods for solving linear equations, iterative methods for solving linear equations, random number generation, special functions Calculation, initial value of ordinary differential equations, etc.)
- 2020-07-28 20:58:13下载
- 积分:1
-
comput_v
应用FORTRAN语言编写的通过方向应力张量与应力余弦张量求解主应力矩阵(Application FORTRAN language through direction cosine stress tensor and the stress tensor matrix solving the principal stress)
- 2013-08-13 10:16:21下载
- 积分:1
-
Dieselengine
一个柴油机模型,能计算柴油机的油耗率,扭矩(a diesel engine modle)
- 2021-01-11 11:18:49下载
- 积分:1
-
e1
说明: 16点基4—FFT算法编程。输入16点的序列,采用基4-fft方法计算其快速傅里叶变换。(16 points-based 4-FFT algorithm for programming. Enter the 16-point sequence, with the base 4-fft method for calculating the fast Fourier transform.)
- 2010-11-19 18:21:25下载
- 积分:1
-
lwpr
说明: 局部线性回归方法及其稳健形式已经被看作一种有效的非参数光滑方法.与流行的核回归方法相比,它有诸多优点,诸如:较高的渐近效率和较强的适应设计能力.另外,局部线性回归能适应几乎所有的回归设计情形却不需要任何边界修正。(Local linear regression methods and their solid form has been seen as an effective non-parametric smoothing method. Contrary to popular kernel regression methods, it has many advantages, such as: higher efficiency and stronger asymptotic adaptation design capacity. In addition, the local linear regression to adjust to the return of the design of almost all cases does not require any boundary amendment.)
- 2020-11-09 15:19:46下载
- 积分:1
-
DOP.m
说明: 该程序适用于GPS接收机定位精度因子DOP值计算(GPS DOP value)
- 2020-11-10 21:39:45下载
- 积分:1
-
finity2D
二维有限元源代码,为位势问题基本代码,具有一定实用性(Two-dimensional finite element source code for potential problems basic code, with some practical)
- 2013-12-23 09:25:45下载
- 积分: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
-
matlab_bgl
说明: 基本图论函数库,应用matlab程序,实现路径规划问题(The MatlabBGL library fills a hole in Matlab s suite of algorithms. Namely, it provides a rich set of algorithms to work with graphs, as in graph theory graphs. The MatlabBGL package uses Matlab s native sparse matrix type as a graph and provides algorithms that work)
- 2009-08-19 10:19:04下载
- 积分:1
-
MUSCL-master
说明: 利用muscl格式求解可压缩多相流,采用minimod,vanabada限制器(Using muscl scheme to solve the compressible multiphase flow, using Minimod, vanabada limiter)
- 2020-04-22 11:46:10下载
- 积分:1