代码搜索结果
找到约 10,000 项符合
Protocol 的代码
protocol.java
/**
*
* Contains details about the recognized protocols in Fishnet
*
*/
public class Protocol {
public static final int PING_PKT = 0;
public static final int
protocol.h
/*****************************************************************************
** protocol.h
**
** Copyright 2007 Freescale Semiconductor, Inc. All Rights Reserved.
**
** This file contains copyr
protocol.h
#include "ntddndis.h"
#define UNICODE 1
#define __LITTLE_ENDIAN_BITFIELD
#pragma pack(push)
#pragma pack(1)
typedef unsigned char __u8;
typedef unsigned short __u16;
typedef unsigned in
protocol.h
/*****************************************************************************
* Header file of the protocol.
* Protocol of Terminal Devices in Vedio Security Surveillance Systema(TDVSSS)
* Name:
protocol.c
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include "pro
protocol.txt
Protocol
--------
Clients of memcached communicate with server through TCP connections.
(A UDP interface is also available; details are below under "UDP
protocol.") A given running memcached server l
protocol.cpp
#include "../stdafx.h"
#ifdef __WINDOWS
#include "stdio.h"
#include "malloc.h"
#else
/*DSP*/
#include "std.h"
#include "mem.h"
extern int HEAP;
#endif
#include "protocol.h"
#includ
protocol.h
/************************************************************************/
/*
author: Anders.Pan
create date: 2006.9.8
*/
/***