-
bisection_new
Step 1: Set i=1
FA=f(a)
Step 2: while i≤ No do step 3-6.
Step 3 set p=(a+b)/2
FP=f(p)
Step 4 if FP<TOL or (b-a)/2<TOL then
OUTPUT(p)
STOP.
prepared by Razana Alwee
24
Algorithm
Step 5 set i=i+1
Step 6 if FA.FP > 0 then set a=p
FA=FP
else set b=p.
Step 7 OUTPUT (‘Method failed after No iteration,
No=’, No)
- 2011-11-23 09:49:57下载
- 积分:1
-
bn
说明: Brain Brain-State State-in in-a-Box (BSB) Neural Network. Here a BSB neural network is implemented. It is an autoassociative memory.
- 2012-10-04 12:49:54下载
- 积分:1
-
four_channel_hologram
四通道全息图的生成与重建代码,具有一定的借鉴意义(Code generation and four-channel hologram reconstruction, with some reference)
- 2013-11-23 22:18:56下载
- 积分:1
-
MATLAB-application
Matlab基础及其应用教程,方便初学者学习(Matlab basis of their application tutorial, easy for beginners to learn)
- 2012-10-20 12:03:51下载
- 积分:1
-
OFDM
OFDM调制与解调,其中数字调制方式为QPSK。(OFDM modulation and demodulation, the digital modulation method is QPSK.)
- 2020-07-02 06:20:02下载
- 积分:1
-
quiz2
gauss quadrature simulation with PID simulink file. this file can be used to simulate and analyzed the gaussian equation till 3 point of integration.
- 2010-10-30 13:40:39下载
- 积分:1
-
leidahuibo
生成雷达回波的matlab源程序,包括噪声,线性调频等相关内容,详细注释(Generate radar echo matlab source code, including noise, chirp, detailed notes)
- 2012-11-24 10:48:21下载
- 积分:1
-
GOFBBlockCipher
implements the GOST 28147 OFB counter mode (GCTR).
- 2014-02-17 14:53:33下载
- 积分:1
-
divakar
this code is for sugar test .............................
- 2011-09-23 20:17:49下载
- 积分:1
-
Huffman-code
Huffman code的matlab程序,用一幅图像作为training image得到像素的Huffman编码,然后编码另外一幅图像,求得average code length。(Huffman code of matlab program, with an image as a training image pixel Huffman coding, then coded another image obtained average code length.)
- 2012-10-01 23:11:08下载
- 积分:1