代码搜索结果
找到约 10,000 项符合
Protocol 的代码
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
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
http_protocol.c
/* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyrig
vnc-protocol-fixes
# HG changeset patch
# User Steven Smith
# Node ID ca3abb3804f4400b24037a4366cb2ca5e51ed742
# Parent 7fca81d456b2cb40d4effe2492f7ed1aafd32f52
[HVM][VNC] Make sure that qemu doe
protocol_handler.cpp
// Protocol_Handler.cpp,v 1.2 2004/01/04 21:17:14 bala Exp
#ifndef JAWS_BUILD_DLL
#define JAWS_BUILD_DLL
#endif
#include "jaws3/Protocol_Handler.h"
#include "jaws3/Concurrency.h"
JAWS_Prot
protocol_handler.h
// Protocol_Handler.h,v 1.3 2005/03/01 19:15:09 schmidt Exp
#ifndef JAWS_PROTOCOL_HANDLER_H
#define JAWS_PROTOCOL_HANDLER_H
#include "ace/Message_Block.h"
#include "jaws3/Export.h"
#include "
datagram_protocol.hpp
//
// datagram_protocol.hpp
// ~~~~~~~~~~~~~~~~~~~~~
//
// Copyright (c) 2003-2008 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0.
stream_protocol.hpp
//
// stream_protocol.hpp
// ~~~~~~~~~~~~~~~~~~~
//
// Copyright (c) 2003-2008 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See