-
BP-ANN
建立一个BP神经网络。进行训练和测试,数据样本包含在压缩文件中(Build a BP Artificial Neural Networks.Train and test the data in the rar file)
- 2012-04-13 15:47:18下载
- 积分:1
-
select
matlab程序,实现meanshift算法用以来实现运动目标的自动跟踪。(sinmatlab procedures, since meanshift algorithms for automatic tracking of moving targets.)
- 2015-01-06 17:15:51下载
- 积分:1
-
power_PVarray_grid_avg
说明: 100kV光伏并网平均模型
MPPT使用扰动观察法(Average Model of 100 kV Photovoltaic Grid Connection
MPPT uses perturbation observation method)
- 2021-01-07 13:58:52下载
- 积分:1
-
Ten_classical_algorithm_of_mathematical_modeling
数学建模十大经典算法,希望各位喜欢。请多多支持,多多下载!(Ten classical algorithm of mathematical modeling, I hope you like. Please support, a lot of downloads!)
- 2010-12-17 10:07:31下载
- 积分:1
-
matcont4p0
matcont is a Matlab continuation package with a GUI for the in-
teractive numerical study of parameterized nonlinear ODEs. It allows
to compute curves of equilibria, limit points, Hopf points, branch points
of equilibria, limit cycles, fold, flip, torus and branch point bifurcation
points of limit cycles, and homoclinic orbits. matcont can start these
computations from equilibria or periodic orbits computed by time inte-
gration and it can monitor user-defined functions and locate their roots
along computed curves. matcont can compute all necessary derivatives
by finite differences, from file or by using the symbolic toolbox of Mat-
lab. In this tutorial we describe a numerical study of a chemical model of
Steinmetz and Larter where a user function is monitored, a stable periodic
orbit is started from time integration and bifurcations of periodic orbits
are detected and continued.
- 2012-04-21 12:55:59下载
- 积分: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
-
zhengliuqiaofengzhuang
说明: 可实现三相交流电的24脉波整流,可以出图,请放心使用(It can realize 24-pulse rectifier of three-phase alternating current. The drawing can be drawn. Please feel free to use it.)
- 2019-04-24 14:51:26下载
- 积分:1
-
粒子群优化算法优化连杆
说明: 运用粒子群优化算法进行连杆的优化设计,值得参考学习!(Using particle swarm optimization algorithm to optimize the design of connecting rod is worth learning!)
- 2020-05-12 16:51:51下载
- 积分:1
-
main
omp 算法 你可以通过这个算法完成图像恢复,效果好,恢复时间短,误码率低,解决凸优化算法复杂度高的缺点convex optimization algorithm with high complexity(omp algorithm you can accomplish by this algorithm for image restoration, good effect, shorter recovery time, error rate, to solve the shortcomings of convex optimization algorithm with high complexity)
- 2014-01-13 20:49:57下载
- 积分:1
-
matlab111
《MATLAB在控制系统中的应用》实例程序,可以直接编译运行()
- 2008-03-07 17:36:21下载
- 积分:1