代码搜索:测量温度

找到约 7,506 项符合「测量温度」的源代码

代码结果 7,506
www.eeworm.com/read/155859/5618112

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/475902/6769088

asm ir.asm

;参考程序A:IR.ASM: ;此程序接收红外发射过来的数据,解码后由CPU读取并显示在LED数码管上. ;红外遥控器 IR.ASM 2005.9.21 $include (c8051f020.inc) // SFR declarations PPA EQU 8000H ;8255的端口地址,8255驱动数码管显示温度值 PPB
www.eeworm.com/read/475627/6774623

plg thermometer.plg

礦ision2 Build Log Project: F:\dp-51pro\Cd_main\实验例程\实验20\DS18B20温度采集和输出显示实验\Thermometer.uv2 Project File Date: 02/06/2004 Output:
www.eeworm.com/read/471622/6886975

plg ad1405.plg

礦ision2 Build Log Project: F:\程序\51单片机经典实例篇\第14章 AD与DA及其应用\14.6 数字温度计\AD1405.uv2 Project File Date: 01/07/2007 Output:
www.eeworm.com/read/295410/8166196

plg ds18b20.plg

礦ision3 Build Log Project: F:\新建文件夹\LL_PLCHAT89S52开发资料\开放代码\温度传感器\DS18B20.uv2 Project File Date: 12/01/2006 Output:
www.eeworm.com/read/369261/9657573

m c_annealing.m

function [ S,E,Tk ] = c_annealing( S,Wij,Tk,c ) %C_ANNEALING p291确定性模拟退火算法 %输入参数: % S:网络节点的状态序列,每个节点可取值+1或-1 % Wij:节点间的权值矩阵 % Tk:温度 % c:T(k+1)=c*T(k) undone=true; n=size(S,2
www.eeworm.com/read/369261/9657575

m annealing.m

function [ S,E,Tk ] = annealing( S,Wij,Tk,c ) %ANNEALING p288随机模拟退火算法 %输入参数: % S:网络节点的状态序列,每个节点可取值+1或-1 % Wij:节点间的权值矩阵 % Tk:温度 % c:T(k+1)=c*T(k) n=size(S,2);%有n个节点 undone=tr
www.eeworm.com/read/415618/11061299

c ds18b20.c

/*********************************************************************** ;便携式温度计 ;数码管引脚连接:a=P1.2 b=P1.1 c=P1.0 d=P1.3 e=P1.4 f=P1.6 g=P1.5 h=P1.7共阳; ;编写人:芦庆 ;时间:2008年7月27日 ;主控芯片:AT89C2051-24PU ;
www.eeworm.com/read/415617/11061353

c ds18b20.c

/*********************************************************************** ;便携式温度计 ;数码管引脚连接:a=P1.2 b=P1.1 c=P1.0 d=P1.3 e=P1.4 f=P1.6 g=P1.5 h=P1.7共阳; ;编写人:芦庆 ;时间:2008年7月27日 ;主控芯片:AT89C2051-24PU ;
www.eeworm.com/read/415616/11061426

plg v1.3.plg

礦ision3 Build Log Project: D:\8051编程\V1.3\v1.3.uv2 Project File Date: 02/14/2009 Output: Build target 'Target 1' compiling 便携式温度计.c... linki