代码搜索结果
找到约 10,000 项符合
Protocol 的代码
udp.h
/*
* File: udp.h
* Purpose: User Datagram Protocol, UDP, data definitions
*
* Notes:
*
* Author: Eric DeVolder
* Date: 3-26-96
*
* Modifications:
*
*/
#ifndef _UDP_H
#def
udp.h
/*
* File: udp.h
* Purpose: User Datagram Protocol, UDP, data definitions
*
* Notes:
*
* Author: Eric DeVolder
* Date: 3-26-96
*
* Modifications:
*
*/
#ifndef _UDP_H
#def
belprop_polytree_discrete.m
% Make the following polytree, where all arcs point down
% 1 2
% \ /
% 3
% / \
% 4 5
N = 5;
dag = zeros(N,N);
dag(1,3) = 1;
dag(2,3) = 1;
dag(3, [4 5]) = 1;
ns = 2*ones(1,N); % binary nodes
ttoprotoport.c
/*
* conversion from protocol/port string to protocol and port
* Copyright (C) 2002 Mario Strasser ,
* Zuercher Hochschule Winterthur,
*
* This program is free so
https.pm
#
package LWP::Protocol::https;
# $Id: https.pm,v 1.11 2001/11/17 02:10:28 gisle Exp $
use strict;
use vars qw(@ISA);
require LWP::Protocol::http;
@ISA = qw(LWP::Protocol::http);
sub _check_sock
{
cgi.h
/* $Id: cgi.h,v 1.1 2003/12/01 06:23:46 witekfl Exp $ */
#ifndef EL__PROTOCOL_FILE_CGI_H
#define EL__PROTOCOL_FILE_CGI_H
#include "sched/connection.h"
int execute_cgi(struct connection *);
#endif
auth.h
/* $Id: auth.h,v 1.29 2004/11/20 04:30:06 jonas Exp $ */
#ifndef EL__PROTOCOL_AUTH_AUTH_H
#define EL__PROTOCOL_AUTH_AUTH_H
#include "protocol/uri.h"
#include "util/object.h"
#include "util/lists.h"
client_i.h
// Client_i.h,v 1.3 2003/08/19 15:08:26 schmidt Exp
#ifndef CLIENT_H
#define CLIENT_H
#include "ace/SOCK_Stream.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
#endif /* ACE_LACKS_PR
handler.h
// Handler.h,v 1.5 2003/08/19 15:08:26 schmidt Exp
#ifndef HANDLER_H
#define HANDLER_H
#include "ace/Svc_Handler.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
#endif /* ACE_LACKS_P
paride.c
/*
paride.c (c) 1997-8 Grant R. Guenther
Under the terms of the GNU General Public License.
This is the base module for the family of devi