代码搜索结果
找到约 5,431 项符合
Temperature 的代码
fet440_adc12_11.c
//******************************************************************************
// MSP-FET430P440 Demo - ADC12, Sample A10 Temp and Convert to oC, TA1 Trigger
//
// Description: Use the ADC12's
temp.c
#include
#include "lcdforadc.h"
#define DQ1 P4OUT|=BIT4
#define DQ0 P4OUT&=~BIT4
float Temper=0.0;
int temperature=0;
unsigned char Error = 0;
unsigned char rom_seq[8]
ddsf.lnp
"CmdParse.obj",
"dataprotect.obj",
"Global.obj",
"init.obj",
"keyparse.obj",
"lcdparse.obj",
"Main.obj",
"pulseparse.obj",
"temperature.obj",
"timespend.obj",
"tools.obj",
"WDT.obj",
"LowPower.obj",
"
ddsf-932.lnp
"CmdParse.obj",
"dataprotect.obj",
"Global.obj",
"init.obj",
"keyparse.obj",
"lcdparse.obj",
"Main.obj",
"pulseparse.obj",
"temperature.obj",
"timespend.obj",
"tools.obj",
"WDT.obj",
"LowP
ex5-1.c
#include
struct mepoint {
unsigned char name[11];
unsigned char pressure;
unsigned char temperature;
} po1={ "firstpoint", 0x99, 0x64};
void main(
ex5-3.c
#include
#include
struct mepoint {
unsigned char name[11];
unsigned char pressure;
unsigned char temperature;
};
struct mepoint p
ex5-2.c
#include
void main(void) {
struct mepoint {
unsigned char name[11];
unsigned char pressure;
unsigned char temperature;
} po1={ "fi
ex5-4.c
#include
#include
struct mepoint {
unsigned char name[11];
unsigned char num, pressure, temperature;
};
struct mepoint po[3]=
{
ex4-18.c
#include
main() {
float T[3][4]=
{
{60.1,70.3,80.5,90.7},{30.0,40.1,50.2,60.3}, {90.0,80.2,70.4,60.6}
};
float * search(float (* pointer)[4],
温度.asm
; {AT89C2051}
;TIME:2007-11-07
;温控
; v1.1 以调试OK
ORG 0000H
JMP START
mov xpos,#0
;===========================================================
ADCS BIT P3.5 ;
ADCLK BIT P3.4 ;
A