-
fixed_point_systems
Fixed-point for functions of several variables (Function fixed_point_systems(x0, N) approximates the solution of a system of nonlinear equations F(x) = (f1(x), f2(x), ..., fn(x)) = 0 rewritten in the fixed-point form x = G(x) = (g1(x), g2(x), ..., gn(x)). This is done by the user at the bottom of the file. The sub-function G(x) has to be updated accordingly with the given system. The iteration scheme x(k+1) = G(x(k)) is implemented until condition |x(k)- x(k-1)| < tol is met, starting with an initial approxiamtion vector x0. If, after N iterations, the stopping criterion is not reached, a message concerning the iterated x s is displayed. the output consists of iterates of each variables x1, x2, ..., xn in each column. )
- 2009-05-14 04:39:19下载
- 积分:1
-
shooting
关于线性打靶法的GUI文件,函数方程用shootingfun.m文件(linear shooting method on the GUI, function equation shootingfun.m documents)
- 2006-06-03 21:33:21下载
- 积分:1
-
cpp-objc-en.pdf
A good guideline for objective c programmers.
- 2014-08-21 13:47:41下载
- 积分:1
-
SVM
支持向量机源程序代码,c++运行环境,matlab例程(SVM source code, c++ runtime environment, matlab routine)
- 2013-03-12 19:58:33下载
- 积分:1
-
full_bridge_V2
DCDC全桥变换器的闭环simulink模型,电压闭环PI控制(Simulink for full_bridge DCDC.it was controled by PI controler )
- 2013-11-12 18:11:43下载
- 积分:1
-
GRNN
基于BP和GRNN神经网络的粮食产量预测研究,通过训练样本和测试样本的交叉验证,实现粮食产量预测效果的最佳化(Prediction of Grain Yield BP and GRNN based training through cross-validation and testing samples, to achieve the best effect of the Grain Production Forecast)
- 2016-04-08 09:55:07下载
- 积分:1
-
windowedtest
加窗程序,包含了各种分析窗,经过调试已经通过!(Windowed program, including a variety of analysis window, after debugging has passed!)
- 2007-10-16 11:40:18下载
- 积分:1
-
geodetic292a
GNSS接收机导航定位解算的matlab源代码(matlab source code for GNSS receiver positioning processing)
- 2010-12-08 17:44:26下载
- 积分:1
-
BP-network
matlab 基于PID控制器的BP神经网络系统的仿真(matlab PID controller based on BP neural network system simulation)
- 2011-01-07 17:24:20下载
- 积分:1
-
LDPC
ldpc的编码和译码方法,译码我验证过了,都是对的,包括wbf和bf译码方法,编码方法包括四种不同的编码方法(LDPC encoding and decoding method, decoding I verified, all is right, including any WBF and bf decoding method, the encoding methods include four different coding methods
)
- 2014-09-23 15:31:25下载
- 积分:1