CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数学计算/工程计算 搜索资源 - pid c

搜索资源列表

  1. pid

    1下载:
  2. PID的实现程序,很基本,使用c编写,可以直接在tc的环境中调试。仅仅用于pid的实现测试而已
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1.26kb
    • 提供者:barry
  1. PID-CODE

    1下载:
  2. 用C编写的PID算法的详细实现, PID算法在自动控制, 家电方面都有丰富的应用
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1.68kb
    • 提供者:Turing Xu
  1. PID

    2下载:
  2. PID控制,C语言,PID机电控制,比例,积分,微分算法
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:10.86kb
    • 提供者:seabird
  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
    • 文件大小:216.35kb
    • 提供者:李功卿
  1. pid

    0下载:
  2. 变增益PID算法的c++实现,目前PID算法较多的是c代码写的,这里上传一个C++的-Variable gain PID algorithm c++ to achieve, the current is more PID algorithm code written in c, where a C++ From the
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:6.86kb
    • 提供者:江明
  1. shuziPID

    0下载:
  2. 数字PID源代码,调试通过的,可通过Visual C++ 直接进行仿真和调试-Digital PID source code, debugging adopted by the Visual C++ through direct simulation and debugging
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:206.09kb
    • 提供者:袁晓宾
  1. mohuPID

    0下载:
  2. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:207.93kb
    • 提供者:袁晓宾
  1. 618

    2下载:
  2. 本程序用C语言编辑 利用非线性最小二乘法来拟合模型,并对其进行PID控制-The program uses C language to edit using nonlinear least squares fitting model, and gain PID control
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:3.38kb
    • 提供者:Christine
  1. PID

    1下载:
  2. PID实例,用c语言实现的PID程序,很实用。-PID instance, the PID with the c language program, it is practical.
  3. 所属分类:Algorithm

    • 发布日期:2015-04-23
    • 文件大小:2kb
    • 提供者:yongpengchen
  1. pid-C-language-algorithms

    0下载:
  2. pid C语言算法,单片机用,整数型计算,程序简洁实用-pid C language algorithms, microcontroller, integer calculations, simple and practical procedures
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:56.99kb
    • 提供者:dagegegoni
  1. PID

    0下载:
  2. PID参数整定程序、C代码、可以使用多种编译器-PID parameter tuning procedure, the C code, you can use a variety of compiler
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1.11kb
    • 提供者:赵晓瑞
  1. pid

    0下载:
  2. PID控制仍然是工业控制场合常用的控制算法,本程序是用C编写的一个实现PID算法的代码-PID control is still commonly used in industrial control applications control algorithm, this procedure is an implementation of the PID algorithm code written in C
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:2.67kb
    • 提供者:付志
  1. PID

    0下载:
  2. PID VC实现 用C语言实现PID功能,对于控制方面的软件编写有帮助。-PID VC
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:4.06kb
    • 提供者:焦磊涛
  1. pid.c

    0下载:
  2. PID算法C源码,给喜欢研究算法的同学-PID algorithm C source code, students study the algorithm to like .....
  3. 所属分类:Algorithm

    • 发布日期:2017-11-23
    • 文件大小:1.37kb
    • 提供者:rootl
  1. C_language-PID

    0下载:
  2. PID的软件编程C语言算法 PID-Software PID PID algorithm in C language programming
  3. 所属分类:Algorithm

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

    0下载:
  2. 使用C语言实现PID算法,让你对pid算法的实现有一个清晰的认识-PID algorithm using C language, so that you realize pid algorithm to have a clear understanding of
  3. 所属分类:Algorithm

    • 发布日期:2017-04-25
    • 文件大小:10.58kb
    • 提供者:王军
  1. PID

    0下载:
  2. 位置式PID算法的C语言实现。结构容易,具有很好的可读性。-the realization of C lauguage to positon PID algorithm,with simplify structure and good readability.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:1.46kb
    • 提供者:王杰
  1. pid-c

    0下载:
  2. 一个简单的pid的C语言实现。不包含死区控制等功能。参数需要自己调整。-A simple pid of the C language. It does not contain a dead-time control functions. Parameters need to make their own adjustments.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:653byte
    • 提供者:chess
  1. PID-Simulator-2-executable

    0下载:
  2. programs to simulating PIDs in c#
  3. 所属分类:Algorithm

    • 发布日期:2017-05-05
    • 文件大小:52.05kb
    • 提供者:jarbasivon
  1. 标准增量PID算法的C实现

    0下载:
  2. 标准pid算法,简单,不复杂,能够很好进行pid运算,新手入门。(Standard PID algorithm, simple, not complicated, can be very good PID operation, novice entry.)
  3. 所属分类:数学计算

    • 发布日期:2017-12-22
    • 文件大小:1kb
    • 提供者:jiaoshenm
« 12 »
搜珍网 www.dssz.com