代码搜索:structures

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

代码结果 10,000
www.eeworm.com/read/227599/14420311

h regex.h

/* Definitions for data structures and routines for the regular expression library, version 0.12. Copyright (C) 1985, 1989, 1990, 1991, 1992, 1993 Free Software Foundation, Inc. This progra
www.eeworm.com/read/225935/14510313

m small_test_script.m

% This is small script that demonstrate the computation of extrinsic % parameters using 3D structures. % This test was build from data provided by Daniel Small (thank you Daniel!) %-- Image po
www.eeworm.com/read/123453/14631315

def wap_events.def

/* * wap_events.def - definitions for wapbox events * * This file uses a pre-processor trick to define the structure of * structures. See the documentation. * * Fields of type HTTPHEADER, CAPABI
www.eeworm.com/read/123453/14632120

def wap_events.def

/* * wap_events.def - definitions for wapbox events * * This file uses a pre-processor trick to define the structure of * structures. See the documentation. * * Fields of type HTTPHEADER, CAPABI
www.eeworm.com/read/121526/14754071

inc d_if.inc

; ; d_ifacea.h ; ; Include file for asm driver interface. ; ; ; !!! note that this file must match the corresponding C structures in ; d_iface.h at all times !!! ; ; !!! if this is change
www.eeworm.com/read/119273/14834893

h process.h

/* process.h Symbols and structures for process management. Copyright (c) 1987, 1991 by Borland International All Rights Reserved. */ #if !defined( __PROCESS_H ) #define __PRO
www.eeworm.com/read/115278/15019415

h regex.h

/* Definitions for data structures callers pass the regex library. Copyright (C) 1985 Free Software Foundation, Inc. NO WARRANTY BECAUSE THIS PROGRAM IS LICENSED FREE OF CHARGE, WE PRO
www.eeworm.com/read/215723/15051414

h iprtrmib.h

/*++ Copyright (c) 1995-1999 Microsoft Corporation Module Name: iprtrmib.h Abstract: This file contains: o Definitions of the MIB_XX structures passed to and from the IP
www.eeworm.com/read/214672/15092155

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/214672/15092226

h synchlist.h

// synchlist.h // Data structures for synchronized access to a list. // // Identical interface to List, except accesses are synchronized. // // Copyright (c) 1992-1996 The Regents of the University o