搜索资源列表
PID-C20070301
- 工业控制中常用的PID算法C编写的,简单更改后可以移植到其他系统中,非常有用-industrial control PID algorithm commonly used in the preparation of the C, simple changes can be transferred to other systems, very useful
Y877760[1]
- 迭代学习控制,MATLAB实现程序,pid控制器-Iterative Learning Control, MATLAB realization process, pid controller
PID
- PID例程 简单给出PID的简单模型,用以参考,没有补偿,和饱和限制等部分。-PID routines simple PID given a simple model for reference, there is no compensation, and saturation part of the restrictions.
PID
- PID算法典型的C语言框架,简单明了。没有包含输入输出处理部分。-Typical PID algorithm C language framework is simple. Does not contain part of the input and output handling
PIDC
- PID算法温控C语言程序设计,一个非常有用且简单的C语言程序-PID temperature control algorithm for C language programming, a very useful and simple C language program
PID
- 用纯C语言实现PID的调节仿真。该文件的算法简洁,方便有效,可以直接移植到单片机内。-With pure C language simulation of PID regulation. Algorithm of the document simple, convenient and effective, can be directly transplanted into single-chip inside.
c
- simulink 仿真pid控制器 simulink pid controller which is simple to use-simulink pid controller which is simple to use
PID_EASY_EXPLAIN
- PID深入浅出的解释,有C语言的例子,值得大家看看。-PID to explain in simple terms, there is C language examples worth a look.
PID
- 简单离散PID计算C程序,适用于初学者学习和进行简单PID控制。-Simple discrete PID calculation C program for beginners to learn and simple PID control.
pid-C-language-algorithms
- pid C语言算法,单片机用,整数型计算,程序简洁实用-pid C language algorithms, microcontroller, integer calculations, simple and practical procedures
simple_pid
- Truetime工具箱中简单的pid控制的实现,内含4种控制策略,可由matlab或者c++来实现-Truetime toolbox simple pid control, and includes four kinds of control strategies implemented by the matlab or c++
PsLookupProcessByProcessId.C
- /* 本文就暂时命名为PsLookupProcessByProcessId.C吧! pid与进程名互换,很简单的问题,不削一顾,可到用的时候才知道重要。 网上很多,那是别人的。 还是自己的感觉好,完全懂,还一个修改。 made by correy made at 2013.01.18 QQ:112426112 Email:kouleguan at hotmail dot com Homepage:http://correy.webs.com */-/* T
PID
- 单片机PID控制程序,使用C语言编程,内容详细,程序简单,易于移植。-SCM PID control procedures, using C language programming, detailed procedures are simple, easy to transplant.
PID-C20070301
- 工业控制中常用的PID算法C编写的,简单更改后可以移植到其他系统中,非常有用-industrial control PID algorithm commonly used in the preparation of the C, simple changes can be transferred to other systems, very useful
pid-c
- 一个简单的pid的C语言实现。不包含死区控制等功能。参数需要自己调整。-A simple pid of the C language. It does not contain a dead-time control functions. Parameters need to make their own adjustments.
PID-in-C
- PID的流程简单到了不能再简单的程度,通过误差信号控制被控量,而控制器本身就是比例、积分、微分三个环节的加和。里面的源代码都是由C语言所实现。-PID process is simple to a simple degree can not be controlled by the amount of error signal control, and the controller itself is proportional, integral, differential sum of thr
PID控制算法的C语言实现(完整版)
- 在工业应用中PID及其衍生算法是应用最广泛的算法之一,是当之无愧的万能算法,如果能够熟练掌握PID算法的设计与实现过程,对于一般的研发人员来讲,应该是足够应对一般研发问题了,而难能可贵的是,在我所接触的控制算法当中,PID控制算法又是最简单,最能体现反馈思想的控制算法,可谓经典中的经典。经典的未必是复杂的,经典的东西常常是简单的,而且是最简单的,想想牛顿的力学三大定律吧,想想爱因斯坦的质能方程吧,何等的简单!简单的不是原始的,简单的也不是落后的,简单到了美的程度。(PID and its der
标准增量PID算法的C实现
- 标准pid算法,简单,不复杂,能够很好进行pid运算,新手入门。(Standard PID algorithm, simple, not complicated, can be very good PID operation, novice entry.)
PID算法51
- 使用51单片机实现简单PID算法 这个算法基于c语言进行编写(Using 51 single-chip microcomputer, simple PID algorithm)
模糊PID控制
- 简单的模糊pid算法,简单的C程序,希望大家能看懂(Simple fuzzy PID algorithm)