代码搜索结果

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

cmu-trace.cc

/* -*- Mode:C++; c-basic-offset:8; tab-width:8; indent-tabs-mode:t -*- */ /* * Copyright (c) 1997 Regents of the University of California. * All rights reserved. * * Redistribution and use in sour

example61.m

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % 初始化 % % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %v=[0 0 0];

metropoliswalk.m

function [W,Ew,Wbsf,Ebsf,Ea,Estd,Ev,steps] = metropoliswalk( ... verbose, ... Ea, T, ... walkers, W, X, cost, moveclass, ... acceptrule, q, ... hasEquilibr

59371

Path: cantaloupe.srv.cs.cmu.edu!magnesium.club.cc.cmu.edu!news.sei.cmu.edu!cis.ohio-state.edu!zaphod.mps.ohio-state.edu!usc!sdd.hp.com!portal!cup.portal.com!mmm From: mmm@cup.portal.com (Mark Robert T

margtfr.m

function [margt,margf,E]=margtfr(tfr,t,f) %MARGTFR Marginals and energy of a time-frequency representation. % [MARGT,MARGF,E]=MARGTFR(TFR,T,F) calculates the time and % frequency marginals and the en

margtfr.m

function [margt,margf,E]=margtfr(tfr,t,f) %MARGTFR Marginals and energy of a time-frequency representation. % [MARGT,MARGF,E]=MARGTFR(TFR,T,F) calculates the time and % frequency marginals and the en

snakeimage.h

#define SNAKE_BIG 2.e+38f #include "Image.h" #include #define MIN(a,b) ((a) > (b) ? (b) : (a)) #define MAX(a,b) ((a) > (b) ? (a) : (b)) BOOL SnakeImage( CImage * img,

例程12-10.m

% 当前的延拓模式是补零 % 产生原始信号 x = randn(1,200); % 计算x的shannon熵 e1 = wentropy(x,'shannon') % 计算x的对数能量熵 e2 = wentropy(x,'log energy') % 计算x的阈值熵,阈值取为0.2 e3 = wentropy(x,'threshold',0.2) % 计算x的“sure”熵,阈值

turtle.java

import java.util.Vector; /* * Created on Jul 6, 2003 * */ /** * Turtle - to simulate artificial life. Eats small fish. * * @author iCarnegie av * */ public class Turtle extends A

例程12-10.m

% 当前的延拓模式是补零 % 产生原始信号 x = randn(1,200); % 计算x的shannon熵 e1 = wentropy(x,'shannon') % 计算x的对数能量熵 e2 = wentropy(x,'log energy') % 计算x的阈值熵,阈值取为0.2 e3 = wentropy(x,'threshold',0.2) % 计算x的“sure”熵,阈值