-
Modeler-Lecture
opnet的培训课件,三天的培训内容,包括了概念介绍,建模,调试,以及两个实例。(opnet training courseware, training days, including the introduction, modeling, testing, and two examples.)
- 2011-02-10 22:59:07下载
- 积分:1
-
用matlab提取pch文件中的刚度矩阵与质量矩阵
使用matlab来提取nastran生成的pch文件中的刚度矩阵与质量矩阵(Extraction of stiffness matrix and mass matrix)
- 2020-06-18 00:00:04下载
- 积分:1
-
make_lidar_image
calipso一级数据产品总衰减后续散射剖面图(Total attenuation follow-up scattering profile of primary data products)
- 2020-10-31 10:09:55下载
- 积分:1
-
constructKernel
雅克比程序 需要的可以下载试一下 还不错(jocobi)
- 2010-11-16 16:00:23下载
- 积分:1
-
adaptive_control_matlab_simulink
adaptive control of matlab simulink model
- 2011-01-13 18:36:12下载
- 积分:1
-
Code
使代码框文字可以中文高亮,达到方便阅读功能(Chinese characters can make the code box highlighted, to facilitate the reading function)
- 2014-10-17 16:29:04下载
- 积分:1
-
spiking
脉冲反褶积,主要应用于地震勘探领域来压缩子波,提高地震资料的纵向分辨率的(Pulse deconvolution, mainly used in the field of seismic exploration to compress the wavelet, improve the vertical resolution of seismic data)
- 2012-09-08 21:24:01下载
- 积分:1
-
PSO
一个matlab程序利用PSO求解复杂函数的最值问题(A matlab program using PSO to solve the problem of complex functions of most value)
- 2013-12-04 06:30:37下载
- 积分:1
-
tutorialv1_8
第3个:matlab 和C++联合用于SLSVM,另外一种风格的(the 3file: matlab and c++ together for SVM)
- 2011-12-28 09:49:04下载
- 积分: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