代码搜索:structures
找到约 10,000 项符合「structures」的源代码
代码结果 10,000
www.eeworm.com/read/425020/10387343
txt ii-04-1.txt
(MA) As you probably know, log structures are gaining in popularity. They are no longer just the simple country homes that we think of as the traditional log cabin. Some upscale homes now incorporate
www.eeworm.com/read/352754/10516373
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/421785/10698911
c films1.c
/* films1.c -- using an array of structures */
#include
#define TSIZE 45 /* size of array to hold title */
#define FMAX 5 /* maximum number of film titles */
www.eeworm.com/read/276828/10706067
inc gdi32.inc
; GDI32.DLL structures and constants
struct SIZE
cx dd ?
cy dd ?
ends
struct BITMAP
bmType dd ?
bmWidth dd ?
bmHeight dd ?
bmWidthBytes dd ?
bmPlanes d
www.eeworm.com/read/421207/10750626
h bounds.h
#ifndef H_BOUNDS
#define H_BOUNDS
typedef unsigned char PIXELVALUE;
class PhysicalSprite
{
public:
// Constructor. Initializes all data structures needed
PhysicalSprite(PIXELVALUE* pix
www.eeworm.com/read/421154/10752988
h pop.h
#ifndef TRUE
#define TRUE 1
#define FALSE 0
#endif
#define BUF_LEN 128
#include
/* ---------------- common server data structures ---------------- */
/* POP server control
www.eeworm.com/read/270669/11030616
h pop.h
#ifndef TRUE
#define TRUE 1
#define FALSE 0
#endif
#define BUF_LEN 128
#include
/* ---------------- common server data structures ---------------- */
/* POP server control
www.eeworm.com/read/469944/6921358
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
www.eeworm.com/read/469695/6925470
h nodetree.h
#ifndef _NODETREE_H_
#define _NODETREE_H_
#include "Extern.h"
// Enumerate the two types of tree structures
enum TreeTypes { QUADTREE = 0, OCTREE };
class cNodeTreeMesh
{
private:
//
www.eeworm.com/read/248822/7193856
h http.h
// Http.h : structures, functions and definitions for http service
//
// This is a part of the Microsoft Foundation Classes C++ library.
// Copyright (C) 1997-1998 Microsoft Corporation
// All rig