代码搜索:Temperature
找到约 5,431 项符合「Temperature」的源代码
代码结果 5,431
www.eeworm.com/read/464833/7060618
asm set1.asm
;This programe is used to control
;the temperature.
;You can set the temperature from
; 20'C to 60'C step 5'C freely.
;and the LED will indicate the
;variable of the temperat
www.eeworm.com/read/197608/7069667
c c2ftable.c
/*
* File: c2ftable.c
* ----------------
* This program illustrates the use of functions by generating
* a table of Celsius to Fahrenheit conversions.
*/
#include
#include "genlib.h"
www.eeworm.com/read/293555/7128972
c ex5-1.c
#include
struct mepoint {
unsigned char name[11];
unsigned char pressure;
unsigned char temperature;
} po1={ "firstpoint", 0x99, 0x64};
void main(
www.eeworm.com/read/293555/7128976
c ex5-3.c
#include
#include
struct mepoint {
unsigned char name[11];
unsigned char pressure;
unsigned char temperature;
};
struct mepoint p
www.eeworm.com/read/293555/7128977
c ex5-2.c
#include
void main(void) {
struct mepoint {
unsigned char name[11];
unsigned char pressure;
unsigned char temperature;
} po1={ "fi
www.eeworm.com/read/293555/7128978
c ex5-4.c
#include
#include
struct mepoint {
unsigned char name[11];
unsigned char num, pressure, temperature;
};
struct mepoint po[3]=
{
www.eeworm.com/read/293555/7129037
c 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],
www.eeworm.com/read/463862/7174561
txt 温度传感器18b20驱动程序.txt
/************************************************************
*18B20驱动程序,DQ为数据口,接于P2.1
*11.0592M晶振,上拉4.7k电阻
*Author:fyb
*2005-3-25 11:23,OK!
********************************************
www.eeworm.com/read/459343/7276931
c pt100.c
/*************************************
简易温度测量系统
文 件 名 :pt100.c
设 计 :毕京鹏
最后修改日期:2008.09.19
版 本 :V1.1
主控芯片 :ATMEGA48V
工作频率 :外部16MHz晶振
备注