代码搜索:流量传感器

找到约 3,647 项符合「流量传感器」的源代码

代码结果 3,647
www.eeworm.com/read/483370/6605473

c kouzhan3.c

//先快速,再超慢速加角度传感器测平衡 //再驶向B点,并返回; //液晶并行显示各段时间 //多个配重 //单通道单极性AD0809,人为给AD发信号 #include"reg51.h" #include"Lcd_Display.h" #define uchar unsigned char #define uint unsigned int sbit STK_DIR
www.eeworm.com/read/483370/6605474

c text_guandian.c

//2个光电传感器//2中断// #include"reg51.h" #define uchar unsigned char #define uint unsigned int sbit STK_CP1=P1^3; sbit STK_DIR1=P1^2; sbit STK_CP2=P1^1; sbit STK_DIR2=P1^0; bit youzhuan,zuozhu
www.eeworm.com/read/483370/6605475

c kouzhan_hao2.c

//先快速,再超慢速加角度传感器测平衡 //再驶向B点,并返回; //液晶并行显示各段时间 //多个配重 //单通道单极性AD0809,人为给AD发信号 #include"reg51.h" #include"Lcd_Display.h" #define uchar unsigned char #define uint unsigned int sbit STK_DIR
www.eeworm.com/read/483370/6605476

c kouzhan_end.c

//先快速,再超慢速加角度传感器测平衡 //再驶向B点,并返回; //液晶并行显示各段时间 //多个配重 //单通道单极性AD0809,人为给AD发信号 #include"reg51.h" #include"Lcd_Display.h" #define uchar unsigned char #define uint unsigned int sbit STK_DIR
www.eeworm.com/read/405946/11452290

bak main.c.bak

/****************************************************************************** * 本文件实现ADC模块的基本功能 * 设置ADC1的常规转换序列包含CH10和CH16(片内温度传感器) * 设置了连续转换模式,并使用DMA传输 * AD转换值被放在了AD_Value[2]数组内,[0]保存CH0结果,[1]保
www.eeworm.com/read/405946/11452291

c main.c

/****************************************************************************** * 本文件实现ADC模块的基本功能 * 设置ADC1的常规转换序列包含CH10和CH16(片内温度传感器) * 设置了连续转换模式,并使用DMA传输 * AD转换值被放在了AD_Value[2]数组内,[0]保存CH0结果,[1]保
www.eeworm.com/read/405657/11459604

plg 18b20.plg

礦ision2 Build Log Project: H:\DY580\温度传感器18b20\18b20.uv2 Project File Date: 01/14/2009 Output: Build target 'Target 1' compiling 18b20.c...
www.eeworm.com/read/156528/11794959

m sobi.m

function W=sobi(x,n,p) %二阶盲辨识 %W=sobi(x,n,p)估计分离矩阵 %一般调用方法W=sobi(x); %x混合信号 %m传感器个数 %N采样点数 %n源信号个数 %p协方差矩阵个数 [m,N]=size(x); if nargin==1 n=m; p=100; end if nargin==2 p=100;
www.eeworm.com/read/340908/12125520

c adc0_temp_pro.c

//内部温度传感器调试程序// //利用过采样实现16位精度// //ADC0_TEMP_PRO.c #include #define ADC0START temppage=SFRPAGE;SFRPAGE=0x00;AD0BUSY=1;SFRPAGE=temppage #define STACK_LEN 128 //采样128次,再将128个数据总和除以8
www.eeworm.com/read/340908/12125530

c adc0_temp_pro.c

//内部温度传感器调试程序// //利用过采样实现16位精度// //ADC0_TEMP_PRO.c #include #define ADC0START temppage=SFRPAGE;SFRPAGE=0x00;AD0BUSY=1;SFRPAGE=temppage #define STACK_LEN 128 //采样128次,再将128个数据总和除以8