代码搜索结果

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

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_buffer.h

// libTorrent - BitTorrent library // Copyright (C) 2005-2006, Jari Sundell // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public L

protocol_base.h

// libTorrent - BitTorrent library // Copyright (C) 2005-2006, Jari Sundell // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public L

mmc_protocol.h

/* * Header for MultiMediaCard (MMC) * * Copyright 2002 Hewlett-Packard Company * * Use consistent with the GNU GPL is permitted, * provided that this copyright notice is * preserved in its ent

rflex-protocol.txt

Before you begin, understand Packet Header: ============================================================================== PKT_STX | 2 bytes | 0x1b 0x02 PORT | 1 byte | 0x01 - System Mod

object_protocol.cpp

// Copyright David Abrahams 2002. Permission to copy, use, // modify, sell and distribute this software is granted provided this // copyright notice appears in all copies. This software is provided

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