代码搜索结果
找到约 2,916 项符合
Energy 的代码
hartley.m
function T = hartley(Ea,Estd,walkers,dEtgt,v,e,T,t,P)
% Hartley temperature update method supplied with SA Tools.
% Copyright (c) 2002, by Richard Frost and Frost Concepts.
% See http://www.frostco
retrospect.m
function T = retrospect(Ea,Estd,walkers,dEtgt,v,e,T,t,P)
% Retrospective temperature update method supplied with SA Tools.
% Copyright (c) 2002, by Richard Frost and Frost Concepts.
% See http://ww
timestep.xm
#######################################################################
# #
# Example: Find optimum step size
mc.xm
#######################################################################
# 15 Jun 99 #
#
cavity.xm
#######################################################################
# 17 Jul 96 #
#
cdmc.c
/*
************************************************************************
Include Files
************************************************************************
*/
#include
#include
7.m
%生成网络部分
%第一步:随即分布1000个点,并用三维立体图绘出各点位置。
M=0.0000001;
for k=1:1000
%if(k==1)
% P(1).x=5000;
% P(1).y=5000;
% P(1).z=5000;
%else
P(k).x=fix(10000*rand);
abplay.h
#include
/* Audio state definitions */
#define IDLE 0 /* Nothing happenin' */
#define DRAIN 1 /* No new input, but device still playing */
#define PLAY 2 /* Active playing */
crocodile.java
import java.util.Vector;
/**
* Crocodile - simulates a crocodile - can wade, eat, and consume
* energy in the process.
*/
public class Crocodile extends LivingBeing {
/**
* The croco
mycanvas.java
//package src;
import java.util.Timer;
//import javax.microedition.lcdui.Font;
import javax.microedition.lcdui.Graphics;
import javax.microedition.lcdui.Image;
import com.nokia.mid.sound.Sound;