代码搜索:structures
找到约 10,000 项符合「structures」的源代码
代码结果 10,000
www.eeworm.com/read/388251/8623043
hpp deltaop.hpp
/**
* @file DeltaOp.hpp
* This is a class to apply the Delta operator (differences on ground-related data) to GNSS data structures.
*/
#ifndef DELTAOP_HPP
#define DELTAOP_HPP
//=================
www.eeworm.com/read/388251/8623081
hpp modelobs.hpp
#pragma ident "$Id: $"
/**
* @file ModelObs.hpp
* This is a class to compute modeled (corrected) observations from a mobile
* receiver using GNSS data structures.
*/
#ifndef MODELOBS_HPP
#define
www.eeworm.com/read/287304/8695728
m traceheadertoinfo.m
% TraceHeaderToInfo : Extract traceheader values from structures into an array
%
%[HeaderInfo]=TraceheaderToInfo(SegyTraceHeaders)
%
% (C) 2001-2002, Thomas Mejer Hansen, tmh@gfy.ku.dk/thomas@cultpe
www.eeworm.com/read/431223/8699167
c readdata.c
/* Read input data.
Transform the input data into the data structures needed by
the power flow, i.e., AC, DC and FACTS bus data and interconnecting
elements (lines, transformers with fixe
www.eeworm.com/read/386806/8725401
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/385844/8786360
h console.h
// console.h
// Data structures to simulate the behavior of a terminal
// I/O device. A terminal has two parts -- a keyboard input,
// and a display output, each of which produces/accepts
// charac
www.eeworm.com/read/385844/8786366
h timer.h
// timer.h
// Data structures to emulate a hardware timer.
//
// A hardware timer generates a CPU interrupt every X milliseconds.
// This means it can be used for implementing time-slicing, or for
//
www.eeworm.com/read/385844/8786601
h coff.h
/* coff.h
* Data structures that describe the MIPS COFF format.
*/
struct filehdr {
unsigned short f_magic; /* magic number */
unsigned short f_nscns; /* number of
www.eeworm.com/read/384993/8825306
pas winperf.pas
Unit winperf;
// Windows NT performance data structures
Interface
uses Windows ;
{
Copyright (C) 1993-1996 Microsoft Corporation
Module Name:
winperf.h
Converted to Pascal/D
www.eeworm.com/read/285034/8875199
java abstractqueue.java
// The interface for stacks.
// (c) 1998, 2001 duane a. bailey
package structure;
/**
* An abstract structure implementing features common to all first-in, first-out
* structures in this package.