代码搜索:structures

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

代码结果 10,000
www.eeworm.com/read/127438/6005114

tex dsoverview.tex

MPI has a number of data structures, most of which are represented by an opaque handle in an MPI program. In the MPICH implementation of MPI, these handles are represented as integers; t
www.eeworm.com/read/126159/6017866

inc shell.inc

; SHELL32.DLL structures and constants struc NOTIFYICONDATA { .cbSize dd ? .hWnd dd ? .uID dd ? .uFlags dd ? .uCallbackMessage dd ? .hIcon dd ?
www.eeworm.com/read/120487/6073061

h prs2lock.h

/*------------------------------------------------------------------------- * * prs2lock.h * data structures for POSTGRES Rule System II (rewrite rules only) * * Portions Copyright (c) 1996-200
www.eeworm.com/read/117181/6110564

c call-rt-st.c

#include #include #include /************************************************************************** * TESTS : * function returning large structures, which go on t
www.eeworm.com/read/110034/6170425

h tach_structs.h

/********************************************************************** * iph5526.c: Structures for the Interphase 5526 PCI Fibre Channel * IP/SCSI driver. * Copyright (C) 1999 Vineet M Abraha
www.eeworm.com/read/102935/6229225

h tach_structs.h

/********************************************************************** * iph5526.c: Structures for the Interphase 5526 PCI Fibre Channel * IP/SCSI driver. * Copyright (C) 1999 Vineet M Abraha
www.eeworm.com/read/100206/6273280

h nsr_part1.h

#ifndef __NSRPART1H__ #define __NSRPART1H__ typedef UINT8 dstring; /* * ----------- Definitions for basic structures ------------------ */ /* [1/7.2.1] -------------------------------------------
www.eeworm.com/read/282731/6305045

h tdecfg.h

/* * the config utility now finds the offsets for the editor structures. */ /* * defines for the inline assembler. */ #if defined( __MSC__ ) #define ASSEMBLE _asm #else #define
www.eeworm.com/read/493371/6401902

h tdecfg.h

/* * the config utility now finds the offsets for the editor structures. */ /* * defines for the inline assembler. */ #if defined( __MSC__ ) #define ASSEMBLE _asm #else #define
www.eeworm.com/read/493401/6402255

h synch-sleep.h

// synch.h // Data structures for synchronizing threads. // // Three kinds of synchronization are defined here: semaphores, // locks, and condition variables. The implementation for // semaphores is