代码搜索结果
找到约 5,431 项符合
Temperature 的代码
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
parpbl.h
!
! $Id: parpbl.h,v 1.4 2000/06/02 16:19:18 jet Exp $
! $Author: jet $
!
!
! Constants for the surface temperature calculation
!
real(r8), parameter :: zzocen = 0.0001 ! Ocean aerodynamic roug
testshtislc.nc
#include "Testshtisl.h"
#include "Timer.h"
module TestshtislC
{
uses interface Boot;
uses interface Timer as Timer0;
uses interface Read as Temperature;
uses i
testshtislc.nc
#include "Testshtisl.h"
#include "Timer.h"
module TestshtislC
{
uses interface Boot;
uses interface Timer as Timer0;
uses interface Read as Temperature;
uses i
simanneal.m
function [beta,sseb, beta1] = simanneal(fun,beta,T0, norm);
% Simulated Annealing Program
% Inputs: function,initial weight, temperature
% Output: weight
if nargin < 4, norm = 1; end;
weight(1
de406.ans
Steve Moshier's Ephemeris Reader v5.6
Planetary positions are from DE406.
Terrestrial east longitude -71.1300 deg
geocentric latitude 42.0785 deg
Earth radius 0.99849
temperature 12.0 C
pre
de118i.ans
Steve Moshier's Ephemeris Reader v5.4
Planetary positions are from ssystem.exe.
Terrestrial east longitude -71.1300 deg
geocentric latitude 42.0785 deg
Earth radius 0.99849
temperature 12.0 C
press
de200.ans
Steve Moshier's Ephemeris Reader v5.6
Planetary positions are from DE200.
Terrestrial east longitude -71.1300 deg
geocentric latitude 42.0785 deg
Earth radius 0.99849
temperature 12.0 C
pre
ds2438_1.bas
' DS2438_1.Bas (BX24)
'
' Illustrates an interface with the Dallas DS2438 Temperature and Voltage
' Monitor IC.
'
' Continually loops performing measurements of T_C, VDD and VAD. This might
'
ds18b20.h
#include
#include
#define uchar unsigned char
#define uint unsigned int
uint temp; // variable of temperature
sbit DS=P1^0; //define interface
void d