登录
首页 » Visual C++ » PID自动控制电机转速

PID自动控制电机转速

于 2020-06-22 发布
0 273
下载积分: 1 下载次数: 2

代码说明:

说明:  利用pid算法控制电机转速,转速可调,数码管显示,初学者实用(Using PID algorithm to control motor speed, adjustable speed, digital display, beginners practical)

文件列表:

PID自动控制电机转速\C程序\pid, 10460 , 2014-11-17
PID自动控制电机转速\C程序\PID.C, 3210 , 2014-11-17
PID自动控制电机转速\C程序\pid.hex, 5941 , 2014-11-17
PID自动控制电机转速\C程序\pid.lnp, 23 , 2014-11-17
PID自动控制电机转速\C程序\PID.LST, 8119 , 2014-11-17
PID自动控制电机转速\C程序\pid.M51, 12960 , 2014-11-17
PID自动控制电机转速\C程序\PID.OBJ, 11499 , 2014-11-17
PID自动控制电机转速\C程序\pid.opt.bak, 1141 , 2011-06-09
PID自动控制电机转速\C程序\pid.plg, 182 , 2015-05-11
PID自动控制电机转速\C程序\pid.Uv2.bak, 2103 , 2011-05-09
PID自动控制电机转速\C程序\pid.uvgui.walt740, 71377 , 2015-04-16
PID自动控制电机转速\C程序\pid.uvopt, 56032 , 2015-05-11
PID自动控制电机转速\C程序\pid.uvproj, 13215 , 2015-05-11
PID自动控制电机转速\C程序\pid_Opt.Bak, 1140 , 2011-06-01
PID自动控制电机转速\C程序\pid_Uv2.Bak, 2099 , 2011-05-09
PID自动控制电机转速\C程序\pid_uvopt.bak, 56032 , 2015-05-11
PID自动控制电机转速\C程序\pid_uvproj.bak, 13401 , 2015-04-16
PID自动控制电机转速\PID自动控制电机转速1.jpg, 186747 , 2014-09-09
PID自动控制电机转速\PID自动控制电机转速2.jpg, 171897 , 2014-09-09
PID自动控制电机转速\仿真文件\pid仿真.DSN, 156454 , 2014-09-13
PID自动控制电机转速\仿真文件\pid仿真.PWI, 790 , 2015-04-28
PID自动控制电机转速\基于Proteus的直流电机闭环调速系统设计.doc, 573952 , 2011-06-08
PID自动控制电机转速\C程序, 0 , 2015-05-12
PID自动控制电机转速\仿真文件, 0 , 2015-05-12
PID自动控制电机转速, 0 , 2015-05-12
算法.rar, 6550811 , 2015-07-10

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • na7
    Orthogonal Polynomials Approximation 数值分析,计算正交基多项式的系数 (Given a function f and a set of m >0 distinct points . You are supposed to write a function to approximate f by an orthogonal polynomial using the exact function values at the given m points with a weight assigned to each point . The total error must be no larger than a given tolerance. Format of function int OPA( double (*f)(double t), int m, double x[], double w[], double c[], double*eps ) where the function pointer double (*f)(double t) defines the function f int m is the number of points double x[] contains points double w[] contains the values of a weight function at the given points x[] double c[] contains the coefficients of the approximation polynomial double*eps is passed into the function as the tolerance for the error, and is supposed to be returned as the value of error. The function OPA is supposed to return the degree of the approximation polynomial. Note: a constant Max_n is defined so that if the total error is still not small enough when n = Ma)
    2011-11-27 11:47:21下载
    积分:1
  • calculator
    用mfc实现计算器的基本操作,支持键盘输入,并保留xp风格,可计算平方,幂,时间显示等操作(With mfc achieve the basic operation of the calculator, support for keyboard input, and retain xp style, calculates the square, power, time display and other operations)
    2013-10-23 15:22:24下载
    积分:1
  • calculator
    用mfc实现计算器的基本操作,支持键盘输入,并保留xp风格,可计算平方,幂,时间显示等操作(With mfc achieve the basic operation of the calculator, support for keyboard input, and retain xp style, calculates the square, power, time display and other operations)
    2013-10-23 15:22:24下载
    积分:1
  • polynomial_multiplication
    实现多项式相乘求模运算,并且模多项式是可以改变的,方便,简单(To achieve polynomial multiplication modulo operation, and polynomial model can be changed, convenient and simple)
    2010-06-25 21:11:57下载
    积分:1
  • arithmetic
    arithemetic code on visual c++
    2009-12-20 18:53:54下载
    积分:1
  • ARXRLS
    程序采用C语言,实现最小二乘辨识算法和递推最小二乘算法(Program using C language, least squares identification algorithm and recursive least squares algorithm)
    2012-10-26 13:07:45下载
    积分:1
  • air-age
    计算流体力学软件FLUENT计算空气龄的udf文件(FLUENT CFD software udf file to calculate the air age )
    2015-10-14 15:32:41下载
    积分:1
  • Simple
    求解速度压力耦合的Simple半隐式迭代方法,该方法在计算流体动力学中应用极为广泛(To solve the pressure velocity coupling Simple semi-implicit iterative method, the method applied in the Computational Fluid Dynamics an extremely wide range of)
    2021-01-05 09:08:54下载
    积分:1
  • Max-IntMax-MinMin-Min
    极小 算法(Min-Min)、极大极小算法(Max-Min)、最大时间跨度算法(Max-Int)三种典型的映射算法的算法原理以及计算程序(Minimal algorithm (Min-Min), max-min algorithm (Max-Min), maximum time-span algorithm (Max-Int) three typical mapping algorithm and the algorithm of the calculation program)
    2008-04-01 20:41:46下载
    积分:1
  • FFT
    提供基二FFT(频域)的C语言算法,希望对大家有用()
    2007-07-29 08:58:54下载
    积分:1
  • 696516资源总数
  • 106918会员总数
  • 4今日下载