代码搜索:Compute
找到约 10,000 项符合「Compute」的源代码
代码结果 10,000
www.eeworm.com/read/391684/2517188
auto compute_lagrange_points_0.5.auto
# This script computes the initial circle of solutions for mu=0
# as well as the bifurcating branches which give us the
# Lagrange points.
# Load 3d.c and c.3d into the AUTO CLUI
load('3d')
# Add a
www.eeworm.com/read/385191/2594726
svn-base compute_prob.m.svn-base
function [p, indice] = compute_prob(dag, node_sizes, CPT, cas)
% Compute P(X1=a,...,Xn=z) for the sub-jacente law from the pair
%
% p = compute_prob(dag, node_sizes, CPT, cas)
%
N = size
www.eeworm.com/read/474583/6812926
svn-base compute_entropy.m.svn-base
K 14
svn:executable
V 1
*
END
www.eeworm.com/read/474583/6812930
svn-base compute_histogram.m.svn-base
K 14
svn:executable
V 1
*
END
www.eeworm.com/read/474583/6812958
svn-base compute_entropy.m.svn-base
function m = compute_entropy(M,T)
% compute_entropy - compute the entropy of a signal
%
% m = compute_entropy(M);
% OR if you need quantization
% m = compute_entropy(M,T)
%
% Copyright
www.eeworm.com/read/474583/6812970
svn-base compute_histogram.m.svn-base
function [h,x] = compute_histogram(M, options)
% compute_histogram - compute the (symmetric) histogram of a vector after threshold.
%
% [h,x] = compute_histogram(M,options);
%
% If M contains
www.eeworm.com/read/474586/6813116
svn-base compute_min.sci.svn-base
function [Y,I] = compute_min(X,d)
// compute_min - compute min along dimension d
//
// [Y,I] = compute_min(X,d);
//
// Copyright (c) 2008 Gabriel Peyre
if argn(2)
www.eeworm.com/read/474586/6813128
svn-base compute_max.m.svn-base
function [Y,I] = compute_max(X,d)
% compute_max - compute maximum along dimension d
%
% [Y,I] = compute_max(X,d);
%
% Copyright (c) 2008 Gabriel Peyre
if nargin