搜索结果

找到约 624 项符合 INCLUDE 的查询结果

按分类筛选

显示更多分类

技术资料 温度控制的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 ...
https://www.eeworm.com/dl/837901.html
下载: 1
查看: 3415

技术资料 STM8库编程的方法总结

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

技术资料 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 ...
https://www.eeworm.com/dl/838714.html
下载: 1
查看: 2802

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

基于单片机的密码锁设计,内含工程文件和源码文件以及电路图#include "config.h" void main(){    LCD_Initial();                       //lcd初始化    init_sys(); ...
https://www.eeworm.com/dl/839574.html
下载: 5
查看: 3337

技术资料 51单片机键盘模拟音量数码管显示源码

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

技术资料 dsPIC33FJ32MC204 单片机使用入门

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

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

/**************** 扫频函数*************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"/*********** ...
https://www.eeworm.com/dl/840608.html
下载: 7
查看: 3475

技术资料 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 ...
https://www.eeworm.com/dl/840817.html
下载: 9
查看: 790

技术资料 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 ...
https://www.eeworm.com/dl/841387.html
下载: 5
查看: 3655

技术资料 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 ...
https://www.eeworm.com/dl/841403.html
下载: 7
查看: 5348