代码搜索结果
找到约 33,168 项符合
Protocol 的代码
protocol.h
/* Driver for USB Mass Storage compliant devices
* Protocol Functions Header File
*
* $Id: protocol.h,v 1.4 2001/02/13 07:10:03 mdharm Exp $
*
* Current development and maintenance by:
* (c) 1
protocol.c
/* Driver for USB Mass Storage compliant devices
*
* $Id: protocol.c,v 1.11 2002/01/13 06:40:25 mdharm Exp $
*
* Current development and maintenance by:
* (c) 1999, 2000 Matthew Dharm (mdharm-u
protocol.h
/*
* INET An implementation of the TCP/IP protocol suite for the LINUX
* operating system. INET is implemented using the BSD Socket
* interface as the means of communication with the user leve
protocol.c
/*
* INET An implementation of the TCP/IP protocol suite for the LINUX
* operating system. INET is implemented using the BSD Socket
* interface as the means of communication with the user leve
protocol.c
/*
* INET An implementation of the TCP/IP protocol suite for the LINUX
* operating system. INET is implemented using the BSD Socket
* interface as the means of communication with the user leve
protocol.java
/*
* @(#)Protocol.java 1.13 06/10/10
*
* Copyright 1990-2008 Sun Microsystems, Inc. All Rights Reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER
*
* This program i
protocol.java
/*
* @(#)Protocol.java 1.16 06/10/13
*
* Copyright 1990-2008 Sun Microsystems, Inc. All Rights Reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER
*
* This program is fre
protocol.java
/*
* @(#)Protocol.java 1.33 06/10/13
*
* Copyright 1990-2008 Sun Microsystems, Inc. All Rights Reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER
*
* This program i
protocol.pm
# $Id: Protocol.pm,v 1.1 1999/07/21 19:12:33 kraven Exp $
package LWP::Protocol;
=head1 NAME
LWP::Protocol - Base class for LWP protocols
=head1 SYNOPSIS
package LWP::Protocol::foo;
require LWP
protocol.m
@protocol Foo
- (void)foo;
@end
@interface Foo_c
{
}
- (void)foo;
@end
@implementation Foo_c
- (void)foo
{
}
@end
int main (void)
{
return 0;
}