代码搜索:structures

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

代码结果 10,000
www.eeworm.com/read/100046/6274436

h lib.h

// data structures typedef struct { HFONT hFont ; LOGFONT logFont ; DWORD rgbFGColor ; } FontInfo_t; // macros ( for easier readability ) #ifdef _WIN32 #define GETHINST(x) ((HINSTANCE)GetW
www.eeworm.com/read/273303/6281546

h~ segment.h~

/* * General data structures and routines for segmentation * Copyright (c) 2001, David H. Hovemeyer * $Revision: 1.13 $ * * This is free software. You are permitted to use,
www.eeworm.com/read/273303/6281569

h segment.h

/* * General data structures and routines for segmentation * Copyright (c) 2001, David H. Hovemeyer * $Revision: 1.13 $ * * This is free software. You are permitted to use,
www.eeworm.com/read/273303/6281629

c segment.c

/* * General data structures and routines for segmentation * Copyright (c) 2001, David H. Hovemeyer * $Revision: 1.8 $ * * This is free software. You are permitted to use,
www.eeworm.com/read/322905/6301329

h sysv_fs.h

#ifndef _LINUX_SYSV_FS_H #define _LINUX_SYSV_FS_H /* * The SystemV/Coherent filesystem constants/structures/macros */ /* This code assumes - a little endian processor like 386, -
www.eeworm.com/read/344200/6326513

h file.h

#include #include #include #include "stdafx.h" #include "structures.h" using namespace std; unsigned long TransAndSave(int mode, char *filename, codeListStruc
www.eeworm.com/read/493401/6402320

h console.h

// console.h // Data structures to simulate the behavior of a terminal // I/O device. A terminal has two parts -- a keyboard input, // and a display output, each of which produces/accepts // charac
www.eeworm.com/read/493401/6402321

h timer.h

// timer.h // Data structures to emulate a hardware timer. // // A hardware timer generates a CPU interrupt every X milliseconds. // This means it can be used for implementing time-slicing, or for //
www.eeworm.com/read/493401/6402373

h coff.h

/* coff.h * Data structures that describe the MIPS COFF format. */ struct filehdr { unsigned short f_magic; /* magic number */ unsigned short f_nscns; /* number of
www.eeworm.com/read/492697/6419746

h pshpck16.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