代码搜索:Compute
找到约 10,000 项符合「Compute」的源代码
代码结果 10,000
www.eeworm.com/read/428078/1962396
c chain2_compute.c
/*..........................................................................*/
/* */
/* L a s t W a v e P a c k a g e '
www.eeworm.com/read/400650/2347981
h fe_compute_data.h
// $Id: fe_compute_data.h 2501 2007-11-20 02:33:29Z benkirk $
// The libMesh Finite Element Library.
// Copyright (C) 2002-2007 Benjamin S. Kirk, John W. Peterson
// This library is free software
www.eeworm.com/read/400650/2348743
c fe_compute_data.c
// $Id: fe_compute_data.C 2501 2007-11-20 02:33:29Z benkirk $
// The libMesh Finite Element Library.
// Copyright (C) 2002-2007 Benjamin S. Kirk, John W. Peterson
// This library is free software
www.eeworm.com/read/396844/2407078
m compute_minimal_interface.m
function clqs = compute_minimal_interface(intra, inter)
int = compute_fwd_interface(intra, inter);
ss = length(intra);
Z = zeros(ss);
dag = [intra inter;
Z intra];
G = moralize(dag);
intr
www.eeworm.com/read/396844/2407090
m compute_fwd_interface.m
function int = compute_fwd_interface(intra, inter)
% COMPUTE_FWD_INTERFACE Compute nodes with children in the next slice
% function int = compute_fwd_interface(intra, inter)
int = [];
ss = length(int
www.eeworm.com/read/396844/2407108
m compute_interface_nodes.m
function [interface, persist, transient] = compute_interface_nodes(intra, inter)
% COMPUTE_INTERFACE_NODES Find the nodes in a DBN that represent a sufficient statistic
% [interface, persist, transien
www.eeworm.com/read/396844/2407133
m compute_cooling_schedule.m
function temp_schedule = compute_cooling_schedule(init_temp, final_temp, anneal_rate)
temp_schedule = [];
i = 1;
temp_schedule(i)=init_temp;
while temp_schedule(i) > final_temp
i = i + 1;
www.eeworm.com/read/396844/2407293
m compute_posterior_dbn.m
function post = compute_posterior_dbn(bnet, state, i, n, strides, families, ...
CPT)
% COMPUTE_POSTERIOR
%
% post = compute_posterior(bnet, state, i, n, strides, families,
% cpts)
%
% Compute th
www.eeworm.com/read/396844/2407300
m compute_families_dbn.m
function families = compute_families_dbn(bnet)
% COMPUTE_FAMILIES
% precomputes the families of nodes in a dbn
%
% The return value is a cell array for now
ss = size(bnet.intra, 1);
families = cell(
www.eeworm.com/read/396844/2407654
m compute_interface_nodes.m
function [int, persist, transient] = compute_interface_nodes(intra, inter)
% COMPUTE_INTERFACE_NODES Find the nodes in a DBN that represent a sufficient statistic
% [int, persist, transient] = compute