CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - pid代码

搜索资源列表

  1. PID

    2下载:
  2. 用Verilog HDL编写的PID程序代码,成功调试,运行良好。-The source code of PID in Verilog HDL.Simulation was successful.
  3. 所属分类:其他小程序

    • 发布日期:2013-02-17
    • 文件大小:1.18mb
    • 提供者:Alen Fielding
  1. PIDlabwindows

    2下载:
  2. 代码实现炉温的PID控制,开发环境是labwindows/CVI,经试验验证控制效果良好,可自设定PID参数。-The code to achieve the PID Temperature Control, development environment is labwindows/CVI, and tested validation controls works well, can set the PID parameters self.
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:182.19kb
    • 提供者:tracy
  1. pid

    0下载:
  2. 此代码为传统的pid控制代码,为基本代码,编译通过,在此基础上可改进-This code is the traditional pid control code, as the basic code, compile, on this basis can be improved
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:5.34kb
    • 提供者:王权
  1. PIDExample

    0下载:
  2. PID写的代码,可以参考学习的例子,别错过哦-PID written code, can refer to examples,
  3. 所属分类:Other systems

    • 发布日期:2017-04-24
    • 文件大小:34.44kb
    • 提供者:gyonghong
  1. pid.c

    0下载:
  2. 本代码是PID算法的C源码,仅供参考。时间的单位均为0.1S-This code is a PID algorithm in C source code, for reference only. Time units are 0.1S
  3. 所属分类:Other systems

    • 发布日期:2016-01-24
    • 文件大小:1kb
    • 提供者:xfjsb
  1. Fuzzy-PID

    1下载:
  2. 模糊PID控制器设计带代码,为初学者提供参考-Fuzzy PID Controllor
  3. 所属分类:Other systems

    • 发布日期:2016-03-17
    • 文件大小:6kb
    • 提供者:田果
  1. pid

    0下载:
  2. PID算法是自动控制领域最常用的误差消除算法,可以用其将一个动态数据输入序列进行处理达到 自稳定的特性。在这里实现的是PID算法的核心(比例、积分、微分)的数值计算部分,采用模块 化数据结构使得该代码能够在一个项目中完成多个PID控制任务的实现。-PID algorithm is the most commonly used in the field of automatic control error elimination algorithm, you can use a dynamic d
  3. 所属分类:Other systems

    • 发布日期:2017-11-16
    • 文件大小:1.08kb
    • 提供者:红果果
  1. Stribeck-model-PID

    0下载:
  2. stribeck 模型 PID 控制,典型的伺服系统控制,代码有说明,好好学习。-Stribeck model PID control, a typical servo system control, the code is described, a good learning
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:4.83kb
    • 提供者:谢达
  1. PID

    0下载:
  2. 移动机器人上PID控制的MATLAB仿真程序源代码,有详细的代码,可以直接用-Mobile robot PID control MATLAB simulation program source code, a detailed code can be used directly
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:621byte
    • 提供者:李飞
  1. 板球系统开源代码

    1下载:
  2. stm32f407写的 板球控制系统 2017年全国B题目 pid调解的小球平板控制(Stm32f407's cricket control system)
  3. 所属分类:其他

  1. code

    0下载:
  2. 该代码为基于pso算法优化的PID神经网络的系统控制算法 清空环境变量 粒子初始化 初始种群极值 迭代寻优 最优个体控制(The code is the system control algorithm of PID neural network based on PSO algorithm optimization Empty the environment variable Particle initialization Initial population extremum
  3. 所属分类:其他

    • 发布日期:2018-01-02
    • 文件大小:115kb
    • 提供者:rocklizero
  1. 柴油发动机的电控PID代码

    0下载:
  2. 柴油发动机的电控PID代码,平台freescale的MC9S12DZ60单片机。核心算法,双闭环PID。(Diesel engine electronic control PID code, platform Freescale MC9S12DZ60 microcontroller. Core algorithm, double closed loop PID.)
  3. 所属分类:其他

    • 发布日期:2018-01-02
    • 文件大小:15kb
    • 提供者:destyni
  1. 代码

    0下载:
  2. bp神经网络pid控制,在线修正参数。。。(PID control of BP neural network)
  3. 所属分类:其他

    • 发布日期:2018-01-07
    • 文件大小:1kb
    • 提供者:假假假面
  1. PID

    0下载:
  2. 自动控制原理的PID技术,内附PDF电子书,该源代码经本人验证好使,可以酌情更改,内附较为详细的电子书,代码为C++代码(The PID technology of automatic control principle is attached to PDF e-book. The source code is verified by myself, so that it can be changed as appropriate, and the detailed e-book is atta
  3. 所属分类:其他

  1. 倒立摆

    2下载:
  2. 倒立摆控制,包含了神经网络控制,PID控制的matlab代码(Inverted pendulum control, including neural network control, matlab code controlled by PID)
  3. 所属分类:其他

    • 发布日期:2018-01-09
    • 文件大小:101kb
    • 提供者:ax123
  1. 平衡车

    0下载:
  2. 使用STM32做的一个平衡车,用了P+D,把代码开出来吧。(Use STM32 to do a balance car, with P + D, the code out of it.)
  3. 所属分类:其他

    • 发布日期:2018-01-09
    • 文件大小:4.3mb
    • 提供者:Eaon
  1. 算法

    0下载:
  2. 模糊PID控制温控系统设计C语言程序代码(Fuzzy PID temperature control system design of C language program code)
  3. 所属分类:其他

  1. 粒子群算法优化PID参数实例1

    3下载:
  2. 粒子群算法优化PID参数实例+matlab代码学习研究(Optimization of PID parameters by particle swarm optimization)
  3. 所属分类:其他

    • 发布日期:2018-04-30
    • 文件大小:40kb
    • 提供者:wuhen~
  1. gaiPID-zhongyao1

    1下载:
  2. 对于MIMO系统进行PID解耦控制,并利用响应信号观察解耦效果。(The PID decoupling control for MIMO system is carried out, and the decoupling effect is observed by response signal.)
  3. 所属分类:其他

    • 发布日期:2018-05-02
    • 文件大小:1kb
    • 提供者:萧然
  1. 基于数控机床进给系统PID参数优化程序

    1下载:
  2. 本代码运行遗传算法对数控机床系统PID控制环节的参数进行了整定(This code runs the genetic algorithm(GA)to set the parameters of the PID control link of the CNC machine tool system.)
  3. 所属分类:其他

    • 发布日期:2020-06-23
    • 文件大小:9kb
    • 提供者:对伐啦
« 12 3 »
搜珍网 www.dssz.com