代码搜索:structures

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

代码结果 10,000
www.eeworm.com/read/388251/8622927

hpp computeldelta.hpp

/** * @file ComputeLdelta.hpp * This class eases computing Ldelta combination for GNSS data structures. */ #ifndef COMPUTE_LDELTA_GPSTK #define COMPUTE_LDELTA_GPSTK //===========================
www.eeworm.com/read/388251/8623029

hpp computepc.hpp

/** * @file ComputePC.hpp * This class eases computing PC combination for GNSS data structures. */ #ifndef COMPUTE_PC_GPSTK #define COMPUTE_PC_GPSTK //===========================================
www.eeworm.com/read/388251/8623085

hpp computelc.hpp

/** * @file ComputeLC.hpp * This class eases computing LC combination for GNSS data structures. */ #ifndef COMPUTE_LC_GPSTK #define COMPUTE_LC_GPSTK //===========================================
www.eeworm.com/read/388251/8623316

hpp computepdelta.hpp

/** * @file ComputePdelta.hpp * This class eases computing Pdelta combination for GNSS data structures. */ #ifndef COMPUTE_PDELTA_GPSTK #define COMPUTE_PDELTA_GPSTK //===========================
www.eeworm.com/read/388251/8623362

hpp processingclass.hpp

/** * @file ProcessingClass.hpp * This is an abstract base class for objects processing GNSS Data Structures. */ #ifndef PROCESSING_CLASS_GPSTK #define PROCESSING_CLASS_GPSTK //=================
www.eeworm.com/read/430745/8730023

h navsymm.h

#include /* file version */ #define B_VERSION 1.01 /* structures */ typedef struct /* time (same as 'tm' type in time.h) */ { short month; /*
www.eeworm.com/read/385844/8786181

h thread.h

// thread.h // Data structures for managing threads. A thread represents // sequential execution of code within a program. // So the state of a thread includes the program counter, // the processor
www.eeworm.com/read/385844/8786196

h scheduler.h

// scheduler.h // Data structures for the thread dispatcher and scheduler. // Primarily, the list of threads that are ready to run. // // Copyright (c) 1992-1993 The Regents of the University of Cali
www.eeworm.com/read/385844/8786302

h network.h

// network.h // Data structures to emulate a physical network connection. // The network provides the abstraction of ordered, unreliable, // fixed-size packet delivery to other machines on the networ
www.eeworm.com/read/385844/8786307

h stats.h

// stats.h // Data structures for gathering statistics about Nachos performance. // // DO NOT CHANGE -- these stats are maintained by the machine emulation // // // Copyright (c) 1992-1993 The Regent