代码搜索结果
找到约 286 项符合
Humidity 的代码
main.lst
C51 COMPILER V8.02 MAIN 06/02/2007 10:41:58 PAGE 1
C51 COMPILER V8.02, COMPILATION OF MODULE MAIN
OBJECT MODULE PLACED IN ma
main.c
/***********************************************************************************
Project: SHTxx demo program (V2.1)
Filename: SHTxx_Sample_Code.c
Prozessor: 80C51
sht.h
//----------------------------------------------------------------------------------
//
// Sensirion SHT1x Humidity Sensor Library
//
//------------------------------------------------------------
main.c
#include "includes.h"
//T1、T2定时器重装值,clk/1024
#define T0OVF_RELOAD 0xb7 //定时10ms,实际值10ms
#define T1OVF_RELOAD 0xE3E0 //定时1000ms,实际值1000.00ms
#define T2OVF_RELOAD 0x13 //定时33ms, 实际值32.917ms
#
main.lst
C51 COMPILER V8.02 MAIN 08/16/2008 19:24:19 PAGE 1
C51 COMPILER V8.02, COMPILATION OF MODULE MAIN
OBJECT MODULE PLACED IN ma
fre89s51.lst
C51 COMPILER V7.20 FRE89S51 01/12/2008 19:38:34 PAGE 1
C51 COMPILER V7.20, COMPILATION OF MODULE FRE89S51
OBJECT MODULE PLACED I
fre89s51.c
#include
#define u_int unsigned int
#define u_char unsigned char
/* 函数声明 */
void time0_over_int(void); /* 定时器0中断服务程序 ,使用第1组寄存器 */
void ext1_int_proc(void); /* 外部中断1中断服务程序,使用第2组寄存器 */
weather.nominal.arff
@relation weather.symbolic
@attribute outlook {sunny, overcast, rainy}
@attribute temperature {hot, mild, cool}
@attribute humidity {high, normal}
@attribute windy {TRUE, FALSE}
@attribute play {yes,
weather.arff
@relation weather
@attribute outlook {sunny, overcast, rainy}
@attribute temperature real
@attribute humidity real
@attribute windy {TRUE, FALSE}
@attribute play {yes, no}
@data
sunny,85,85,FALSE,no