代码搜索:structures
找到约 10,000 项符合「structures」的源代码
代码结果 10,000
www.eeworm.com/read/103202/15740574
h doomdata.h
/* DoomData.h */
/*
all external data is defined here
most of the data is loaded into different structures at run time
*/
#ifndef __DOOMDATA__
#define __DOOMDATA__
#ifndef __BYTEBOOL__
www.eeworm.com/read/101711/15821944
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/100204/15880383
c tree.c
/*
* File tree.c - scan directory tree and build memory structures for iso9660
* filesystem
Written by Eric Youngdale (1993).
Copyright 1993 Yggdrasil Computing, Incorporated
This progr
www.eeworm.com/read/391748/8380491
h regex.h
/* -*- buffer-read-only: t -*- vi: set ro: */
/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
/* Definitions for data structures and routines for the regular
expression library.
Copyright (C) 1985,1
www.eeworm.com/read/189298/8477243
c bsearch.c
/*
** Demonstrates searching an array of structures with bsearch
*/
#include
#include
typedef struct {
char key[ 10 ]; /* the sort key for the array */
int other_data;
www.eeworm.com/read/433114/8545232
m single.m
function ds=single(ds)
% Function converts numeric fields of specific structures (seismic, well log,
% table, pseudo-wells) from double precision to single precision; it does nothing
% if these field
www.eeworm.com/read/433114/8545246
m double.m
function ds=double(ds)
% Function converts numeric fields of specific structures (seismic, well log,
% table, pseudo-wells) from single precision to double precision; it does nothing
% if these field
www.eeworm.com/read/432426/8605384
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/432426/8605466
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/388251/8622692
hpp nablaop.hpp
/**
* @file NablaOp.hpp
* This is a class to apply the Nabla operator (differences on satellite-related data) to GNSS data structures.
*/
#ifndef NABLAOP_HPP
#define NABLAOP_HPP
//==============