代码搜索:structures

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

代码结果 10,000
www.eeworm.com/read/17071/710979

h cpm_8260.h

/* * MPC8260 Communication Processor Module. * Copyright (c) 1999 Dan Malek (dmalek@jlc.net) * * This file contains structures and information for the communication * processor channels found in
www.eeworm.com/read/26953/861157

h w32sut.h

/*** *w32sut.h - * * Copyright (c) 1987-1992, Microsoft Corporation. All rights reserved. * *Purpose: * This file declares the constants, structures, and functions * used for
www.eeworm.com/read/26953/861634

h dlcapi.h

/*++ Copyright 1991-1998 Microsoft Corporation Module Name: dlcapi.h Abstract: This module defines 32-bit Windows/NT DLC structures and manifests Revision History: --*/
www.eeworm.com/read/494783/1152857

h mbx860t.h

/* * A collection of structures, addresses, and values associated with * the Motorola 860T MBX board. * Copied from the FADS stuff, which was originally copied from the MBX stuff! * Magnus Da
www.eeworm.com/read/494783/1153485

h cpm_8260.h

/* * MPC8260 Communication Processor Module. * Copyright (c) 1999 Dan Malek (dmalek@jlc.net) * * This file contains structures and information for the communication * processor channels found in
www.eeworm.com/read/491809/1187557

h bitmap.h

// bitmap.h // Data structures defining a bitmap -- an array of bits each of which // can be either on or off. // // Represented as an array of unsigned integers, on which we do // modulo arithmetic
www.eeworm.com/read/491809/1187565

h filehdr.h

// filehdr.h // Data structures for managing a disk file header. // // A file header describes where on disk to find the data in a file, // along with other information about the file (for instance
www.eeworm.com/read/491809/1187569

h filesys.h

// filesys.h // Data structures to represent the Nachos file system. // // A file system is a set of files stored on disk, organized // into directories. Operations on the file system have to // do
www.eeworm.com/read/491809/1187576

h directory.h

// directory.h // Data structures to manage a UNIX-like directory of file names. // // A directory is a table of pairs: , // giving the name of each file in the directory,
www.eeworm.com/read/489559/1217036

h mbx860t.h

/* * A collection of structures, addresses, and values associated with * the Motorola 860T MBX board. * Copied from the FADS stuff, which was originally copied from the MBX stuff! * Magnus Da