代码搜索结果
找到约 2,916 项符合
Energy 的代码
chf.m
% Simulation of reduance wsn networks handoff foactor
% Needs the Communications toolbox and file "normrnd.m"
clear all;
ht=zeros(1,1000);
hk=zeros(1,1000);
lable='a
pottsmrf.cpp
#include "PottsMRF.h"
#include
#include "mex.h"
PottsMRF::~PottsMRF() {
for (int i=0; i
hscanvas.java
import javax.microedition.lcdui.*;
import javax.microedition.lcdui.game.*;
import java.util.*;
import java.io.*;
import javax.microedition.media.*;
import javax.microedition.media.control.*;
p
!!!---cooperation2.nlogo
turtles-own [energy c-type]
patches-own [ grass temp ]
globals [num-coop num-greed]
;breeds [ coop greed]
to setup
ca
ask patches [
set grass max-grass
color-grass
]
crt number-coop + numb
---huntergatherers.nlogo
; Script: HunterGatherers.nlogo
; Author: David Hyland-Wood (dwood@itee.uq.edu.au)
; Date: 31 January 2004
; Modification History:
; 1 February 2004: Turtles expend energy and recover i
hoffmann.m
function b = hoffmann(Ea0,Ea,Ew,walkers,T,step,maxsteps,C)
% Equilibration method supplied with SA Tools.
% Copyright (c) 2002, by Richard Frost and Frost Concepts.
% See http://www.frostconcepts.c
thermospeedr.m
function T = thermospeedR(Ea,Estd,walkers,dEtgt,v,e,T,t,P)
% Heat capacity thermospeed temperature update method supplied with SA Tools.
% Copyright (c) 2002, by Richard Frost and Frost Concepts.
%
geman.m
function T = geman(Ea,Estd,walkers,dEtgt,v,e,T,t,P)
% Geman temperature update method supplied with SA Tools.
% Copyright (c) 2002, by Richard Frost and Frost Concepts.
% See http://www.frostconcep
geometric.m
function T = geometric(Ea,Estd,walkers,dEtgt,v,e,T,t,P)
% Geometric temperature update method supplied with SA Tools.
% Copyright (c) 2002, by Richard Frost and Frost Concepts.
% See http://www.fro
berkeley.m
function T = berkeley(Ea,Estd,walkers,dEtgt,v,e,T,t,P)
% Berkeley temperature update method supplied with SA Tools.
% Copyright (c) 2002, by Richard Frost and Frost Concepts.
% See http://www.frost