代码搜索结果
找到约 5,431 项符合
Temperature 的代码
18b20_opt.bak
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
6.c
#include
void ave_temper()
{
float temper[31];
float sum=0;
int num,day=0;
do
{
printf("enter temperature for day %d :",day);
scanf("%f",temper+day);
}
while(*(temper+da
7.c
#include
void ave_temper1()
{
float temper[31];
float sum=0;
int num,day=0;
float *p;
do
{
printf("enter temperature for day %d: ",day++);
scanf("%f",p);
}
while( *(p+
golf.names
Play, Don't Play.
outlook: sunny, overcast, rain.
temperature: continuous.
humidity: continuous.
windy: true, false.
weather.java
import java.io.*;
/**
* Objects of this class store weather information for a city.
* The following information is stored.
*
* the city name, a String.
* t
golf.names
Play, Don't Play.
outlook: sunny, overcast, rain.
temperature: continuous.
humidity: continuous.
windy: true, false.
anneal.m
function [W,Ew,Wbsf,Ebsf,Tt,Et,Etarget,ert,Kt,Ebsft,Eh,M,rho,Ebin] = anneal( ...
verbose, ...
newstate, X, ...
cost, moveclass, ...
walkers, ...
acceptrule, q, ...
schedu
metropoliswalk.m
function [W,Ew,Wbsf,Ebsf,Ea,Estd,Ev,steps] = metropoliswalk( ...
verbose, ...
Ea, T, ...
walkers, W, X, cost, moveclass, ...
acceptrule, q, ...
hasEquilibr
boltzman.c
/******************************************************************************
==========================================
Network: Boltzmann Machine with Simula
boltzman.c
/******************************************************************************
==========================================
Network: Boltzmann Machine with Simula