代码搜索结果
找到约 5,431 项符合
Temperature 的代码
boltzman.c
/******************************************************************************
==========================================
Network: Boltzmann Machine with Simula
boltzman.c
/******************************************************************************
==========================================
Network: Boltzmann Machine with Simula
msp430x20x2_adc10_03.s43
;*******************************************************************************
; MSP430F20x2 Demo - ADC10, Sample A10 Temp, Set P1.0 if Temp ++ ~2C
;
; Description: Set ADC10 and the integrat
boltzman.c
/******************************************************************************
==========================================
Network: Boltzmann Machine with Simula
chap2_fig7_p8.m
% Chap2_Fig7_P8.m
clc; close all; clear all
ti=linspace(0,30,500);
T0i=50+5*sin(pi*(ti-9)/12);
plot(ti,T0i)
hold on
axis([0 30 42 58])
plot([0 30],[50 50],':')
title('Outside Temperature v
boltzman.c
/******************************************************************************
==========================================
Network: Boltzmann Machine with Simula
mtw.cpp
#include "nmea0183.h"
#pragma hdrstop
/*
** Author: Samuel R. Blackburn
** CI$: 76300,326
** Internet: sammy@sed.csc.com
**
** You can use it any way you like.
*/
IMPLEMENT_DYNAMIC( MTW,
spin_perturb.m
function W = spin_perturb(X,W,Ea,T)
% W = spin_perturb(X,W,Ea,T)
% Method for spinglass example supplied with SA Tools.
% See http://www.frostconcepts.com/software for information on SA Tools.
%
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