-
matlab
用matlab仿真电梯群控系统的程序,很实用的
(Matlab simulation with the elevator group control system of the program, it is useful)
- 2021-04-21 09:58:49下载
- 积分:1
-
cts-pp-2k13
In this paper, we present an improved and discrete version of the Cuckoo Search (CS) algorithm to solve the famous traveling salesman problem (TSP), an NP-hard combinatorial optimisation problem.
- 2014-11-23 18:14:04下载
- 积分:1
-
p.rar
企业的生产计划在利润最高,产量有限,考虑市场价格波动以及存储有限的生产基本情况下,进行加工 、购买的规划设计.在设计时要考虑产量、价格、储存容量以及混合硬度等因素对规划的影响。(Production plans to the highest profit, output is limited, consider the market price fluctuations, as well as limited storage, under the basic conditions of production, processing, purchase planning and design. Should be taken into consideration in the design of production, price, storage capacity, as well as factors such as mixed-hardness on the planning impact.)
- 2009-04-19 23:14:57下载
- 积分:1
-
matlab2
实现matlab直方图的网格填充,斜线角度可以通过调整其中的变量A的值(The realization of grid matlab histogram filling, slash the perspective of the variables by adjusting the value of A)
- 2009-06-15 21:14:52下载
- 积分:1
-
BarCode
hellowindow hellowindow hellowindow
- 2014-07-18 12:19:00下载
- 积分:1
-
PSD
这是一个用matlab编的遗传算法问题。这是一个用matlab编的遗传算法问题。(MATLAB genetic algorithm toolbox and its application, pdg format.)
- 2010-05-10 16:08:01下载
- 积分:1
-
doc
采样定理的验证,即采样信号的频率大于等于原信号频率的两倍时才能准确的恢复原信号(Verification sampling theorem, the sampling frequency of the signal frequency is greater than or equal to twice the original signal in order to accurately restore the original signal)
- 2013-09-10 19:49:14下载
- 积分:1
-
WPSP
系统主要功能:中央指导预报转换,市县指导预报转发,专业预报自动生成,雨量查询,Micaps资料摘取(Main functions: central guidance forecasts conversion, counties guide forecast forwarding, automatic generation of professional forecasts, rainfall query, Micaps material removal)
- 2014-10-10 19:23:04下载
- 积分:1
-
pegasisSSS
Pegasis wsn routing u can download IT
- 2015-03-11 06:50: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