-
thefunctiofMatlab
Matlab的函数描述,详细介绍。你可以看到这个文件了解许多MATLAB的函数功能(discribe the function of Matlab)
- 2009-02-20 12:48:23下载
- 积分:1
-
ga
本程序是作者在科研项目中,编写并亲测。该程序用来求解无约束单目标优化问题。对于约束优化问题,可做相应的修改,即可使用。(Genetic Algorithm coded in Matlab. We used the program to solve the unconstrained optimization problems.)
- 2014-09-26 17:07:38下载
- 积分:1
-
DeepLearnToolbox-master
深度学习工具箱的matlab程序,包括NN,CNN,CAE,SAE,DBN等多种深度学习算法。
(It s a deep learning toolbox of matlab, including NN, CNN, CAE, SAE, DBN and other deep learning algorithms.)
- 2014-07-10 21:46:25下载
- 积分:1
-
gapso
说明: 在求解装备的资源约束型装配线一类平衡问题时,借助遗传算法和粒子群算法,并对遗传算法和粒子群算法进行改进,利用matlab程序进行优化求解。(The type 1 assembling line balancing problem for certain equipment is sovled with modified genetic-particle swarm optimization algorithm by using matlab languge.)
- 2019-04-29 16:33:01下载
- 积分:1
-
workspace52-例程
说明: MCU控制BUCK-BOOST电路时电压反馈的解决-技术文章-模拟与电源技术(Solution of Voltage Feedback in MCU Controlling BUCK-BOOST Circuit-Technical Article-Analog and Power Supply Technology)
- 2020-11-23 17:19:34下载
- 积分:1
-
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
-
BP1
使用matlab 中最基本的语言实现的BP神经元网络算法(Use the most basic language matlab realize the BP neural network algorithm)
- 2008-07-02 10:28:52下载
- 积分:1
-
paper3
关于LTE的文章,希望大家喜欢。Better Performance ACF Operation for PAPR Reduction of OFDM Signal.pdf(Better Performance ACF Operation for PAPR Reduction of OFDM Signal.pdf)
- 2015-04-04 15:35:06下载
- 积分:1
-
最近邻插值算法matlab实现44016728nearset
最近邻插值算法matlab实现,内含程序和说明,非常详细(The implementation of the nearest neighbor interpolation algorithm matlab)
- 2018-06-16 22:46:58下载
- 积分:1
-
Interactive_Image_Segmentation_by_Maximal_Similari
实现了区域合并的图像分割的经典方法,是Interactive Image Segmentation by Maximal Similarity based Region Merging 论文的源码,可以好好研究(Regional integration to achieve the classic method of image segmentation is the Interactive Image Segmentation by Maximal Similarity based Region Merging paper source, you can carefully study)
- 2010-05-14 15:23:51下载
- 积分:1