代码搜索结果
找到约 10,000 项符合
Protocol 的代码
protocol.h
/* Declare the class Protocol for Objective C programs.
Copyright (C) 1993 Free Software Foundation, Inc.
This file is part of GNU CC.
GNU CC is free software; you can redistribute it and/or modi
protocol.java
/**
* Server与Client之间的通信协议
*/
public interface Protocol {
// 防刷屏时间设置
final static int TIME_BETWEEN_MSG = 1;
// 版本号
public static String VERSION = "1.0";
// 默认IP地址
public static String
protocol.h
/*============================================================================
____________________________________________________________________________
________
protocol.c
/*============================================================================
____________________________________________________________________________
________
protocol.c
/*++
Copyright(c) 1992-2000 Microsoft Corporation
Module Name:
protocol.c
Abstract:
Ndis Intermediate Miniport driver sample. This is a passthru driver.
Author:
Environme
protocol.txt
protocol.txt
definitions of the security protocols
Note that the 'transformations' section omits things that 2228 specifies
for all protocols, such as base64 and "ENC".
In exchanges where one party
protocol.h
#ifndef _PROTOCOL_H
# define _PROTOCOL_H
# define BUFFER_SIZE_NICKNAME 128
# define BUFFER_SIZE_COMMENTS 512
# define BUFFER_SIZE_MESSAGE 1024
# define PIGEON_SERVICE_PORT 9001
typedef struct
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.13 2002/02/25 00:34:56 mdharm Exp $
*
* Current development and maintenance by:
* (c) 1999-2002 Matthew Dharm (mdharm-us