登录
首页 » 算法 » PID自整定

PID自整定

于 2023-06-23 发布 文件大小:1.45 kB
0 146
下载积分: 2 下载次数: 1

代码说明:

#如果ARDUINO>;=100

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

发表评论

0 个回复

  • Exceptional C++ shows by example how to go about solid software engineering. Alo...
    Exceptional C++ shows by example how to go about solid software engineering. Along with a lot of other material, this book includes expanded versions of the first 30 issues of the popular Internet C++ feature Guru of the Week (or, in its short form, GotW), a series of self-contained C++ engineering problems and solutions that illustrate specific design and coding techniques.
    2022-12-15 03:15:03下载
    积分:1
  • 01背包问题
    01背包是在M件物品取出若干件放在空间为W的背包里,每件物品的体积为W1,W2……Wn,与之相对应的价值为P1,P2……Pn。考虑用动态规划的方法来解决,这里的:阶段是:在前N件物品中,选取若干件物品放入背包中; 状态是:在前N件物品中,选取若干件物品放入所剩空间为W的背包中的所能获得的最大价值;决策是:第N件物品放或者不放; 由此可以写出动态转移方程:我们用f[i,j]表示在前 i 件物品中选择若干件放在所剩空间为 j 的背包里所能获得的最大价值f[i, j] = max( f[i-1, j-Wi] + Pi (j >= Wi), f[i-1, j] )
    2022-03-15 21:02:09下载
    积分:1
  • MATLAB广泛应用于线性代数、自动控制理论、数理统计、数字信号处理、时间序列分析、动态系统仿真等领域。因此如果在VC中对MATLAB进行调用将大大减少编程的工...
    MATLAB广泛应用于线性代数、自动控制理论、数理统计、数字信号处理、时间序列分析、动态系统仿真等领域。因此如果在VC中对MATLAB进行调用将大大减少编程的工作量、保证程序的准确性,并且继承了VC++强大的功能,提高开发效率,-MATLAB widely used in linear algebra, automatic control theory, mathematical statistics, digital signal processing, time series analysis, dynamic simulation, and other fields. Therefore, if the VC right call MATLAB programming will greatly reduce the workload to ensure the accuracy of procedures, VC and inherited the powerful functions, improving the development efficiency,
    2022-02-04 04:52:22下载
    积分:1
  • 自定义一些x,y坐标,可以模拟出一些光滑的曲线
    自定义一些x,y坐标,可以模拟出一些光滑的曲线-x, y coordinates, and can simulate some smooth curve
    2022-03-16 00:11:45下载
    积分:1
  • 图像去模糊
    使用大量的图像处理功能的 c # 的描述。这里有一些基本的功能,用于作为一种小的锻炼。
    2022-03-21 04:46:36下载
    积分:1
  • 数据结构课程设计链表
    本程序是利用链表用C++实现多项式的加减程序微分积分等运算,可以直接使用,运算结果已经经过仿真验证,对于数据结构链表感兴趣的初学者可以看一下,里面几乎涵盖了所有的链表的操作。
    2022-04-14 18:42:58下载
    积分:1
  • 汽车加油问题的
    汽车加油问题的算法-vehicle refueling the algorithm
    2023-09-03 11:25:03下载
    积分:1
  • 用C++实现的 用链表实现无限大整数的加减运,
    用C++实现的 用链表实现无限大整数的加减运算,-C achieved with Chain achieve infinite integer addition and subtraction operations.
    2023-02-05 01:30:03下载
    积分:1
  • Matlab实现的CFD
    Matlab实现的CFD算法-Matlab CFD algorithms
    2023-04-26 13:50:03下载
    积分:1
  • Several commonly used optimization algorithm of C procedures and MATLAB code, DF...
    几个常用的优化算法的C程序和MATLAB代码,D F P变尺度法子程序,Powell法子程序,黄金分割法子程序,进退法子程序,外点惩罚函数法子程序等。-Several commonly used optimization algorithm of C procedures and MATLAB code, DFP variable metric method procedures, Powell method procedures, golden section method procedures, advance and retreat method procedures, outside the points penalty function method procedures.
    2022-03-25 01:09:34下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载