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

搜索资源列表

  1. PID_control

    0下载:
  2. 51单片机PID算法程序(三)增量式PID控制算法-51 single PID algorithm (c) incremental PID control algorithm
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:68518
    • 提供者:宋阳
  1. AVR_PID

    1下载:
  2. 基于AVR电机PID温度控制程序!C语言编写-PID control based on the AVR motor program!
  3. 所属分类:Development Research

    • 发布日期:2017-03-30
    • 文件大小:379009
    • 提供者:GUODENGFEI
  1. gfsdgfsds

    1下载:
  2. :文中提出一种改进的Pso优化算法,并将该算法应 用于水轮发电机组PID调速器参数的优化设计,以水轮发 电机组转速偏差的ITAE指标作为改进PsO优化算法的适应 度函数。以我国某水电站的真实数据对经过优化后的PID 拄制规律进行计算机仿真。仿真结果表明利用改进Ps0优 化算法优化的PID控制规律能有效改善孤网运行条件下水 轮机调节系统过渡过程的动态性能。-An improved PSO algo—fhm wa‘presented and applicd to 叩tim
  3. 所属分类:File Formats

    • 发布日期:2017-11-25
    • 文件大小:324276
    • 提供者:dhskja
  1. C8051-PID

    1下载:
  2. 这是C8051用C语言描述PID算法程序,很有参考价值-This is C8051 PID algorithm in C language descr iption of the program was useful
  3. 所属分类:software engineering

    • 发布日期:2016-12-06
    • 文件大小:5120
    • 提供者:xiaozilong
  1. PID

    0下载:
  2. PID算法c语言(来自老外),这个非常有用-PID algorithm c language (from foreigners), this is very useful
  3. 所属分类:software engineering

    • 发布日期:2017-04-26
    • 文件大小:50057
    • 提供者:李悦城
  1. PID-algorithm

    0下载:
  2. C​ 语​ 言​ 描​ 述​ P​ I​ D​ 算​ 法​ 程​ 序 #include <C8051F020.H> #include <string.h> #include <math.h> //void PIDInit(PID *PP) -C language descr iption of the program of the PID algo
  3. 所属分类:File Formats

    • 发布日期:2017-03-28
    • 文件大小:4602
    • 提供者:yanhe
  1. car-C

    0下载:
  2. 系统充分使用了MC9S12DG128单片机的外围模块,具体使用到的模块包括:ADC模拟数字转换模块、定时器模块、PWM脉冲宽度调制模块、中断模块、I/O端口和实时时钟模块等。-#include <hidef.h> common defines and macros #include <mc9s12dg128.h> derivative information #pragma LINK_INFO DERIVATIVE mc9s12dg
  3. 所属分类:Project Design

    • 发布日期:2017-05-03
    • 文件大小:513900
    • 提供者:weiwen
  1. PID-algorithm

    0下载:
  2. 基于单片机的c语言描述PID算法,可移植-SCM c language descr iption based on PID algorithm
  3. 所属分类:software engineering

    • 发布日期:2017-04-14
    • 文件大小:4821
    • 提供者:李程序
  1. C

    0下载:
  2. 讲PID原理的挺多,但是讲算法的实现却比较少,或是比较难懂,今天网上找到一个老外写的PID C语言实现,P ,I ,D 各环节独立实现,还是比较好理解的。-PID with a lot of talk about principles, but talk algorithm to achieve less than, or more difficult to understand, and today the Internet to find a foreigner to write PID C
  3. 所属分类:software engineering

    • 发布日期:2017-04-05
    • 文件大小:49912
    • 提供者:大鹏集成
  1. C-language-control-method

    0下载:
  2. 这是一份控制方法的C语言实现文档,写的非常好,分享给大家,特别是PID算法,说的还蛮好的-This is a method of controlling the C language document, written in a very good, for everyone to share, particularly in the PID algorithm, that s quite good
  3. 所属分类:software engineering

    • 发布日期:2017-05-03
    • 文件大小:816325
    • 提供者:hgjk
  1. PID

    0下载:
  2. 使用c语言实现的PID算法。PID算法用于工业控制,比如控制温度。通过输入,可以严格控制输出,使输出为用户期望结果。-such as temperature control. Through the input, can strictly control the output, the output for the user expectations.
  3. 所属分类:software engineering

    • 发布日期:2017-04-29
    • 文件大小:179666
    • 提供者:曹匆
  1. PID

    0下载:
  2. 对电机进行位置式PID控制,并进行了积分分离,使用C语言编程 -Location PID based C language programming
  3. 所属分类:software engineering

    • 发布日期:2017-04-12
    • 文件大小:850
    • 提供者:ling040007
  1. PID-digital-implementation

    0下载:
  2. PID 控制器的数字实现及 及 C 语法讲解 PID 数字化的推导过程;程序风格介绍 ; C 有关语法简述 -Digital implementation of PID controller and C syntax PID digital derivation process procedural style C about grammar
  3. 所属分类:software engineering

    • 发布日期:2017-05-06
    • 文件大小:891575
    • 提供者:韩伟
  1. PID-in-C

    0下载:
  2. 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
  3. 所属分类:software engineering

    • 发布日期:2017-05-05
    • 文件大小:175914
    • 提供者:松松
  1. fuzzy-PID--c-code

    0下载:
  2. 这是一个模糊pID的设计程序,主要包括模糊化,模糊推导以及解模糊,实现了模糊PID,可用于相关编程系统的嵌入。-this is a program for PID,which can be embeded in the related system.
  3. 所属分类:software engineering

    • 发布日期:2017-05-04
    • 文件大小:9614
    • 提供者:peter
  1. PID_control

    0下载:
  2. PID算法 C++程序实现 内涵注释 P I D参数调节(PID algorithm, C++ program implementation Connotation annotation, P, I, D, parameter adjustment)
  3. 所属分类:软件设计/软件工程

    • 发布日期:2017-12-24
    • 文件大小:1024
    • 提供者:xuhaoyuan
  1. 温度控制的PID算法的C语言程序

    1下载:
  2. 使用C语言实现PID模糊控制算法进行恒温控制(Implementation of PID fuzzy control)
  3. 所属分类:文章/文档

    • 发布日期:2017-12-13
    • 文件大小:1426776
    • 提供者:潇枫涩涩
  1. Anti-windupPIDprogramme

    0下载:
  2. 抗积分饱和PID算法实现使用c语言实现,电机控制方面的实例,遇限削弱积分的方法(Anti-windup PID controller Implementation of the algorithm using C language, motor control examples, meet the limit weaken integral method)
  3. 所属分类:文章/文档

    • 发布日期:2017-12-28
    • 文件大小:5120
    • 提供者:qiudust
  1. c72e5dd2127eecc688cd6c5d0299e28b3ab1

    0下载:
  2. This paper focuses on the design of a novel control approach. Its contribution to the existing literature is that in the design of an interval type-2 fuzzy neural system, recursive fuzzy c-means clustering algorithm is used and the designed algorithm
  3. 所属分类:软件设计/软件工程

    • 发布日期:2018-04-30
    • 文件大小:475136
    • 提供者:karimano
  1. PID算法实现

    2下载:
  2. PID控制算法的C语言实现,将PID算法转变为C语言的方法。
  3. 所属分类:软件工程

« 1 23 »
搜珍网 www.dssz.com