-
incremental_pid
增量式PID控制算法:相比位置式PID控制有更好的控制精度,不累加误差,误动作影响小,不易引起积分饱和(Incremental PID control algorithm: compared to the position PID control has better control accuracy, and does not accumulate error, malfunction affect small, are unlikely to cause the windup)
- 2012-08-11 11:18:06下载
- 积分:1
-
demo
NiosII的C代码,包括网卡,lcd,usb,串口,按键.(NiosII C code, including network cards, lcd, usb, serial, key.)
- 2013-07-19 11:17:29下载
- 积分:1
-
tuxingxuanzhuan
在单文档中画图,实现模拟同步卫星绕地球旋转,很不错的懂西哦(Paint in a single document, the realization of simulated synchronous satellites orbit the earth rotation, it is good to understand the West Oh)
- 2008-05-11 02:50:57下载
- 积分:1
-
lm75a
飞利浦 lm75a i2c总线温度传感器 msp430驱动,内部包含f169i2c驱动 st7920画点函数等(Philips lm75a i2c-bus temperature sensor msp430 drive, internal drive st7920 picture contains f169i2c point function, etc.)
- 2010-09-03 13:42:47下载
- 积分:1
-
winapi
windows API参考手册,使用方便,开发必备的手册,非常难得一本书籍。(Windows API reference manual, easy to use, develop the necessary manual, a rare books very much.)
- 2015-02-09 11:03:25下载
- 积分:1
-
C# 设置应用程序背景颜色
C# 设置应用程序背景颜色,通过调用Windows调色板,来选取颜色,然后程序将颜色值赋值给窗口,此盒子可设置斜体的颜色值,运行效果如参考截图所示,核心代码请看以下代码片段:
private void Form1_Load(object sender, EventArgs e)
{//显示应用程序背景颜色
//先打开“Properties”,添加一个System.Drawing.Color类型的变量MyBackColor
this.BackColor = Properties.Settings.Default.MyBackColor;
}
private void button1_Click(object sender, EventArgs e)
{//设置应用程序背景颜色(在运行时编写用户设置)
if(this.colorDialog1.ShowDialog()==DialogResult.OK)
{
Properties.Settings.Default.MyBackColor = this.colorDialog1.Color;
Properties.Settings.Default.Save();
this.BackColor = Properties.Settings.Default.MyBackColor;
}
}
- 2022-06-22 05:36:16下载
- 积分:1
-
STM32_MPU6050
STM32F103RBT6+MPU6050模块,使用卡尔曼滤波,波形很不错~~~~~~~~~~(STM32F103RBT6+MPU6050 module, using the Kalman filter, the waveform is very good ~ ~ ~ ~ ~ ~ ~ ~ ~ ~)
- 2021-04-03 16:29:06下载
- 积分:1
-
DS0-project-using-GCC
DS0 project using GCC.rar source
DSONano
- 2015-02-12 13:00:07下载
- 积分:1
-
find_-contours
可以采用形态学方法找出边界,比较有益的初学者的学习方法。(It s very good for a newer to learning about image processing.)
- 2013-12-30 14:44:05下载
- 积分:1
-
SSD5 exam2 multiple choices and practical exercise
SSD5 exam2 (选择题和源码)选择题有前几次练习的综合还有考试时的题-SSD5 exam2 multiple choices and practical exercise
- 2022-08-09 13:31:01下载
- 积分:1