代码搜索:DBASE

找到约 1,041 项符合「DBASE」的源代码

代码结果 1,041
www.eeworm.com/read/470683/6905787

cpp eqclass.cpp

#include #include "calcdb.h" #include "eqclass.h" ostream & operator
www.eeworm.com/read/470683/6905794

h calcdb.h

#ifndef __DATABASE_H #define __DATABASE_H #include #include #include #include "eclat.h" #include "eqclass.h" #define ITSZ sizeof(int) #define DCBBUFSZ 2
www.eeworm.com/read/139478/5798739

h,v calcdb.h,v

head 1.1; access; symbols; locks zaki:1.1; strict; comment @ * @; 1.1 date 2001.06.06.00.04.45; author zaki; state Exp; branches; next ; desc @@ 1.1 log @Initial revision @ text @#ifndef __DATA
www.eeworm.com/read/101082/6242965

c putnodeent.c

#ifndef lint static char *sccsid = "@(#)putnodeent.c 4.1 (ULTRIX) 7/2/90"; #endif lint /* * * Copyright (C) 1985 by * Digital Equipment Corporation, Maynard, Mass. * * This software is furnished
www.eeworm.com/read/292938/8321999

h assoc.h

#ifndef _ASSOC_H #define _ASSOC_H #include #include #include using namespace std; #define boolean char #define FALSE 0 #define TRUE 1 #define DONTCARE 2 //for retu
www.eeworm.com/read/206050/15300974

scc mssccprj.scc

SCC = This is a Source Code Control file [regax.dsp] SCC_Aux_Path = "D:\Program Files\VSS\dbase" SCC_Project_Name = "$/project1", BAAAAAAA
www.eeworm.com/read/101082/6242963

c getnodeent.c

#ifndef lint static char *sccsid = "@(#)getnodeent.c 4.1 (ULTRIX) 7/2/90"; #endif lint /* * * Copyright (C) 1985 by * Digital Equipment Corporation, Maynard, Mass. * * This software is furnished
www.eeworm.com/read/292938/8321954

h,v extl2.h,v

head 1.1; access; symbols; locks zaki:1.1; strict; comment @ * @; 1.1 date 2001.06.12.16.41.58; author zaki; state Exp; branches; next ; desc @Charm with Hashing. @ 1.1 log @Initial revision @
www.eeworm.com/read/292938/8321991

h extl2.h

#ifndef __EXT_H_ #define __EXT_H_ #include "assoc.h" #include "Array.h" #include "calcdb.h" class invdb: public Array{ public: invdb(int sz); ~invdb(); void add_db(int tid, int
www.eeworm.com/read/292938/8322013

cc calcdb.cc

#include #include "calcdb.h" int *Dbase_Ctrl_Blk::freqidx = NULL; Array **Dbase_Ctrl_Blk::tidlists = NULL; int *Dbase_Ctrl_Blk::tidbuf = NULL; int Dbase_Ctrl_Blk::tidbuflen = 0; Dbase_