-
solve
matlab的解方程的经典算法,可用于数学建模(matlab drawing of the classical algorithm can be used for mathematical modeling)
- 2011-08-04 15:28:45下载
- 积分:1
-
di-shang-tu-pian-chuli
matlab 源码程序 基于互信息熵的图像配准方法,其中包括图像配准的程序,还有程序运行的界面,对于初学图像配准或者利用MATLAB做GUI界面的同学有所帮助(matlab source program based on mutual information image registration methods, including image registration procedures, as well as running the interface, image registration for the beginner or the use of MATLAB GUI interface to do to help students)
- 2013-12-18 19:32:35下载
- 积分:1
-
matlab
说明: 本文档含两个m文件dial.m和 dijkstra1.m ,dial需要调用dijkstra1。(This document contains two m files, dial.m and dijkstra1.m. Dial needs to call dijkstra1.)
- 2020-06-19 00:20:02下载
- 积分:1
-
periodogramSinusInNoise
periodogram method for power spectrum estimation
- 2015-02-14 22:43:59下载
- 积分:1
-
EvaluateReversePolishNotation
Evaluate the value of an arithmetic expression in Reverse Polish Notation.
Valid operators are +, -, *, /. Each operand may be an integer or another expression.
Some examples:
[ 2 , 1 , + , 3 , * ] -> ((2 + 1) * 3) -> 9
[ 4 , 13 , 5 , / , + ] -> (4 + (13 / 5)) -> 6
分析:这一题就是写程序计算逆波兰式的结果,遍历表达式,碰到操作数入栈,碰到操作符就从栈顶取出两个操作数,再将计算后的结果入栈,最后栈中剩余的唯一操作数就是计算结果。(. Evaluate the value of an arithmetic expression in Reverse Polish Notation Valid operators are+,-,*,/Each operand may be an integer or another expression Some examples:.. [" 2" , " 1" , " +" , " 3 " ," * " ]-> ((2+ 1)* 3)-> 9 [" 4 " ," 13 " ," 5 " ," /" ," + " ]-> (4+ (13/After this problem is to write a program to calculate the inverse Polish results, iterate expression operand stack encounter, encounter operator to fetch two operands the stack, and then calculated as follows:> 6 Analysis- 5)) The results of the stack, the only remaining operand stack is the final calculations.)
- 2015-03-15 23:06:09下载
- 积分:1
-
MySimulate
WSN中leach协议的改进算法,在MATLAB中对成簇过程和数据处理过程进行优化。(Improved algorithm in WSN leach protocol in MATLAB process of clustering and data processing optimization.)
- 2016-03-10 18:08:47下载
- 积分:1
-
newkqpso
说明: 对k-medoids与qpso结合的算法进行改进。选择调用qpso优化,降低运行时间,提高算法的执行效率。(Pairs of k-medoids algorithm combined with the qpso improvements. Select call qpso optimization, reducing operating time and improve the efficiency of the implementation of the algorithm.)
- 2010-03-24 14:19:52下载
- 积分:1
-
Math4
this matlab source code is for starting
- 2013-01-28 07:39:21下载
- 积分:1
-
Multi-Focus-Medical-Image-Fusion-Using-DT-CWT
Multi-Focus Medical Image Fusion Using DT_CWT.
- 2014-12-12 14:14:07下载
- 积分:1
-
piano2
MATLAB 电子谱曲例子,有一定价值,单比起MID还有很大差距(MATLAB MUSIC MAKER)
- 2010-01-22 10:49:57下载
- 积分:1