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

搜索资源列表

  1. 我参加电子竞赛 做的温度控制的单片机程序

    1下载:
  2. 主要用到了PID算法控制温度,显示采用动态扫描.输出可调节占空比的脉冲控制加热器-mainly used to control the temperature PID algorithm, shows that using dynamic scanning. Output adjustable pulse duty cycle control of the heater
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:3.99kb
    • 提供者:马良
  1. AC6611_PID.rar

    0下载:
  2. pid温度控制 利用ac6611新片来设计开发 具有很好的额外我,dsgfg
  3. 所属分类:SCM

    • 发布日期:2017-04-04
    • 文件大小:36.77kb
    • 提供者:张无
  1. PID.rar

    2下载:
  2. PID温度控制程序,51单片机,积分分离,PID program for temperature control
  3. 所属分类:SCM

    • 发布日期:2015-09-19
    • 文件大小:4.07kb
    • 提供者:gdchen
  1. PID

    1下载:
  2. PID温度控制系统源代码 AT89S52-PID temperature control system source code AT89S52
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2013-01-12
    • 文件大小:871byte
    • 提供者:菲儿430
  1. TempratureControl

    0下载:
  2. 51单片机实现温度控制,采用12位ADC Max197作输入,PID调节,12位DAC AD7541作输出。-Temperature control 51 single chip, using 12-bit ADC Max197 for input, PID regulation, 12-bit DAC AD7541 for output.
  3. 所属分类:SCM

    • 发布日期:2017-03-30
    • 文件大小:46.45kb
    • 提供者:王勇
  1. temp

    0下载:
  2. 基于C51搭建的温度控制系统的程序,PID控制。-C51-based temperature control system set up procedures, PID control.
  3. 所属分类:SCM

    • 发布日期:2017-03-26
    • 文件大小:2.77kb
    • 提供者:sunren
  1. Fuzzy-PID

    0下载:
  2. 针对反应槽容量大、滞后量大、变化因素多及温度控制要求比较高的特点,基于预测的模糊温度控制系统-Prediction based on the fuzzy temperature control system
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:249.23kb
    • 提供者:wang
  1. PIDwenkong

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

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

    1下载:
  2. PID控制程序,用于水温度控制。程序典型,用于51系列单片机-PID control procedures for water temperature control. Typical procedure for the 51 Series Single Chip
  3. 所属分类:SCM

    • 发布日期:2017-03-24
    • 文件大小:5.06kb
    • 提供者:*h
  1. PID

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

    • 发布日期:2016-03-17
    • 文件大小:3.17kb
    • 提供者:bill
  1. diankaoxiang.c

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

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

    1下载:
  2. PID温度控制手册,帮助大家进行PID控制编程时参考-PID temperature control manual to help you carry out PID control programming reference
  3. 所属分类:SCM

    • 发布日期:2015-05-07
    • 文件大小:1.03mb
    • 提供者:V.Leu
  1. dsfasdf

    1下载:
  2. 单片机温度控制 含PCB 程序代码 电路-Temperature Control
  3. 所属分类:SCM

    • 发布日期:2015-05-07
    • 文件大小:125.48kb
    • 提供者:xm
  1. PID

    3下载:
  2. 一个pid算法程序,使用的keilc编译。单片机使用的是sm89c52,算法简单,通过实际调试通过,好用,对编写pid温度控制程序的工程师有一定的参考价值-Pid algorithm of a program, use the keilc compiled. Microcontroller using sm89c52, algorithm is simple, practical debugging through the adoption of easy to use, pid tempera
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2013-01-12
    • 文件大小:1.22kb
    • 提供者:ddg
  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
    • 文件大小:1.15kb
    • 提供者:张嵩
  1. pid

    1下载:
  2. 用MAX6675 实现的温度控制C51源码。 已调试过-Temperature control with the MAX6675 to achieve the C51 source. Has been debugged
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2013-09-06
    • 文件大小:1.77kb
    • 提供者:黄易
  1. temperature-controller-PID-control

    1下载:
  2. 摘要:介绍一种高精度的、采用PID 控制原理的温度控制器, 给出了实验结果。这种控制器适用于小功率半导体器件的工作温度控制, 其控制精度可达±0.05℃。-Abstract: A high-precision, using the temperature controller PID control theory, the experimental results. The controller for small power semiconductor device operating tem
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2013-09-06
    • 文件大小:98.75kb
    • 提供者:刘学
  1. wenkong

    0下载:
  2. 在stc开发板上实现PID算法控制温度。ds1820读取温度,12864显示,单片机产生PWM波通过mos开关来控制电阻加热时间。(In the stc development board to achieve PID control temperature. Ds1820 read temperature, 12864 display, single-chip PWM wave generated by the mos switch to control the resistance heat
  3. 所属分类:单片机开发

    • 发布日期:2017-12-24
    • 文件大小:68kb
    • 提供者:```li
  1. 温度测量与温度控制系统

    1下载:
  2. 实现温度采集,温度控制,动态调节,PID(Achieve temperature control)
  3. 所属分类:单片机开发

    • 发布日期:2017-12-26
    • 文件大小:32kb
    • 提供者:剑舞
  1. pid程序1

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

    • 发布日期:2017-12-24
    • 文件大小:43kb
    • 提供者:哇哈哈1111
« 12 3 4 5 6 7 8 »
搜珍网 www.dssz.com