代码搜索结果
找到约 10,000 项符合
Protocol 的代码
parallel_protocol.m
function [bel, niter] = parallel_protocol(engine, evidence, pot_type, local_kernel, msg)
bnet = bnet_from_engine(engine);
ns = bnet.node_sizes;
onodes = find(~isemptycell(evidence));
ndoms = length(
tree_protocol.m
function bel = tree_protocol(engine, evidence, pot_type, local_kernel, msg)
bnet = bnet_from_engine(engine);
ns = bnet.node_sizes;
onodes = find(~isemptycell(evidence));
ndoms = length(engine.gdl.do
parallel_protocol.m
function [msg, niter] = parallel_protocol(engine, evidence, msg)
bnet = bnet_from_engine(engine);
N = length(bnet.dag);
ns = bnet.node_sizes(:);
if ~isempty(engine.filename)
fid = fopen(engine.fil
tree_protocol.m
function msg = tree_protocol(engine, evidence, msg)
bnet = bnet_from_engine(engine);
N = length(bnet.dag);
% Send messages from leaves to root
for i=1:N-1
n = engine.postorder(i);
above
client-protocol.c
/*
Copyright (c) 2006, 2007, 2008 Z RESEARCH, Inc.
This file is part of GlusterFS.
GlusterFS is free software; you can redistribute it and/or modify
it under th
client-protocol.h
/*
Copyright (c) 2006, 2007 Z RESEARCH, Inc.
This file is part of GlusterFS.
GlusterFS is free software; you can redistribute it and/or modify
it under the term
server-protocol.c
/*
Copyright (c) 2006, 2007, 2008 Z RESEARCH, Inc.
This file is part of GlusterFS.
GlusterFS is freee software; you can redistribute it and/or modify
it under t
server-protocol.h
/*
Copyright (c) 2006, 2007, 2008 Z RESEARCH, Inc.
This file is part of GlusterFS.
GlusterFS is free software; you can redistribute it and/or modify
it under th
protocol_handler.cpp
// $Id: Protocol_Handler.cpp 80826 2008-03-04 14:51:23Z wotte $
#ifndef JAWS_BUILD_DLL
#define JAWS_BUILD_DLL
#endif
#include "jaws3/Protocol_Handler.h"
#include "jaws3/Concurrency.h"
JAWS
protocol_handler.h
// $Id: Protocol_Handler.h 80826 2008-03-04 14:51:23Z wotte $
#ifndef JAWS_PROTOCOL_HANDLER_H
#define JAWS_PROTOCOL_HANDLER_H
#include "ace/Message_Block.h"
#include "jaws3/Export.h"
#include