代码搜索:structures

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

代码结果 10,000
www.eeworm.com/read/451098/7472244

h pshpack4.h

/*++ Copyright (c) Microsoft Corporation. All rights reserved. Module Name: pshpack4.h Abstract: This file turns 4 byte packing of structures on. (That is, it disables au
www.eeworm.com/read/451098/7472248

h pshpack8.h

/*++ Copyright (c) Microsoft Corporation. All rights reserved. Module Name: pshpack8.h Abstract: This file turns 8 byte packing of structures on. (That is, it disables au
www.eeworm.com/read/449996/7492052

h pop.h

#ifndef TRUE #define TRUE 1 #define FALSE 0 #endif #define BUF_LEN 128 #include /* ---------------- common server data structures ---------------- */ /* POP server control
www.eeworm.com/read/449530/7501292

c films1.c

/* films1.c -- using an array of structures */ #include #define TSIZE 45 /* size of array to hold title */ #define FMAX 5 /* maximum number of film titles */
www.eeworm.com/read/444799/7606420

c bsearch.c

/* ** Demonstrates searching an array of structures with bsearch */ #include #include typedef struct { char key[ 10 ]; /* the sort key for the array */ int other_data;
www.eeworm.com/read/444091/7618041

c bsearch.c

/* ** Demonstrates searching an array of structures with bsearch */ #include #include typedef struct { char key[ 10 ]; /* the sort key for the array */ int other_data;
www.eeworm.com/read/437619/7744823

h pop.h

#ifndef TRUE #define TRUE 1 #define FALSE 0 #endif #define BUF_LEN 128 #include /* ---------------- common server data structures ---------------- */ /* POP server control
www.eeworm.com/read/436521/7768595

c bsearch.c

/* ** Demonstrates searching an array of structures with bsearch */ #include #include typedef struct { char key[ 10 ]; /* the sort key for the array */ int other_data;
www.eeworm.com/read/399052/7898153

cpp printobj.cpp

// Module: printobj.cpp // // Description: // This file contains simple support routines to print // out the contents of various structures. // #include #include
www.eeworm.com/read/297233/8042527

c collect2.c

/* Collect static initialization info into data structures that can be traversed by C++ initialization and finalization routines. Copyright (C) 1992, 93, 94, 95, 96, 1997 Free Software Foundatio