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

PID自动控制电机转速

于 2020-06-22 发布 文件大小:7008KB
0 280
下载积分: 1 下载次数: 1

代码说明:

  利用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 个回复

  • Levenberg-Marquardt_Method
    说明:  LM算法的c语言实现 拟合的函数为gauss函数(Levenberg-Marquardt Method)
    2021-04-11 16:18:58下载
    积分:1
  • computing-theory-introduction
    《计算理论导引》(作者)[美] Michael Sipser(译者)张立昂 王捍贫 黄雄 机械工业2000年2月第1版.pdf(Computational Theory,(Author) [America] Michael Sipser (translator) Zhang Li Ang Wang Hanpin Wong Hung Machinery Industry in February 2000 1st edition. Pdf)
    2013-09-09 21:01:11下载
    积分:1
  • fourier_trans
    傅立叶变换的C语言实现,可在Turbo C以及Visual C++下实现。(Fourier Transform C language, in Turbo C and Visual C under.)
    2006-12-31 11:06:45下载
    积分:1
  • 稀疏矩阵标准答案
    经典矩阵运算问题求解(classic problem solving matrix operations)
    2005-03-10 14:05:21下载
    积分:1
  • 3
    说明:  用刷选法求出100之内的素数。并输出数有多少个。(100 prime number is calculated by the method of selection. And the output count how many.)
    2013-09-11 19:40:35下载
    积分:1
  • Magic
    幻方 (magic cube )
    2010-06-05 15:08:54下载
    积分:1
  • powell
    优化设计算法:用powell法求解目标函数的最优解和最优值,已经验证算法的正确性,在visual c++6.0下开发(Optimization algorithm: Solving the objective function with powell optimal solution and optimal value, has verified the correctness of the algorithm, the visual c++6.0 under development)
    2021-04-20 10:18:50下载
    积分:1
  • udf_dpm_tongji
    fluent多相流DPM模型中使用用户自定义函数对颗粒进行统计(DPM fluent multiphase flow model using user-defined functions for particle statistics)
    2020-12-06 21:09:21下载
    积分:1
  • LBM-cylinder
    用LBM结合非平衡外推方法实现的圆柱绕流,柱面边界以非平衡外推方法实现。(LBM combined with the extrapolation method of achieving non-equilibrium flow around a cylinder, cylinder boundary to achieve non-equilibrium extrapolation method.)
    2021-04-02 14:19:07下载
    积分:1
  • Euler_DG_Quadrilateral_2D
    自己写了一个二维Euler方程的间断有限元程序 上次发了一个三角形单元的程序 因为不是曲边单元 所以在圆柱后面容易形成涡 现在把程序改为曲边四边形单元了 没有涡出现 单元是8节点四边形单元 节点编号顺序是 1 5 2 6 3 7 4 8 也就是四个角点依次 是1 2 3 4 然后是边的中点编号 5 6 7 8. 时间推进采用 Runge-Kutta 方法 数值通量采用全局Lax-Friedrichs通量 仍然不能捕捉激波 因为没有做重构或者加人工粘性 等这个做出来了 再发一次。 程序没有进行优化 比如说内存的消耗没有优化 比如直边单元的边界积分仍然采 用了曲边的积分方法 增加了计算量 比如面积分、线积分都是采用的是Gauss- Legendre-Lobatto积分 积分精度会比一般的Gauss-Legendre积分精度低一阶 等 等问题。 二维的 纯属交流性质 就没有考虑这些问题 ^_^ 如果物面全部是直边 那么只要改变一个参数N 就可以获得不同的计算精度 且具 有谱精度 因为单元的节点是Gauss-Legendre-Lobatto积分点。 其实就是谱元法 (物面是曲边的情况我不清楚是不是也可以通过提高基函数的阶数 也就是增加N 来提高计算精度)(Wrote a two-dimensional Euler equations with discontinuous finite element program Last made ​ ​ a triangular element of the program, not curved edge unit is so easy to form a vortex in the cylinder behind the Program to curved edge quadrilateral element vortices appear Unit is the order of 8-node quadrilateral element node number is 15,263,748 which is the four corners of the points in turn Is 1234 and then the side of the midpoint of the number 5678. Time promote the use of Runge-Kutta method Numerical flux of the overall situation of Lax-Friedrichs, flux Still can not capture the shock wave did not do the reconstruction or artificial viscosity do it Zaifayici. The program is not optimized for example, memory consumption is not optimized such as straight-edge boundary integral of the unit is still mining Integral method to increase the amount of computation such as surface integral with a curved edge, the line integral using the Gauss- The Legendr)
    2021-01-29 12:58:40下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载