代码搜索结果
找到约 10,000 项符合
Protocol 的代码
consock.cpp
/* consock.cpp - connectsock */
#include
#include
#include
#include
#ifndef INADDR_NONE
#define INADDR_NONE 0xffffffff
#endif /* INADDR_NONE */
void err
acqact.plg
礦ision3 Build Log
Project:
G:\Xiebin\xbDoctor\!做论文\7Ex练习\Test51\Protocol\acqact.uv2
Project File Date: 09/30/2007
Output:
arp.h
#ifndef __ARP_H
#define __ARP_H
#include "eth.h"
/* ARP protocol HARDWARE identifiers. */
#define ARPHRD_NETROM 0 /* from KA9Q: NET/ROM pseudo */
#define ARPHRD_ETHER 1 /* Ethernet 10Mbps */
#de
usock.h
#ifndef _USOCK_H
#define _USOCK_H
#ifndef _MBUF_H
#include "mbuf.h"
#endif
#ifndef _LZW_H
#include "lzw.h"
#endif
#ifndef _PROC_H
#include "proc.h"
#endif
#ifndef _TCP_H
#include "
sppp.c
/* Simplified Point-to-Point Protocol
* No negotiation, no address or ctl fields, 1-byte pids
*/
#include "global.h"
#include "mbuf.h"
#include "iface.h"
#include "ip.h"
#include "slhc.h"
#i
vtccopyheader.m
function [cols, rows, slices,NoOfVolumes] = vtcCopyHeader(fid,nfid);
% syntax: [cols, rows, slices] = vtcCopyHeader(fid,nfid);
%
% copy VTC header from fid to nfid
%
% This function was written
vtcmovetoafterheaderposition.m
function [NoOfVolumes, cols, rows, slices, protocol, TR] = vtcMoveToAfterHeaderPosition(fid);
% This function was written by:
% Hagar Gelbard
% Rafi Malach's Lab
% Weizmann Institute of Sceince
%
vtctemporalsmoothing.m
function returnVal = VTCtemporalSmoothing(path,vtc,window_size);
% syntax: VTCtemporalSmoothing(path,vtc,window_size);
% default value: window_size = 11 (5tr before & 5tr after)
%
% the input fil
arp.h
#ifndef __ARP_H
#define __ARP_H
#include "eth.h"
/* ARP protocol HARDWARE identifiers. */
#define ARPHRD_NETROM 0 /* from KA9Q: NET/ROM pseudo */
#define ARPHRD_ETHER 1 /* Ethernet 10Mbps */
#de