搜索资源列表
armtouchcalculator
- 在arm嵌入式环境下设计的触摸屏的计算器,设计了触屏界面,实现基本运算,包括小数运算和平方根运算-Arm embedded in the environment designed touch screen calculator, designed touch screen interface to achieve the basic operations, including the small number of operations and square root operations
pid)
- 这是一个比较典型的PID处理程序,在使用单片机作为控制cpu时,请稍作简化,具体的PID 参数必须由具体对象通过实验确定。由于单片机的处理速度和ram资源的限制,一般不采用浮点数运算, 而将所有参数全部用整数,运算到最后再除以一个2的N次方数据(相当于移位),作类似定点数运算,可 大大提高运算速度,根据控制精度的不同要求,当精度要求很高时,注意保留移位引起的“余数”,做好余 数补偿。这个程序只是一般常用pid算法的基本架构,没有包含输入输出处理部分。 -This is a t
matlab
- MATLAB的基本知识,基本运算与函数整理-MATLAB basic knowledge, basic calculations and function finishing
calculator-cathy
- 简易计算器 用VB实现加减乘除基本运算。-Simple calculator using VB to achieve the basic operations addition and subtraction multiplication and division.