登录
首页 » C,C++ » 模糊PID单片机实现

模糊PID单片机实现

于 2023-02-01 发布 文件大小:23.70 kB
0 127
下载积分: 2 下载次数: 1

代码说明:

两种模糊PID单片机实现的源代码,一种基于C语言,一种基于C++语言。可供想实现硬件编程的提供有价值的参考!

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

发表评论

0 个回复

  • 三层架构登陆注册c#
    三层架构登陆注册c#适合 初学者 方便使用
    2022-01-25 14:06:28下载
    积分:1
  • 分享Vector3.cs类
    分享System/Numerics/Vector3.cs类,没啥好描述的,凑个字数。
    2023-05-04 15:45:03下载
    积分:1
  • 平面点集的delaunay剖分
       首先新建有关三角化的基本元素:顶点、边、三角形的类:    typedef struct Vertex    { int x, y;// 离散点的坐标 int index;//点的索引     };    typedef struct Triangle    { int NodeA; // 三角形的顶点A的坐标索引 int NodeB; // 三角形的顶点B的坐标索引 int NodeC; // 三角形的顶点C的坐标索引 int BorderA; // 三角形的顶点A的对边的索引 int BorderB; // 三角形的顶点B的对边的索引 int BorderC; // 三角形的顶点C的对边的索引 int index; // 三角形的索引    };    typedef struct Edge    { int Start; // 边的起点的索引 int End; // 边的终点的索引 int LeftTriangle; // 边的左三角形索引 int RightTriangle; // 边的右三角形索引 int index; // 边的索引    }
    2022-02-02 19:28:54下载
    积分:1
  • iMessage发送消息
    iMessage发送消息,在ios系统运行,能实现根据ios账号发送消息,向手机号、ios账号发送消息
    2022-01-25 21:55:47下载
    积分:1
  • 简单栈和队列的模拟
    通过利用简单的C++程序来利用链表分别实现栈和实现队列,支持简单的UI界面来实现输入与输出。
    2022-02-16 06:57:01下载
    积分:1
  • C # Web应用程序基于5章的FTP应用程序
    C#网络应用编程基础第5章 FTP应用编程-C# Web application programming based on Chapter 5 FTP application programming
    2023-04-03 19:15:03下载
    积分:1
  • ucos-ii_fot_stm32f103
    ucos-ii_fot_stm32f103,ucos-ii_fot_stm32f103ucos-ii_fot_stm32f103ucos-ii_fot_stm32f103ucos-ii_fot_stm32f103ucos-ii_fot_stm32f103ucos-ii_fot_stm32f103ucos-ii_fot_stm32f103ucos-ii_fot_stm32f103ucos-ii_fot_stm32f103
    2022-02-21 08:03:42下载
    积分:1
  • MyPlugin Project Overview
    ========================================================================     MAKEFILE PROJECT : MyPlugin Project Overview ======================================================================== AppWizard has created this MyPlugin project for you.   This file contains a summary of what you will find in each of the files that make up your MyPlugin project. MyPlugin.vcproj     This is the main project file for VC++ projects generated using an Application Wizard.     It contains information about the version of Visual C++ that generated the file, and     information about the platforms, configurations, and project features selected with the     Application Wizard. This project allows you to build/clean/rebuild from within Visual Studio by calling the commands you have input in the wiza
    2022-03-18 07:08:32下载
    积分:1
  • 模式识别-表情识别
    该程序为C++实现表情识别,其中包括代码和程序用到的表情库。expressiondb是表情库,请放于e盘根目录下。 test1是程序,运行即可。
    2022-03-21 18:33:33下载
    积分:1
  • wke 简单操作 可直接编译
    可直接导入到C++项目中编译。 此WKE是最原始的源码,只适用于程序内弹出的网页窗口使用。
    2022-07-05 02:03:24下载
    积分:1
  • 696518资源总数
  • 106215会员总数
  • 5今日下载