代码搜索结果
找到约 5,431 项符合
Temperature 的代码
复件 tempercontrol.c
#include
#define uchar unsigned char
#define nop() asm("nop")
//继电器脚
#define Relay1 RC1 //常闭点 50吸合 65断开 加热
#define Relay1_DIR TRISC1
#define Relay2 RC2 //常开点 30断开 40闭合 风扇
#
ds18b20.c
/****************************************************************************/
/*
文 件 名: DS18B20.c
说 明: DS18B20驱动程序,
作 者: 郭天祥
日 期: 2008.9
*/
/****************************
ds18b20.bas
$regfile = "m16def.dat"
$crystal = 3276800
Config 1wire = Porta.0
Config Lcdpin = Pin , Db4 = Portb.4 , Db5 = Portb.5 , Db6 = Portb.6 , Db7 = Portb.7 , E = Portb.0 , Rs = Portb.1
Config Lcd = 16 *
web_error.c
/*******************************************************************************
Samples\TcpIp\RabbitWeb\web_error.c
Rabbit Semiconductor, 2004
Demonstrates the use of the
main.c
/***********************************************************
程序功能:在12864液晶上显示一屏汉字
-----------------------------------------------------------
测试说明:观察液晶显示
******************************************
main.lst
C51 COMPILER V7.50 MAIN 11/21/2008 11:28:24 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE MAIN
OBJECT MODULE PLACED IN ma
setf.cpp
// setf.cpp -- using setf() to control formatting
#include
int main()
{
using std::cout;
using std::endl;
using std::ios_base;
int temperature = 63;
cout
setf.cpp
// setf.cpp -- using setf() to control formatting
#include
int main()
{
using std::cout;
using std::endl;
using std::ios_base;
int temperature = 63;
cout
http.c
//-----------------------------------------------------------------------------
// Net HTTP.C
//
// This module is the Web Server
// It currently serves a html text page and a jpeg image, or handl
temptest.c
//-----------------------------------------------------------------------------
// Includes
//-----------------------------------------------------------------------------
#include