代码搜索:structures
找到约 10,000 项符合「structures」的源代码
代码结果 10,000
www.eeworm.com/read/136812/5861228
h button.h
/* @(#)button.h 1.1 92/07/30 SMI */
/*
* Copyright (c) 1984 by Sun Microsystems, Inc.
*/
/*
* Structures and macros used in manipulating buttons
*/
/*
* Draw and maintain a set of buttons.
*
www.eeworm.com/read/136571/5869692
h private.h
#ifndef PRIVATE_H
#define PRIVATE_H
/* ================================= structures */
#define HEADER_LENGTH 8
#define MAXTRACKS 1024
#include "sizes.h"
typedef struct
{
float values[
www.eeworm.com/read/135153/5888896
h i2o.h
/*
* I2O kernel space accessible structures/APIs
*
* (c) Copyright 1999, 2000 Red Hat Software
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of
www.eeworm.com/read/131843/5927066
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
www.eeworm.com/read/131843/5927086
cpp http.cpp
// Http.cpp : 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 r
www.eeworm.com/read/131315/5936012
h ttystate.h
/* Various tty state structures.
* Each is an array, subscripted by one of "OFF" or "ON".
*/
#ifdef UNIX
#if defined(SGTTY) || defined(BRLUNIX)
# include
# ifdef BRLUNIX
extern struct sg
www.eeworm.com/read/131315/5937669
file obj.file
Using objects
Objects are user-defined types which are associated with user-
defined functions to manipulate them. Object types are defined
similarly to structures in C, and consist of one or mor
www.eeworm.com/read/131315/5938866
h breakpoint.h
/* Data structures associated with breakpoints in GDB.
Copyright (C) 1992 Free Software Foundation, Inc.
This file is part of GDB.
This program is free software; you can redistribute it and/or mo
www.eeworm.com/read/131315/5938898
h xdr_ptrace.h
/* xdr_ptrace.h - xdr header for remote ptrace structures */
/* Copyright 1992 Free Software Foundation, Inc.
This code was donated by Wind River Systems, Inc. */
/*
modification history
-----
www.eeworm.com/read/131315/5939240
h regex.h
/* Definitions for data structures callers pass the regex library.
Copyright (C) 1985, 1989 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it u