代码搜索:Extraction
找到约 5,483 项符合「Extraction」的源代码
代码结果 5,483
www.eeworm.com/read/158872/5590580
cgs textrm.cgs
# Intel(r) Wireless MMX(tm) technology testcase for TEXTRM
# mach: xscale
# as: -mcpu=xscale+iwmmxt
.include "testutils.inc"
start
.global textrm
textrm:
# Enable access to CoProcessors 0 & 1 b
www.eeworm.com/read/187682/8609495
c format_nikon.c
/*
* GQView
* (C) 2005 John Ellis
*
* Authors:
* Raw NEF jpeg extraction based on nefextract.c by Joseph Heled,
* in addition nefextract.c is based on dcraw by Dave Coffin.
*
* Th
www.eeworm.com/read/388251/8622517
hpp extractl1.hpp
/**
* @file ExtractL1.hpp
* This class eases L1 data extraction from a RinexObsData object.
*/
#ifndef ExtractL1_GPSTK
#define ExtractL1_GPSTK
//=================================================
www.eeworm.com/read/388251/8622535
hpp extractc1.hpp
/**
* @file ExtractC1.hpp
* This class eases C1 data extraction from a RinexObsData object.
*/
#ifndef ExtractC1_GPSTK
#define ExtractC1_GPSTK
//=================================================
www.eeworm.com/read/388251/8622960
hpp extractl2.hpp
/**
* @file ExtractL2.hpp
* This class eases L2 data extraction from a RinexObsData object.
*/
#ifndef ExtractL2_GPSTK
#define ExtractL2_GPSTK
//=================================================
www.eeworm.com/read/388251/8623067
hpp extractp1.hpp
/**
* @file ExtractP1.hpp
* This class eases P1 data extraction from a RinexObsData object.
*/
#ifndef ExtractP1_GPSTK
#define ExtractP1_GPSTK
//=================================================
www.eeworm.com/read/388251/8623111
hpp extractd2.hpp
/**
* @file ExtractD2.hpp
* This class eases D2 data extraction from a RinexObsData object.
*/
#ifndef ExtractD2_GPSTK
#define ExtractD2_GPSTK
//=================================================
www.eeworm.com/read/388251/8623269
hpp extractd1.hpp
/**
* @file ExtractD1.hpp
* This class eases D1 data extraction from a RinexObsData object.
*/
#ifndef ExtractD1_GPSTK
#define ExtractD1_GPSTK
//=================================================
www.eeworm.com/read/388251/8623287
hpp extractp2.hpp
/**
* @file ExtractP2.hpp
* This class eases P2 data extraction from a RinexObsData object.
*/
#ifndef ExtractP2_GPSTK
#define ExtractP2_GPSTK
//=================================================
www.eeworm.com/read/375317/9364424
h unzipper.h
// Unzipper.h: interface for the CUnzipper class (c) daniel godson 2002
//
// CUnzipper is a simple c++ wrapper for the 'unzip' file extraction
// api written by Gilles Vollant (c) 2002, which in t