代码搜索结果

找到约 2,916 项符合 Energy 的代码

tinitt0.m

function [T0,W,Ew,Wbsf,Ebsf,Ea,Ev,steps] = TinitT0(r, walkers, newstate, X, cost, moveclass) % Fixed temperature initialization method supplied with SA Tools. % Copyright (c) 2002, by Richard Frost

randomwalk.m

function [W,Ew,Wbsf,Ebsf,Ea,Ev] = randomwalk(steps, walkers, newstate, X, cost, moveclass) % Random walk method supplied with SA Tools. % Copyright (c) 2002, by Richard Frost and Frost Concepts. %

signals

Signals can be self describing in several dimensions: the signal dimentionality the form of the stored data labels for signal elements ... This information might be put in the "description" varia

armsym.c

/* armsym.c -- Main instruction emulation: SA11x Instruction Emulator. Copyright (C) 2001 Princeton University This program is free software; you can redistribute it and/or modify

rocket.java

//这个类表示一个Rocket import java.awt.*; import java.applet.*; import java.util.*; import java.net.*; class Rocket { public boolean sleep=true; private int energy,patch,length, mx,my, //显示区

chow_algo.m

% Chow's Algorithm % ---------------- % This is based on the paper by Chow et al titled % % A Practical Discrete Multitone Transceiver Loading Algorithm % for Data Transmission over Spectrally Shaped

chow_algo.m

% Chow's Algorithm % ---------------- % This is based on the paper by Chow et al titled % % A Practical Discrete Multitone Transceiver Loading Algorithm % for Data Transmission over Spectrally Shaped

bpsk.m

function [symbols]=bpsk(data_block,model) % [symbols]=bpsk(data_block,model) % % Output: % symbols - Symbols mapped in signal-space (symbol-vector) % % Input: % data_block - Vector of data

tsp_sa_main.m

%*************************************************************************% % TSP_SA_main % % 本程序实现旅行商问题TSP,在主程序中调用TSP_SA_T

tsp_sa_f.m

%*************************************************************************% % TSP_SA_F % % 本程序计算并返回任一闭合路径Path的距离Energy(目标函数值)