CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - pid control c

搜索资源列表

  1. 采用C语言编写的PID控制例程

    11下载:
  2. 采用C语言编写的PID控制例程,其中包含有PID程序范例,和PID参数自整定的实现例程。,The use of C language routines PID control, PID procedure includes an example of PID parameters and the realization of self-tuning routine.
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2014-11-02
    • 文件大小:5495
    • 提供者:xiapeng
  1. pid.rar

    1下载:
  2. pid 模糊控制相结合 C代码 绝对经典,combination of fuzzy control pid code C an absolute classic
  3. 所属分类:SCM

    • 发布日期:2017-03-31
    • 文件大小:1138
    • 提供者:king
  1. PID.rar

    0下载:
  2. 89C51单片机,通过键盘输入预设值,与DS18B20测得的实际值做比较,然后驱动制冷或加热电路。用keil C语言来实现PID的控制。 ,89C51 microcontroller, through keyboard input default, and DS18B20 measured to compare the actual value, and then drive circuit refrigeration or heating. Keil C language used to a
  3. 所属分类:书籍源码

    • 发布日期:2017-03-29
    • 文件大小:3242
    • 提供者:赵云
  1. C-for-PID

    2下载:
  2. C语言实现PID算法 研究PID控制的朋友 请下载!-C language algorithm PID control PID friends please download!
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-01
    • 文件大小:1973
    • 提供者:
  1. PID-c

    0下载:
  2. 一个用Visual C语言编写的PID控制程序,在MATLAB上运行实现。-A language with Visual C of PID control procedures, running in MATLAB to achieve.
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:14149
    • 提供者:haze
  1. pid

    0下载:
  2. *** **增量式PID控制算法程序*********** T、TD、TI、KP依次从30H,33H,36H,39H开始。 A,B,C的值依次存在BLOCK1,BLOCK2,BLOCK3的地址里 这里R(k)给的是定值 -***** Incremental PID control algorithm procedures*********** T, TD, TI, KP followed from 30H, 33H, 36H, 39H began. A, B, C fol
  3. 所属分类:SCM

    • 发布日期:2017-03-26
    • 文件大小:5888
    • 提供者:w33839834
  1. PID

    0下载:
  2. pid控制算法与程序,有利于pid控制的学习与交流,对PID有初步认识-pid control algorithms and procedures has pid conducive to study and exchange control, there is an initial understanding of the PID
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:221544
    • 提供者:李功卿
  1. pid

    1下载:
  2. pid控制温度c程序 在温度比较控制时可以调用此程序-pid control temperature
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2013-09-09
    • 文件大小:5411
    • 提供者:王学波
  1. PID_CONTROL

    0下载:
  2. PID CONTROL PROGRAM ,多种运用,非常好的资料,欢迎大家下载-PID CONTROL C Program .
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:10717
    • 提供者:SHJDW
  1. sistema-control-digital

    0下载:
  2. DISEÑ O E IMPLEMENTACIÓ N DE UN SISTEMA DE CONTROL DIGITAL DE POSICIÓ N PARA UN MOTOR DC Digital Control (PID) using a uC with C code for a position system of a DC motor
  3. 所属分类:Project Design

    • 发布日期:2017-03-27
    • 文件大小:451179
    • 提供者:riksoul
  1. PID

    0下载:
  2. PID算法演示程序,直接输入PID控制参数就可以进行仿真,希望大家交流-PID algorithm demo program, direct importation of PID control parameters can be simulated, I hope to facilitate the exchange of
  3. 所属分类:SCM

    • 发布日期:2017-04-03
    • 文件大小:198443
    • 提供者:stone
  1. pid

    0下载:
  2. 基于msp430的锅炉温度pid控制程序源代码-Msp430-based boiler temperature pid control program source code
  3. 所属分类:SCM

    • 发布日期:2017-03-31
    • 文件大小:4666
    • 提供者:王博
  1. PID-control-C-demo

    0下载:
  2. PID控制的c语言源程序,稍加修改可以应用于控制系统-PID control c-language source code, slightly modified control system can be applied to
  3. 所属分类:transportation applications

    • 发布日期:2017-03-24
    • 文件大小:24603
    • 提供者:simon
  1. Optimal-design-of-PID-parameter

    1下载:
  2. 研究基于粒子群算法控制系统PID参数优化设计方法以及对PID控制的改进。- study the optimal design of PID parameter of the control system based on Particle Swarm Optimization and find a way to improve the PID control.
  3. 所属分类:matlab

    • 发布日期:2015-05-09
    • 文件大小:267264
    • 提供者:durongmao
  1. PID-control-C-source

    0下载:
  2. PID控制C原程序,很不错的一个程序,有机会可以下载下来看看。-PID control C source, a very good program, have the opportunity to download to see.
  3. 所属分类:SCM

    • 发布日期:2017-03-26
    • 文件大小:1752
    • 提供者:刘帆
  1. Fuzzy-PID-control-c-program

    0下载:
  2. 由于项目需要,需要模糊控制算法,之前此类知识为0,经过半个多月的研究,终于有的小进展。开始想从强大的互联网上搜点c代码来研究下,结果搜遍所有搜索引擎都搜不到,以下本人从修改的模糊控制代码,经过自己修改后可在vc6.0,运行!输入e表示输出误差,ec表示误差变化率,经过测试具有很好的控制效果,对于非线性系统和数学模型难以建立的系统来说有更好的控制效果!现将其公开供大家学习研究!-Fuzzy PID control c program.doc
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:4749
    • 提供者:zhuyun
  1. PId-control--C

    0下载:
  2. PID控制的C语言实现,里面含有各种PID算法,可以再次基础上进行扩充,进行各种PID控制-pid control
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-04
    • 文件大小:180987
    • 提供者:种垒
  1. PID控制C代码

    0下载:
  2. PID基础知识,PID控制C代码,C语言描述PID算法程序(PID basic knowledge, PID control C code, C language descr iption PID algorithm program)
  3. 所属分类:DSP编程

    • 发布日期:2018-01-10
    • 文件大小:8192
    • 提供者:hampo
  1. PID控制算法的C语言实现一 PID算法原理

    0下载:
  2. PID控制算法的C语言实现一 PID算法原理,工业控制(The C language of PID control algorithm realizes the principle of a PID algorithm, industrial control)
  3. 所属分类:Windows编程

    • 发布日期:2018-04-21
    • 文件大小:77824
    • 提供者:力兄
  1. 模糊PID控制算法C语言代码

    2下载:
  2. 模糊PID控制算法C语言代码,用于模糊算法的学习和研究。(Fuzzy PID control algorithm C language code)
  3. 所属分类:matlab例程

« 12 3 4 5 6 7 8 9 10 ... 13 »
搜珍网 www.dssz.com