代码搜索结果

找到约 33,168 项符合 Protocol 的代码

msg.x

/* @(#)msg.x 2.1 88/08/11 4.0 RPCSRC */ /* * msg.x: Remote message printing protocol */ program MESSAGEPROG { version MESSAGEVERS { int PRINTMESSAGE(string) = 1; } = 1; } = 99;

mpcctab

# the configuration file will consist of a set of lines as follows: # MPCC: number[:FCCS,n1,n2...] [:SOC,n1,n2...] [: other arguments] # protocol : argument 1 [: argument 2 ... n] # port: number :

ipc.nr

.NC "The Design of Unix IPC" .sh 1 "General" .pp The ARGO implementation of TP and CLNP was designed to fit into the AOS kernel as easily as possible. All the standard protocol hooks are used. To und

iso.4f

.TH ISO 4F "9 December 1988" .ds ]W Wisconsin ARGO 1.0 .UC 4 .SH NAME iso \- ISO protocol family .SH SYNOPSIS .B #include .br .B #include .SH DESCRIPTION The ISO protoco

ipc.nr

.NC "The Design of Unix IPC" .sh 1 "General" .pp The ARGO implementation of TP and CLNP was designed to fit into the AOS kernel as easily as possible. All the standard protocol hooks are used. To und

spell.ok

ACK ADJTIME Adjtime CS CSELT Candidature DATEACK DoD Gusella MASTERACK MASTERREQ MASTERUP MSITE MSITEREQ Protocol''SMM:22 Riccardo SETDATE SETDATEREQ SETTIME SLAVEUP SMM:22 Stefano TRACEOFF TRACEON TS

protocols

# # Internet (IP) protocols # # @(#)protocols 8.1 (Berkeley) 6/9/93 # ip 0 IP # internet protocol, pseudo protocol number icmp 1 ICMP # internet control message protocol igmp 2 IGMP # internet grou

report.m

function Protocol=report(bb, idx, EpsT, Distr, dataset, Protocol, flag) % Protocol=adabooster.report(bb, idx, EpsT, Distr, dataset, Protocol, flag) % G. Raetsch 10.12.99 % Copyright (c) 1998,1999

do_learn.m

function [bb,ok]=do_learn(bb, dataset) % bb=adabooster.do_learn(bb, dataset) % % global Protocol Distr Booster % G. Raetsch 10.12.99 % Copyright (c) 1998,1999 GMD Berlin - All rights reserved %

init_learn.m

function [bb, Protocol]=init_learn(bb, dataset) % [bb, Protocol]=init_learn(bb, dataset) % % performs some initializations before learning % G. Raetsch 10.12.99 % Copyright (c) 1998,1999 GMD Ber