代码搜索结果

找到约 10,000 项符合 Protocol 的代码

http_protocol.c

/* Copyright 1999-2005 The Apache Software Foundation or its licensors, as * applicable. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in c

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

rflex-protocol.txt

****** this file thanks to the CARMEN source code from CMU ********* Before you begin, understand Packet Header: ============================================================================== PKT_S

informal_protocol.m

/* Contributed by Nicola Pero - Fri Mar 9 21:35:47 CET 2001 */ #include #include @interface Object (StopProtocol) - (void) stop; @end int main (void) { return 0; }

protocol analysis.txt

/////////////////////////////////////////////////////////////////// // 物桉囗桢 镳铗铌铍

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_Protocol_Stat

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 "jaws3/E