代码搜索:structs

找到约 2,696 项符合「structs」的源代码

代码结果 2,696
www.eeworm.com/read/410516/2209242

c osxaccess.c

#include #include #include #define VERSION "1.01" /** * AEDesc code from SWT, os_structs.c * Copyright (c) 2000, 2006 IBM Corporation and others.
www.eeworm.com/read/396844/2406855

h gribfuncs.h

#include #include "grib.h" /* all gribs structs */ #include "input.h" /* GEOM+IN, DATA+INPUT, USER_INPUT */ /* check Compiler, prototypes needed for ANSI-C */ #if defined( __cplusplus
www.eeworm.com/read/388373/2550848

h ranlib.h

/* Prototypes for all user accessible RANLIB routines */ #ifndef _RANLIB_H #define _RANLIB_H #include "structs.h" extern void advnst(FourByteLong k); extern float genbet(float aa,float bb); extern f
www.eeworm.com/read/387578/2561088

c osxaccess.c

#include #include #include #define VERSION "1.01" /** * AEDesc code from SWT, os_structs.c * Copyright (c) 2000, 2006 IBM Corporation and others.
www.eeworm.com/read/380280/2661637

h text_defs.h

#ifndef _TEXT_DEFS_H_ #define _TEXT_DEFS_H_ #include "mom_structs.h" #include #include #include "vm_enc_defs.h" #define ESCAPE 7167
www.eeworm.com/read/362216/2936223

m compare_struct_fieldvalues.m

function [tf, mismatches] = compare_struct_fieldvalues(s1, s2, match) % compare_struct_fieldvalues -- Compare two structs for match of fieldvalues. % %****f* wmtsa.utils/compare_struct_fieldvalues % %
www.eeworm.com/read/357083/3031763

h a.out.h

#ifndef __ALPHA_A_OUT_H__ #define __ALPHA_A_OUT_H__ #include /* * OSF/1 ECOFF header structs. ECOFF files consist of: * - a file header (struct filehdr), * - an a.out header (st
www.eeworm.com/read/392414/8344054

c lookshm.c

#include "../include/stddef.h" #include "../include/structs.h" int main(){ SHM *shm; int shmid; shmid = shmget(KEY , SHM_SIZE , 0600); shm = shmat(shmid , 0 , 0); int index = 0; for(index
www.eeworm.com/read/392414/8344228

pc readdb.pc

#include #include"../include/structs.h" EXEC SQL INCLUDE SQLCA; int readdb(int uid,struct userinfo *infouser) { EXEC SQL BEGIN DECLARE SECTION; VARCHAR user[15],pass[15],tnsname[20];
www.eeworm.com/read/110993/15520727

cpp sizeof.cpp

//: C04:Sizeof.cpp // From Thinking in C++, 2nd Edition // Available at http://www.BruceEckel.com // (c) Bruce Eckel 1999 // Copyright notice in Copyright.txt // Sizes of structs #include