代码搜索:flat

找到约 6,984 项符合「flat」的源代码

代码结果 6,984
www.eeworm.com/read/477144/6739223

bmp arrows-flat.bmp

www.eeworm.com/read/477144/6739229

ico form-flat.ico

www.eeworm.com/read/406948/11431858

h flat_rayleigh.h

#ifndef FLAT_RAYLEIGH #define FLAT_RAYLEIGH #include "Random.h" /***************************************************************************** * Author: Christos Komninakis
www.eeworm.com/read/406948/11431862

cpp flat_rayleigh.cpp

/***************************************************************************** * Author: Christos Komninakis * * Date: January 4, 2000.
www.eeworm.com/read/402379/11536224

c icons-flat.c

#define NR_ICONS 5 #define SZ_ICON 1078 static const unsigned char icons_data[] = { 0x00, 0x00, 0x01, 0x00, 0x02, 0x00, 0x20, 0x20, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0xe8, 0x02, 0x00, 0x00, 0
www.eeworm.com/read/402379/11536235

c bmps-flat.c

#define NR_BMPS 3 static int sz_bmps [] = { 174, 206, 7398 }; static const unsigned char bmps_data[] = { 0x42, 0x4d, 0xae, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x3e, 0x00, 0x00, 0x00,
www.eeworm.com/read/156225/11817446

cpp pcn_flat.cpp

/* ** CPQDIF_PC_FlatFile class. Implements a persistence controller ** for a flat file on disk. ** -------------------------------------------------------------------------- ** ** File name:
www.eeworm.com/read/156225/11817458

h pcn_flat.h

class CPQDIF_StreamIO; class CPQDIF_StreamProcessor; enum PF_StreamIO; class CPQDIF_PC_FlatFile : public CPQDIF_PersistController { public: CPQDIF_PC_FlatFile(); ~
www.eeworm.com/read/156225/11817514

h str_flat.h

class CPQDIF_S_FlatFile : public CPQDIF_StreamIO { public: CPQDIF_S_FlatFile(); virtual ~CPQDIF_S_FlatFile(); // Attributes public: // Operations pub
www.eeworm.com/read/156225/11817519

cpp str_flat.cpp

/* ** CPQDIF_S_FlatFile class. A stream I/O implementing which supports the ** standard flat file. This is the normal persistence mechanism for PQDIF. ** ----------------------------------------