-
Matlabtouyingxunzong
遗传算法优化投影寻踪,调用遗传算法进行优化(projection pursuit)
- 2011-05-30 15:16:40下载
- 积分:1
-
juanjima
simulink实现卷积码的编译码功能,以及误码率分析.(BER simulink)
- 2010-06-21 23:45:26下载
- 积分:1
-
prima
prima algoritm net acvtive source code , equation
- 2014-10-25 20:15:28下载
- 积分:1
-
hw1
this is the modulation techniques in matlab
- 2011-11-18 15:48:13下载
- 积分:1
-
HEV_Model
利用matlab建立了一个混合动力电动汽车模型,其中包括电子、动力传动系统、电气系统的物理模型仿真模块组,可配置为系统级测试或电能质量分析。压缩包内含2011-2016各版本,具体可阅读自述文件。(Using matlab built a hybrid electric vehicle models, including the physical model simulation module group in electronics, powertrain, electrical system can be configured for system level testing or power quality analysis. 2011-2016 archive contains versions, specifically, read the README file)
- 2020-06-29 06:20:02下载
- 积分:1
-
复合材料频散曲线MATLAB程序
说明: 该程序代码用于求解超越方程,绘制频散曲线,自行可以更改基本参数或方程形式加以利用(Solve the transcendental equation, draw the dispersion curve)
- 2019-06-21 15:17:17下载
- 积分:1
-
ESN
在matlab环境下,实现了回声状态网络的训练、测试功能(The methods described for training ESNs are described in detail)
- 2020-11-09 22:39:47下载
- 积分:1
-
cannyedge
This matlab code runs a canny edge detector.
- 2010-11-27 22:10:55下载
- 积分:1
-
DataCheck
批量读栅格文件转成二进制文件的值信息,适合地理学(Batch read grid file into a binary file the value of information, suitable for geography)
- 2012-08-03 12:44:47下载
- 积分: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