-
testprog
特别功能测试样例测试程序,为保障有效运行,请注意安装环境软件的版本正确与否(special function test program )
- 2010-10-01 01:43:37下载
- 积分:1
-
thermocouple
关于热电偶的实验报告,加上补偿电路以提高响应速度。(Experimental report on the thermocouple, together with compensation circuit to improve the response speed.)
- 2009-12-30 21:56:10下载
- 积分:1
-
thinning
细化,绝对管用,效果特别好特别好,是我自己一句一句写的,基于zhang算法细化,希望会大家有帮助,希望大家多多交流(absolutely useful!!!thank you for your communication!!)
- 2020-10-24 14:20:01下载
- 积分:1
-
FuzzyPID
说明: 里面有三个二维模糊调节器分别实现PID控制器的参数Kp,ki,Kd,的调节。其控制原理:根据前面的偏差e和偏差变化ec将三个模糊控制器FC1,FC2,FC3分别进行模糊化,模糊逻辑推理,解模糊化。最后得到pid控制器参数调节量。(There are three two-dimensional fuzzy controller to achieve PID controller parameters were Kp, ki, Kd, of the regulation. The control principle: According to the previous error e and error change ec the three fuzzy controller FC1, FC2, FC3 were fuzzy, fuzzy logic, defuzzification. Finally, adjust the controller parameters by pid.)
- 2010-04-28 23:53:42下载
- 积分:1
-
Pointers-and-Arrays
This Chapter deals with POinters and Arrays. Sample Programs are given to workout in C++ environment.
- 2014-09-16 23:41:56下载
- 积分:1
-
armasa
ARMASA 代码工具箱,可以方便地计算信号的AR/ARMA等系数,应用效果较好( DEMO_ARMASA demonstration of some ARMASA toolbox features
DEMO_ARMASA is a program script that can be invoked from the command
prompt to perform a signal analysis experiment, showing general use
of several main ARMASA functions.)
- 2013-05-07 11:24:35下载
- 积分:1
-
tongxiao1
实现DOA估计的均匀圆阵的MUSIC算法matlab程序(DOA estimation of uniform circular array MUSIC algorithm matlab program)
- 2012-05-23 13:35:13下载
- 积分:1
-
tokenizer
its a c program for tokemizing
- 2014-12-23 14:32:44下载
- 积分: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
-
DPT
Dirty paper trellis code for watermarking
- 2009-04-17 12:47:07下载
- 积分:1