代码搜索结果
找到约 5,431 项符合
Temperature 的代码
adc.c
// This program outputs the C8051Fxxx die temperature out the hardware
// UART at 115.2kbps. Assumes an 18.432MHz crystal is attached between
// XTAL1 and XTAL2.
//
// The ADC is configured to l
tinitaccept.m
function [T0,W,Ew,Wbsf,Ebsf,Ea,Ev,steps] = TinitAccept(r, walkers, newstate, X, cost, moveclass)
% Acceptance ratio temperature initialization method supplied with SA Tools.
% Copyright (c) 2002, by
temperaturedlg.cpp
// TemperatureDlg.cpp : implementation file
//
#include "stdafx.h"
#include "Temperature.h"
#include "TemperatureDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char T
tinitaccept.m
function [T0,W,Ew,Wbsf,Ebsf,Ea,Ev,steps] = TinitAccept(r, walkers, newstate, X, cost, moveclass)
% Acceptance ratio temperature initialization method supplied with SA Tools.
% Copyright (c) 2002, by
ex5-1.c
#include
struct mepoint {
unsigned char name[11];
unsigned char pressure;
unsigned char temperature;
} po1={ "firstpoint", 0x99, 0x64};
void main(
lm63.c
/*
* lm63.c - driver for the National Semiconductor LM63 temperature sensor
* with integrated fan control
* Copyright (C) 2004 Jean Delvare
* Based on the lm90 drive
netlocal.bor
# Makefile for building the Netlocal exe with Borland C++ Make
NAME = Netlocal
NO_FULL_PATH=1
OBJFILES = \
$(OBJDIR)\Netlocal.$(OBJ_EXT) \
$(OBJDIR)\Temperature_Monitor2.$(OBJ_EXT)
LFL
nodelocal_shared.bor
# Makefile for building the Nodelocal_shared exe with Borland C++ Make
NAME = Nodelocal_shared
NO_FULL_PATH=1
OBJFILES = \
$(OBJDIR)\Nodelocal_shared.$(OBJ_EXT) \
$(OBJDIR)\Temperature_Mo
naming.mpc
// -*- MPC -*-
// naming.mpc,v 1.2 2004/03/12 13:20:06 jwillemsen Exp
project(Netlocal) : aceexe {
exename = Netlocal
Source_Files {
Netlocal.cpp
Temperature_Monitor2.cpp
}
}
netlocal.bor
# Makefile for building the Netlocal exe with Borland C++ Make
NAME = Netlocal
NO_FULL_PATH=1
OBJFILES = \
$(OBJDIR)\Netlocal.$(OBJ_EXT) \
$(OBJDIR)\Temperature_Monitor2.$(OBJ_EXT)
LFL