代码搜索:Protocol
找到约 10,000 项符合「Protocol」的源代码
代码结果 10,000
www.eeworm.com/read/120207/14810015
h dcp.h
#ifndef DCP_H
#define DCP_H
/*--------------------------------------------------------------------*/
/* d c p . h */
/*
www.eeworm.com/read/118262/14879485
txt readme.txt
OSERL (Open SMPP Erlang Library) is an erlang implementation of the Short Message Peer to Peer protocol, covering the entire specification (version 5.0). Forward and backward compatibilities guideline
www.eeworm.com/read/116795/14954443
dox stxetx.dox
/** \defgroup stxetx stxetx: STX/ETX Packet Protocol Function Library
This library provides functions needed to transmit and receive STX/ETX packets over any interface which can send and receive by
www.eeworm.com/read/116636/14960876
dpr bv.dpr
program bv;
uses
Forms,
StatMain in 'StatMain.pas' {MainForm},
CmdList in 'CmdList.pas',
Protocol in 'Protocol.pas';
{$R *.RES}
begin
Application.Initialize;
Application.Tit
www.eeworm.com/read/116419/14970576
inc uawinsocketconst.inc
ResourceString
_WSAEINTR = 'Interrupted system call'; // 10004 L:4
_WSAEBADF = 'Bad file number'; // 10009 L
www.eeworm.com/read/217145/14977090
c error_str.c
#include
#include "error.h"
#define X(e,s) if (i == e) return s;
char *error_str(int i)
{
X(0,"no error")
X(error_intr,"interrupted system call")
X(error_nomem,"out of memory")
X(e
www.eeworm.com/read/216674/14998060
py __init__.py
"""Cryptographic protocols
Implements various cryptographic protocols. (Don't expect to find
network protocols here.)
Crypto.Protocol.AllOrNothing Transforms a message into a set of message
www.eeworm.com/read/214177/15111644
h raw.h
/* raw.h
* Copyright (c) 1997 David Cole
*
* Strip off and process raw protocol from session
*/
#ifndef __raw_h
#define __raw_h
/* The protocol that we are currently using
* The order o
www.eeworm.com/read/214177/15111686
h log.h
/* log.h
* Copyright (c) 1997 David Cole
*
* Log telnet session and / or protocol
*/
#ifndef __log_h
#define __log_h
/* Return the string to add to the application window title */
char*