-
fixed_point
Fixed-Point iteration(Function fixed_point(p0, N) approximates the solution of an equation f(x) = 0, rewritten in the form x = g(x), which is a sub-function the user has to enter. the call to the function fixed_point(p0, N) returns the root of the equation f(x),i.e. the fixed-point of g(x), if the procedure is successful or a sequence of iterates in case something goes wrong. p0 is the initial approximation and N the maximum number of iterations. If, after N iterations, condition |x(k)- x(k-1)| < tol is not satisfied, all iterated values will be displayed, accompanied by a message asking the user to either change p0 in case of divergence or enter another g(x) that does not lead to complex numbers arithmetics. Reasons for the program to go wrong are the divergence of iterates and/or appearance of complex numbers for example with functions involving sqrt(x) when one of the iterates is negative. )
- 2009-05-14 04:43:58下载
- 积分:1
-
vp_code_Gabor
这个代码能够比较精确地实现图像中道路区域的分割与提取。(This code addresses this question by
decomposing the road detection process into two steps: the estimation
of the vanishing point associated with the main (straight) part
of the road, followed by the segmentation of the corresponding
road area based upon the detected vanishing point. The main
technical contributions of the proposed approach are a novel
adaptive soft voting scheme based upon a local voting region using
high-confidence voters, whose texture orientations are computed
using Gabor filters, and a new vanishing-point-constrained edge
detection technique for detecting road boundaries.)
- 2011-08-27 09:07:50下载
- 积分:1
-
Tperf
this source code is very well
- 2013-08-16 01:28:01下载
- 积分:1
-
matlab
MATLAB 智能语言文档 从零开始学软件 (Intelligent document MATLAB language learning software from scratch)
- 2009-05-09 19:19:33下载
- 积分:1
-
VC++Matlab
说明: vc++与matlab混合编程快速实现!PDF文档下载(vc++ with matlab realize mixed language programming fast! PDF document download)
- 2008-09-07 12:56:51下载
- 积分:1
-
dcloadflow
dc load flow in power system. linear proggramming model use in dc power flow of power system.
- 2013-04-21 14:44:06下载
- 积分:1
-
MatlabProgramming
matlab 英文原本使用资料!下载浏览(用pdf格式),大量实例,帮助您掌握MATLAB!(matlab English original and use the information! Download browser (in pdf format), a large number of examples to help you keep track of MATLAB!)
- 2007-11-14 23:01:27下载
- 积分:1
-
Cycle-detection
这是认知无线电检测中的循环检测代码,希望大家享用(This is the cognitive radio detection loop detection code, I hope you enjoy)
- 2011-04-29 19:13:20下载
- 积分:1
-
matlabKFtool954
kalman filter matlab tool
- 2012-03-22 18:40:23下载
- 积分:1
-
ThreeP6_cycloconverter
自己做的三项六脉波交交变频器仿真模型,参考了师兄的博士论文和部分书籍所做,和matlab给的demo有较大区别。(Own doing three the six pulse CYCLOCONVERTER simulation model, with reference made to the brothers of the doctoral thesis and portions of books, and matlab give the demo is quite different.)
- 2013-03-13 00:33:15下载
- 积分:1