代码搜索:structures

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

代码结果 10,000
www.eeworm.com/read/228773/14364121

h cd_data.h

/* This is the data stucture definition for the CD database. It defines structures and sizes for the two tables that comprise the database. */ /* The catalog table */ #define CAT_CAT_LEN
www.eeworm.com/read/126323/14429627

h driver.h

// File Name: // Driver.h // // Contents: // Constants, structures, and function // declarations specific to this driver. // #pragma once // // Header files // extern "C" { #include
www.eeworm.com/read/126323/14429677

h driver.h

// File Name: // Driver.h // // Contents: // Constants, structures, and function // declarations specific to this driver. // #pragma once // // Header files // extern "C" { #include
www.eeworm.com/read/126323/14429722

h driver.h

// File Name: // Driver.h // // Contents: // Constants, structures, and function // declarations specific to this driver. // #pragma once // // Header files // extern "C" { #include
www.eeworm.com/read/226704/14454250

h fspylog.h

/*++ Copyright (c) 1989-1999 Microsoft Corporation Module Name: log.h Abstract: This module contains the structures and prototypes used by the user program to retrieve and
www.eeworm.com/read/226263/14483004

h rpcndr.h

/*++ Copyright 1992 - 1998 Microsoft Corporation Module Name: rpcndr.h Abstract: Definitions for stub data structures and prototypes of helper functions. Author: Donna
www.eeworm.com/read/224612/14580657

cpp ex7_01.cpp

// EX7_01.CPP // Exercising structures in the yard #include using namespace std; // Definition of a struct to represent rectangles struct RECTANGLE { int Left;
www.eeworm.com/read/224250/14600178

h ndisuio.h

/*++ Copyright (c) 2000 Microsoft Corporation Module Name: ndisuio.h Abstract: Data structures, defines and function prototypes for NDISUIO. Environment: Kernel mode
www.eeworm.com/read/119695/14824348

c prg8_4.c

#include /* standard I/O routines */ #include /* pthread functions and data structures */ #include /* These are the usual
www.eeworm.com/read/119695/14824353

c prg8_3.c

#include /* standard I/O routines */ #include /* pthread functions and data structures */ #include /* These are the usual