CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 单片机(51,AVR,MSP430等) 搜索资源 - Temperature PID c

搜索资源列表

  1. 模糊逻辑c语言自动生成器

    1下载:
  2. 用C51编的温度控制的PID算法适用性强方便移植-with C51 series of PID temperature control algorithm to facilitate transplantation 3DMECAD
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:193246
    • 提供者:高峰
  1. temprature.rar

    1下载:
  2. 该源代码为基于AVR单片机的温度加热控制系统的源程序。测温采用的的是热敏电阻,加热控制采用的是PID算法。另:编译器我用的是CVAVR 版本号是1.25.7a,The source code for AVR-based single-chip temperature heating control system of the source. Temperature measurement is used in thermistor, heating control PID algorithm i
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2017-03-27
    • 文件大小:7262
    • 提供者:刘东
  1. avr_pid_controller.rar

    2下载:
  2. 一个用AVR单片机做的PID炉温控制器,基于C语言,在GCC环境下编译通过。,A single-chip AVR to do with the PID temperature controller, based on the C language, in the GCC compiler environment through.
  3. 所属分类:SCM

    • 发布日期:2017-03-28
    • 文件大小:92789
    • 提供者:成佳强
  1. 20069139109326

    2下载:
  2. pid算法的详细解释,及实际应用,以实现温控为实例-pid algorithm explained in detail, and the practical application in order to achieve temperature control as an example
  3. 所属分类:SCM

    • 发布日期:2017-04-29
    • 文件大小:167180
    • 提供者:刘成华
  1. PidOutput

    1下载:
  2. PID调节代码,用在温度调节等工业控制上的,不过PID三个参数还要自己调试-PID regulation of code, used in temperature regulation, such as on industrial control, but the three PID parameters have to debug their own! !
  3. 所属分类:SCM

    • 发布日期:2016-03-17
    • 文件大小:1190
    • 提供者:邢小强
  1. PIDwenkong

    1下载:
  2. PID 的温度控制,18B20 温度传感器-PID temperature control, 18B20 temperature sensor
  3. 所属分类:SCM

    • 发布日期:2017-04-24
    • 文件大小:40030
    • 提供者:yiqiang
  1. pid

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

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

    1下载:
  2. 51系列单片机用PID控制算法实现温度控制-51 Series single-chip microcomputer with PID temperature control algorithm
  3. 所属分类:SCM

    • 发布日期:2016-03-17
    • 文件大小:3243
    • 提供者:bill
  1. pid

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

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

    0下载:
  2. 该代码为一个温度控制系统的完整程序,通过1602液晶实时显示当前温度值,并可以实时修改设定温度值,通过PID控制保持温度的稳定,和上位机程序配合可以绘出温度曲线-The code for a temperature control system, the integrity of procedures, real-time through the 1602 LCD displays the current temperature value, and modify settings in rea
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2013-12-12
    • 文件大小:5932
    • 提供者:陈胜基
  1. diankaoxiang.c

    0下载:
  2. 电烤箱作为一种重要的生产工具广泛的应用于工业生产和食品加工等领域。电烤箱的温度是生产工艺的一项重要指标,对温度的控制性能在很大程度上决定了产品的质量和生产效率。 系统以P89V51RD2单片机为核心,实现了温度采集、PID控制、人机对话以及定时等功能。由于干扰和实际噪声的存在,在采样过程当中会出现采样信号与实际信号存在偏差的现象,为了减小这方面原因造成的测量误差,系统采用了16次采样取平均值的方式对采样值进行平滑滤波,再对滤波值查表就得到了实际的温度值。在控制方面采用PID控制,温度控制具有
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:2469
    • 提供者:格芯电子
  1. PID

    1下载:
  2. 温度控制的PID算法的c语言程序,通过pid算法控制输出的开端时间比。-PID temperature control algorithm c language program, pid algorithm by the beginning of time than control output.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2013-12-12
    • 文件大小:1174
    • 提供者:张嵩
  1. PIDSHUIWEN

    1下载:
  2. PID水温C语言51单片机程序,很经典,很牛叉,很好-PID temperature of 51 C-SCM process, very classic, very cattle cross, very good
  3. 所属分类:SCM

    • 发布日期:2017-04-06
    • 文件大小:43605
    • 提供者:caoda
  1. PID

    0下载:
  2. 多个PID控制算法C语言合集,主要用于温度控制以及其它控制,项目需要,在激光驱动中的温度控制方面用的,非常有用,修改后可以直接用。-Multiple PID control algorithm C language collection, mainly for temperature control and other controls, project requirements, the temperature of the laser driver control use, very use
  3. 所属分类:SCM

    • 发布日期:2014-11-02
    • 文件大小:10240
    • 提供者:韦波
  1. PID

    0下载:
  2. 这是一个关于温度控制的的程序,用c语言编写,希望有帮助-This is a program on temperature control, using c language, hope that helps
  3. 所属分类:SCM

    • 发布日期:2017-04-23
    • 文件大小:182196
    • 提供者:曹原
  1. Temperature-control

    0下载:
  2. 基于C语言和PID算法的温度控制程序。可以精确的控制水温。-Temperature control procedures based on the C language and the PID algorithm. Can precisely control water temperature.
  3. 所属分类:SCM

    • 发布日期:2017-04-10
    • 文件大小:1339403
    • 提供者:hudan
  1. PID-temperature-control-algorithm

    0下载:
  2. 基于PID算法的温度控制系统 89C51单片机,通过键盘输入预设值,与DS18B20测得的实际值做比较,然后驱动制冷或加热电路。用keil C语言来实现PID的控制。 -PID algorithm based on the 89C51 microcontroller temperature control system, through the keyboard input default value, compared with the actual value of the DS1
  3. 所属分类:SCM

    • 发布日期:2017-11-09
    • 文件大小:9740
    • 提供者:无敌县令
  1. pid程序1

    1下载:
  2. 用pid算法实现温度控制 ,pid温度控制c程序(Pid algorithm is used to achieve temperature control)
  3. 所属分类:单片机开发

    • 发布日期:2017-12-24
    • 文件大小:44032
    • 提供者:哇哈哈1111
  1. 模糊 PID 控制温控系统仿真设计 C 程序代码

    3下载:
  2. 【经典的恒温控制程序】基于单片机的PID恒温控制程序,C语言编写。包括PID参数调节的详细注释~([classic thermostatic control procedures] microcontroller based PID constant temperature control procedures, C language. Detailed notes including PID parameter adjustment ~!)
  3. 所属分类:单片机开发

  1. 西门子PLC上所使用的软件PID程序

    2下载:
  2. 可用于单片机的温控PID算法,精准到0.1℃(Temperature control PID algorithm for single chip microcomputer)
  3. 所属分类:单片机开发

    • 发布日期:2019-08-18
    • 文件大小:1149952
    • 提供者:hzb993
« 12 »
搜珍网 www.dssz.com