虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

RESponse

RESponse是一个计算机专业术语。
  • 温度控制的PID算法的C语言程序.

    #nclude<reg51.h>#include<intrins.h>#销nclude<math.h>#include<string.h>struct PID{unsigned int SetPoint;//设定目标 Desired Value unsigned int Proportion;//比例常数Proportional Const unsigned int integral;//积分常数Integral Const unsigned int Derivative://微分常数Derivative Const unsigned int LastError;//Emorl-1]unsigned int PrevError;//Errorl-2]unsigned int SumError;//Sums of Errors struct PID spid;//PID Control Structure unsigned int rout;//PID RESponse(Output)unsigned int rin://PID Feedback(Input)sbit data1=P100;sbit clk=P141;sbit plus=P240;sbit subs=P241:sbit stop=P22;sbit output=P34;sbit DQ=P33;unsigned char flag,flag_1=0;unsigned char high_time,low_time,.count=0,/占空比调节参数unsigned char set_temper=35;unsigned char temper;unsigned chari:unsigned charj=0;unsigned ints;

    标签: 温度控制 pid算法 C语言

    上传时间: 2022-07-02

    上传用户:xsr1983

  • MPU-60X0寄存器中文版资料

    陀螺仪硬件自检:相关方法陀螺仪允许用户测试机械和电气部分。自检的代码在 InvenSense提供的 MotionApps™软件里面。如果没有使用 MotionApps™软件,请参阅下节(Obtaining the Gyroscope Factory Trim (FT) Value)。当自检启动,片上的电子设备就会启动相应的传感器。这次启动会使传感器的 proofmasses的距离相当于一个预定的科里奥利力(Coriolis force)。传感器的 Proof masses位移变换的结果将在输出信号中反映。输出信号用户可以在自检反馈看到。自检反馈(STR)定于如下:Self Test RESponse=Gyroscope Output with Self Test Enabled — Gyroscope Output with Self Test Disabled自检反馈通过反馈与出产的评估比较查找变换用于确定这部分通过还是自检失败

    标签: mpu 寄存器

    上传时间: 2022-07-23

    上传用户:xsr1983

  • asp.net 视频教程,附讲义代码

    专题:ASP结合SQL Server.zip 79KB2019-09-25 10:16 第10章 ASP程序调试与错误处理.zip 203KB2019-09-25 10:16 第11章 数据库.zip 419KB2019-09-25 10:16 第12章 SQL.zip 231KB2019-09-25 10:16 第13章 XML.zip 170KB2019-09-25 10:16 第14章 正则表达式.zip 202KB2019-09-25 10:16 第15章 多用户留言系统.zip 123.3M2019-09-25 10:16 第16章 内容管理系统.zip 38.7M2019-09-25 10:16 第17章 在线商城系统.zip 70.3M2019-09-25 10:16 第18章 ASP完结篇.zip 135KB2019-09-25 10:16 第1章 ASP学前准备.zip 504KB2019-09-25 10:16 第2章 VBScript基本概念.zip 209KB2019-09-25 10:16 第3章 VBScript流程控制.zip 215KB2019-09-25 10:16 第4章 子程序与函数.zip 186KB2019-09-25 10:16 第5章 内置函数.zip 237KB2019-09-25 10:16 第6章 RESponse对象.zip 235KB2019-09-25 10:16 第7章 Request对象.zip 235KB2019-09-25 10:16 第8章 Server对象与服务器端文件存取.zip 255KB2019-09-25 10:16 第9章 Application与Session对象.zip …………

    标签: Borland full 3.1 31

    上传时间: 2013-07-27

    上传用户:eeworm