代码搜索:Header

找到约 10,000 项符合「Header」的源代码

代码结果 10,000
www.eeworm.com/read/103851/15718736

install

How to get started: Edit the Makefile. You should configure a few machine-dependencies and what compiler you want to use. The code works both with ANSI and K&R-C. Use -DNeedFunctionProtot
www.eeworm.com/read/102907/15752705

h uip_arch.h

/** * \defgroup uiparch Architecture specific uIP functions * @{ * * The functions in the architecture specific module implement the IP * check sum and 32-bit additions. * * The IP checksum cal
www.eeworm.com/read/391748/8381926

c list.c

/* List a tar archive, with support routines for reading a tar archive. Copyright (C) 1988, 1992, 1993, 1994, 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006, 2007 Free Software Foun
www.eeworm.com/read/188689/8519408

cpp pe_decoder.cpp

//******************************************************************************* // * // PE Decoder Version 1.0, im
www.eeworm.com/read/433114/8545108

m s_gu.m

function units=s_gu(seismic,mnem) % Get units of measurement of the header with mnemonic "mnem" from seismic data set "seismic". % If S4M.case_sensitive is set to false, the case of the header mnemoni
www.eeworm.com/read/288352/8642277

h frame.h

/* * libmad - MPEG audio decoder library */ # ifndef LIBMAD_FRAME_H # define LIBMAD_FRAME_H # include "fixed.h" # include "timer.h" # include "stream.h" enum mad_layer { MAD_LAYE
www.eeworm.com/read/386774/8727863

c abplc5_senddf1.c

#include "libabplc5.h" #include #include #include #include #include #include #include #include
www.eeworm.com/read/383171/8965561

c build_lrec.c

/*===========================================================================*/ /* DMC Interim out | build_lrec | SEED Headers */ /*======================================
www.eeworm.com/read/426680/9004204

h dr_defines.h

#pragma pack(push,1) typedef struct dragon_header { short int type; short int size; char crc; } t_header; #pragma pack(pop)
www.eeworm.com/read/381114/9109158

txt 3.txt

struct //定义TCP伪首部 {  unsigned long saddr; //源地址  unsigned long daddr; //目的地址  char mbz;  char ptcl; //协议类型  unsigned short tcpl; //TCP长度 } psd_header; typedef struct _tcphdr //定义TCP首部 {  U