-
shudu2
计算数独的好方法,能够快速解决问题,使用方便(Good way to calculate the number of independent, able to quickly solve the problem, easy to use)
- 2010-06-19 00:10:03下载
- 积分:1
-
OFDMSimulationUsingMatlab
一篇关于matlab实现ofdm仿真及性能分析改进的论文(With regard to achieving a matlab simulation ofdm and performance analysis and improvement of the paper)
- 2010-03-02 17:54:04下载
- 积分:1
-
[eBook]-A-Guide-to-
MATLAB学习资料,新手和有经验的都可以使用,英文文章,适合英文好的人使用(MATLAB learning materials, novice and experienced can use the English articles, suitable for the use of good English)
- 2012-05-19 18:32:58下载
- 积分:1
-
NumericalMethodsinEngineeringwithMATLAB
Numerical Methods in Engineering with MATLAB
- 2009-09-29 06:36:07下载
- 积分:1
-
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
-
SOURCECODINGMODEL
Different source coding techniques
- 2012-01-17 21:20:37下载
- 积分:1
-
ais_youhua
黄友瑞的智能优化算法书中的免疫算法源代码!!!!(Intelligent Optimization Algorithm Huang Yourui immune algorithm source code book! ! ! !)
- 2010-08-13 16:10:55下载
- 积分:1
-
treeGeneration
关于树影提取求解树冠面积的matlab函数(About shadow extraction solution canopy area function
)
- 2015-02-07 11:24:07下载
- 积分:1
-
code
Description:
Matlab examples for a seminar in stochastic simulation:
http://www.math.uu.se/~ikaj/courses/matlab/
###############
Installation:
After decompressing, run stsimpath.m in the main directory.
Alternatively, you may add to your startup.m:
addpath( path_to_stsimbm , ...
path_to_stsimcounting , ...
path_to_stsim
anvar , ...
path_to_stsim
tree, ...
path_to_stsimservice , ...
path_to_stsimstproc , ...
path_to_stsim eletraffic , ...
path_to_stsimwaxman )
Any suggestions or comments are welcome.
- 2015-07-04 02:59:08下载
- 积分:1
-
Matlab2
这是书籍:Matlab控制系统与应用的源码,(This is the book: Matlab control system and application source code,)
- 2009-03-11 19:56:10下载
- 积分:1