排序:上传时间 相关度 下载量 查看数

include 624

按分类查找:

  • 温度控制的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 LastE ...

    /dl/837901.html

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

    上传时间: 2022-07-02

    上传用户:xsr1983

  • STM8库编程的方法总结

    经过几天的摸索我终于掌握用STM8库的方法,但我还认为不用库也很好,1.首先要装好ST8的开发环境,一个是ST Visual Develop一个是COSMIC stm8C语言编译器.第三把STM8的库下下来2.建立一个新的环境和一个工程,当然工程和环境可同名3.这一点是关键,把STM8库下的*FWLib/project\STVDCosmic STM8_interrupt_vetor.c考到你的新 ...

    /dl/838469.html

    标签: stm8

    上传时间: 2022-07-06

    上传用户:moh2000

  • 4G移动通信技术权威指南:LTE与LTE-Advanced.4G LTE.LTE

    PrefaceDuring the past years, there has been a quickly rising interest in radio access technologies for providingmobile as well as nomadic and fixed services for voice, video, and data. The difference indesign, implementation, and use between telecom and datacom technologies is also becoming moreblu ...

    /dl/838714.html

    标签: 4g 移动通信

    上传时间: 2022-07-08

    上传用户:lostxc

  • 单片机电子密码锁设计,内含工程文件、源码文件及电路图

    基于单片机的密码锁设计,内含工程文件和源码文件以及电路图#include "config.h"&nbsp;void main(){&nbsp;&nbsp;&nbsp; LCD_Initial();&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;//lcd初始化&nbsp;&nbsp;&nbsp; init_sys(); ...

    /dl/839574.html

    标签: 单片机 电子密码锁

    上传时间: 2022-07-17

    上传用户:默默

  • 51单片机键盘模拟音量数码管显示源码

    本程序所用的原理图下载:&nbsp;点这里&nbsp;,单片机芯片使用的stc89c52;找到相应部分即可.这是一整个单片机开发板的电路图其他的忽略.hex文件及其工程文件以下是通过测试的源代码:/**功能:使用矩阵按键使得按键按下时数码管上显示各自对应的数字(0 ~ F);*日期:2018-05-03-17:51;*特别说明:本程序代码已经通过调试 ...

    /dl/840419.html

    标签: 51单片机

    上传时间: 2022-07-23

    上传用户:kid1423

  • dsPIC33FJ32MC204 单片机使用入门

    介绍针对dsPIC33FJ32MC204或同系列单片机使用入门。1、开发环境选择开发环境:MPLAB IDEV8.80编译软件:MPLABC30,其中v3.25版本C语言编译器 pic30-gcc.exe,见下图。尝试过使用最新开发环境MPLABXIDEV1.95配合数种编译器均无法对程序编译通过。2、程序代码PROJECT工程建立通过菜单中Project->Project Wizard 按步骤建立。 ...

    /dl/840559.html

    标签: dspic33fj32mc204 入门

    上传时间: 2022-07-24

    上传用户:hao123

  • 微孔雾化片单片机自动调整中心频率原理图和软件

    /**************** 扫频函数*************FileName:Frepuecy_Sweep.cProjectName:FunctionDesc:CreateDate:Version:Author:ModifyHistory:Remark:5ms 执行一次***************** 包含头文件**********************/#include "Stdint_Sonix.h"#include "SysInit.h"#include "Frequency_Sweep.h"#include "adc.h"/*********** ...

    /dl/840608.html

    标签: 单片机 频率 原理图

    上传时间: 2022-07-24

    上传用户:yui0900826

  • AM2355n datasheet

    3-phase Sensor-less Fan Motor DriverAM2355NThe AM2355N is a 3-phase sensor-less DC fan motor driver IC. It senses the BEMF (BackElectro-Motive Force) of the motor in rotation and provides corresponding commutation current tothe motor. Rotation speed can be controlled by PWM input signal. The drivers ...

    /dl/840817.html

    标签: am2355n

    上传时间: 2022-07-26

    上传用户:yb9018

  • CC1101接收程序及相关电路图

    #include"main.h"#include"cc1101.h"#include"lcd1602.h"void main(void){inti;UCHAR leng=0;//待接收字节长度UCHAR TXBuf[8]={0};//8字节,如果需要更长的数据包,请正确设置UCHAR RXBuf[8]={0};l/接收缓存区InitLcd1602();WriteAddressLcd1602(1,0);WriteCharForLCD1602("The CC1101 Test!");WriteAddressLcd160 ...

    /dl/841387.html

    标签: cc1101 程序 电路图

    上传时间: 2022-08-10

    上传用户:ttalli

  • CANOPEN源代码

    代码目录结构:debiandocdriversexamplesincludeobjdictgensrctest.hg_archival.txt.hgignore.hgtags.travis.ymlappveyor.ymlAUTHORSbitbucket-pipelines.ymlCanFestival-3.vc9.slnCanFestival-3.vc9.vcprojCanFestival-3.vc10.slnCanFestival-3.vc10.vcxprojCanFestival-3.vc10.vcxproj.filtersCanFestival-3.vc15.slnCanF ...

    /dl/841403.html

    标签: canopen 源代码 canfestival

    上传时间: 2022-08-10

    上传用户:tigerwxf1