代码搜索:FastDb
找到约 1,595 项符合「FastDb」的源代码
代码结果 1,595
www.eeworm.com/read/170872/9783168
vcl subsql4ce.vcl
Build Log
--------------------Configuration: subsql4ce - Win32 (WCE x86) Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\K
www.eeworm.com/read/158683/5596514
entries
D/common////
D/dial_emul////
D/fastdb////
D/link_db////
D/webforms////
D/ctalk////
D/xml////
www.eeworm.com/read/350890/10701611
icl makefile.icl
# -*- makefile -*-
# Makefile for Microsoft Windows with Intel C++ Compiler
GENERATE_DLL=0
FAULT_TOLERANT=0
OBJS = class.obj compiler.obj database.obj hashtab.obj file.obj \
sync.obj symtab.obj ttr
www.eeworm.com/read/350890/10701669
mvc makefile.mvc
# -*- makefile -*-
# Makefile for Microsoft Windows with Microsoft Visual C++ 5.0 or higher compiler
GENERATE_DLL=0
FAULT_TOLERANT=0
OBJS = class.obj compiler.obj database.obj hashtab.obj file.obj \
www.eeworm.com/read/350890/10701682
bcc makefile.bcc
# -*- makefile -*-
# Makefile for Microsoft Windows with Borland C++ Builder 5.2 compiler
OBJS = class.obj compiler.obj database.obj hashtab.obj file.obj \
sync.obj symtab.obj ttree.obj container.ob
www.eeworm.com/read/243369/12946001
mvc makefile.mvc
# -*- makefile -*-
# Makefile for Microsoft Windows with Microsoft Visual C++ 5.0 compiler
GENERATE_DLL=0
FAULT_TOLERANT=0
OBJS = class.obj compiler.obj database.obj hashtab.obj file.obj \
sync.obj
www.eeworm.com/read/328267/13036019
bat compile.bat
if not defined JAVA_HOME set JAVA_HOME=\jdk1.3
javac -g *.java
jar cvf jnicli.jar *.class
cl -LD -Zi -W3 -GX -MTd -I../inc -I%JAVA_HOME%\include -I%JAVA_HOME%\include\win32 jnicli.cpp ..\fas
www.eeworm.com/read/328267/13036827
h rtnode.h
// -*- Mode: C++ -*-
// RTnode.h
//
// Copyright (c) 1996, Regents of the University of California
// $Header: /cvsroot/fastdb/fastdb/GiST/RTree/RTnode.h,v 1.1 2007/07/18 20:45:47 knizh