-
10463
matlab 入门基本操作 包括一些基本的源代码 和实力
- 2011-10-25 13:04:01下载
- 积分:1
-
options_parser-master
C++0x library for parsing options/command line argument
- 2014-08-17 20:29:22下载
- 积分:1
-
rect
方向键←→控制方块的左右移动,方向键↑变形,方向键↓加速方块落下的速度(The direction key vs. control box and move around, the direction key up key down the direction of deformation, accelerate the speed of falling blocks)
- 2015-03-09 07:08:50下载
- 积分:1
-
MatlabEng_demo
C#调用matlab具体步骤实现。如果你的c#程序发布出来后,要在其他电脑上运行,那么这台电脑除了要装.net环境还要装MCR环境。(C# call matlab detailed steps.If your c# program after released, to run on other computers, so in addition to the computer. The.net environment and environment of MCR.)
- 2014-11-02 14:29:56下载
- 积分:1
-
window
matlab hann hamming window FFT DFT DTFT
- 2013-11-21 21:52:01下载
- 积分:1
-
fuzzy
模糊控制的算法设计,本程序已经经过调试,程序中有中文解析;
(Fuzzy control algorithm design, this process has been debugging the program in Chinese analysis )
- 2021-01-13 20:58:47下载
- 积分:1
-
GM(1-1)
该代码基于灰色GM(1,1)算法,使用时,需要在函数中将自变量取为时间序列,可预测任意时间的数值(The code is based on gray GM (1,1) algorithm, when used in the function argument will be taken as time series, can predict the value of any time)
- 2011-09-28 10:59:09下载
- 积分:1
-
Poisson-Equation-with-Multigrid
多网格求解泊松方程,给出并解释了一个如何使用多网格求解的过程(I give a short explanation of how to use multigrid to solve the Poisson
equation in cylindrical coordinates for a solid conducting pipe. I also
explain how to use a non-uniform grid to optimize the problem.
)
- 2012-04-13 17:09:38下载
- 积分: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
-
matlab--example
matlab 教程 matlab的入门到精 matlab详细代码范例(Matlab tutorial matlab approaches to fine matlab detailed example code
)
- 2012-03-29 11:54:10下载
- 积分:1