代码搜索结果

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

fig17.20

#include "apue.h" #include /* * Pass a file descriptor to another process. * If fd

websphere快速入门(3).txt

作者:easyinfonet email: easyinfonet@sina.com.cn 日期:2001-2-16 11:21:26 2.1 基本系统模型 电子商务应用框架为设计电子商务解决方案提供了一个模型。这个框架基于一个多层的分布式环境,在这个环境中,任何多的各层应用逻辑和商业服务分离为各种组件,这些组件通过网络相互通信。在它的最基本的形式中,可以被描述为一个“逻辑上”的3 ...

nif.h

/* * File: nif.h * Purpose: Definition of a Network InterFace. * * Notes: * * Author: Eric DeVolder * Date: 11-8-95 * * Modifications: * */ #ifndef _NIF_H #define _NIF_H

in.h

/* * Copyright (c) 1982, 1986, 1990, 1993 * The Regents of the University of California. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modificatio

arp.c

/* * File: arp.c * Purpose: Address Resolution Protocol routines. * * Notes: * * Modifications: */ #include "src/init/m523xevb.h" #include "src/ethernet/nif.h" #include "src/ether

osip_via.c

/* The oSIP library implements the Session Initiation Protocol (SIP -rfc3261-) Copyright (C) 2001,2002,2003,2004,2005 Aymeric MOIZARD jack@atosc.org This library is free software; you can re

belprop_gdl_inf_engine.m

function engine = belprop_gdl_inf_engine(gdl, varargin) % BELPROP_GDL_INF_ENGINE Make a belief propagation inference engine for a GDL graph % engine = belprop_gdl_inf_engine(gdl_graph, ...) % % If th

belprop_inf_engine.m

function engine = belprop_inf_engine(bnet, varargin) % BELPROP_INF_ENGINE Make a loopy belief propagation inference engine % engine = belprop_inf_engine(bnet, ...) % % This is like pearl_inf_engine,

udp.c.fs2_2.patch

--- linux/net/ipv4/udp.c Sun Mar 25 18:37:41 2001 +++ linux/net/ipv4/udp.c Mon Jun 10 19:53:18 2002 @@ -965,6 +965,9 @@ static int udp_queue_rcv_skb(struct sock * sk, struct sk_buff *skb) { +#ifde

xmit.h

// Xmit.h,v 1.5 2003/08/19 15:08:26 schmidt Exp #ifndef XMIT_H #define XMIT_h #include "Protocol_Task.h" // Forward reference reduces #include dependencies class ACE_SOCK_Stream; /* A cl