-
121
1. 牛顿迭代法
function [x,i]=newtonmethod(x0,f,ep,Nmax)
牛顿法求非线性方程根
x0是输入初始值, f是输入函数, 精度要求ep, Nmax为最大迭代次数
x是输出迭代序列,i是迭代次数
2. 二分法
function [x,k]=bisection(a,b,f,ep)
二分法解非线性方程
输入区间[a,b],函数f和误差ep, Nmax为最大二分次数
x为输出近似根, k为二分次数
( Newton s law and the dichotomy)
- 2020-10-12 22:57:32下载
- 积分:1
-
fourier_trans
傅立叶变换的C语言实现,可在Turbo C以及Visual C++下实现。(Fourier Transform C language, in Turbo C and Visual C under.)
- 2006-12-31 11:06:45下载
- 积分:1
-
Diag_loading
阵列处理作业,MVDR或者其他高分辨方法,由于信号源无法确定,造成估计误差,采用对角加载的 增加单位阵法 ,以及 六源准则法 获取优化结果。(Array processing, MVDR, or other high-resolution method, the source can not be determined, resulting in the estimated error, the use of diagonal loading ' to increase the unit matrix method' , and ' six-source criteria method' to obtain optimal results.)
- 2020-11-08 13:49:48下载
- 积分:1
-
1
说明: 利用有限差分法求解雷诺方程,进而可以求解气体静压轴承的特性(The Reynolds equation is solved by the finite difference method, and the characteristics of aerostatic bearing can be solved.)
- 2018-05-19 18:05:08下载
- 积分:1
-
optics-VCPP
说明: Optics聚类算法 OPTICS没有显示地产生一个数据集合簇,它为自动和交互地聚类分析计算一个簇次序。这个次序代表了数据基于密度地聚类结构。它包含地信息,等同于从一个宽广地参数设置范围所获得的基于密度的聚类(Optics do not show clustering algorithm OPTICS to produce a collection of data clusters, it is automatically and interactively computing cluster analysis a cluster order. This order represents the data to cluster based on the density structure. It contains in information from a broadly equivalent range of parameters obtained by density-based clustering)
- 2020-11-07 15:19:49下载
- 积分:1
-
fft
this is fft header file for fast fourier transform. with this file, you can compute frequency spectrum zero to tow pi.
- 2009-10-17 02:06:53下载
- 积分:1
-
NS_Solver_Staggered_Pressure
一个求解Navier-Stokes不可压缩流动的代码。用Matlab编制。(It s a source code for Navier-Stokes equation in incompressilbe flow, which is written in Matlab.)
- 2020-06-29 14:00:02下载
- 积分:1
-
SIMCA-PP-11-Tutorial
simca-p偏最小二乘法软件教程....(useful word)
- 2012-01-09 19:18:54下载
- 积分:1
-
Connection-instance
基于Ansys有限元软件,利用MPC技术对SOLID-SHELL单元进行连接实例—简支梁(Based on Ansys finite element software, the use of MPC SOLID-SHELL unit connected instance- Charpy)
- 2012-12-19 15:31:24下载
- 积分:1
-
mie-uu36
合成孔径雷达(SAR)目标成像仿真,多姿态,多角度,有不同光照,小波包分析提取振动信号中的特征频率。( Synthetic Aperture Radar (SAR) imaging simulation target, Much posture, multi-angle, have different light, Wavelet packet analysis to extract vibration signal characteristic frequency.)
- 2017-04-09 13:35:34下载
- 积分:1