代码搜索结果

找到约 5,431 项符合 Temperature 的代码

picnic.c

/* * P I C N I C 3 . 0 * http://picnic.sf.net * * PIC Embedded Web Server using a NE2000 compatible NIC or a Realtek 8019AS chip * * C Compiler: CCS C (TODO: Port to SDCC) * * This p

module.lst

C51 COMPILER V3.20, SN-0 MODULE 07/11/02 14:13:20 PAGE 1 DOS C51 COMPILER V3.20, COMPILATION OF MODULE MODULE OBJECT MODULE PLACE

module.lst

C51 COMPILER V3.20, SN-0 MODULE 07/10/02 17:18:45 PAGE 1 DOS C51 COMPILER V3.20, COMPILATION OF MODULE MODULE OBJECT MODULE PLACE

18b20.c

#include //#include #include"intrins.h" #define uchar unsigned char #define uint unsigned int sbit DQ=P3^6; // uchar code tv[]={0xf7,0xfb,0xfd,0xfe}; // uchar code a[

senandco.c

#include #include /*Keil library 包含延时程序_nop_()*/ #define TEMP 0 #define HUMI 1 #define ACK 1 #define NACK 0 #define MEASURE_TEMP 0X03 #define MEASURE

exm04312_1.m

%exm04312_1.m %struct预建空构架数组方法之一 a=cell(2,3); %创建 空元胞数组 green_house_1=struct('name',a,'volume',a,'parameter',a(1,2)) % %struct预建空构架数组方法之二 green_house_2=struct('name',a,'volume',[],'para

main.c

#include "ioCC2430.h" #include "temp.h" #include "stdio.h" #define uint unsigned int #define ConversionNum 20 //定义控制灯的端口 #define led1 P1_0 #define led2 P1_1 void Delay(uint); void initU

lm75_test.c

/******************************************************************** * 文 件 名:LM75_test.c * 功 能:学习I2C内核的操作方法及LM75的访问方法。 * 说 明:借助LA1024逻辑分析仪(I2C总线分析插件)调试程序。 **********************************

funf791.m

function y = funf791 (x) %------------------------------------------------------------------ % Pressure-Temperature Function for Saturated Water, Example 7.9.1 %------------------------------------