-
wanshu
完数判断,判断一个数是否为完数的代码C++,还行哦 嘿嘿(After the number of judgments to determine whether a number code for the complete number of C++ okay Oh Hey)
- 2010-12-27 10:00:58下载
- 积分:1
-
truetime
Truetime2.0 使用说明和文献资料(Truetime2.0 use)
- 2020-07-27 09:38:40下载
- 积分:1
-
radarsignalanalysisandprocessingusingmatlab
Mahafza的使用matlab的雷达信号分析和处理,很好的书,书中有很多matlab的例子(Mahafza use matlab radar signal analysis and processing, very good book, the book has many examples of matlab)
- 2010-05-19 10:15: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
-
MyChat
my chAT APPLICATION NEW WAY TO CHAT
- 2013-12-12 20:36:46下载
- 积分:1
-
2059328H_3
A Matlab program on ECG signals
- 2014-02-20 15:10:39下载
- 积分:1
-
CIC
对CIC滤波器的详明解释,对正在学习的人会有很大帮助(Full and clear explanation of the CIC filter, the people who are learning to be a great help)
- 2010-10-17 15:49:49下载
- 积分:1
-
Craig-JJ---Intro-To-Robotics_
Introduction to Robotics by J J Craig
- 2014-12-17 23:31:06下载
- 积分:1
-
Optical--systems-
利用 OptiSystem 设计光通信系统,有很多有关光子学仿真实验的详细介绍,对于通信学习有比较好的借鉴。(OptiSystem design optical communication systems use, there are many details about photonics simulation experiments, learning to communicate better reference.)
- 2015-03-28 10:42:17下载
- 积分:1
-
bookCart
是一个书城销售软件,提供对书籍的管理与出售!!(Is a bookstore selling the software, provide the management and sale of books! !)
- 2010-12-22 20:56:32下载
- 积分:1