代码搜索:DataBase
找到约 10,000 项符合「DataBase」的源代码
代码结果 10,000
www.eeworm.com/read/373556/9450763
m face_recognition.m
%% Face recognition
% This algorithm uses the eigenface system (based on pricipal component
% analysis - PCA) to recognize faces. For more information on this method
% refer to http://cnx.org/conte
www.eeworm.com/read/373014/9478113
htm ch05.htm
Teach Yourself Oracle 8 In 21 Days -- Ch 5 -- Managing the Oracle RDBMS
www.eeworm.com/read/373014/9478237
htm ch17.htm
Teach Yourself Oracle 8 In 21 Days -- Ch 17 -- Recovering the Database
www.eeworm.com/read/176730/9486543
readme07
Chapter 7 - Data Management.
memory1.c - A simple memory allocation program that uses the function malloc.
memory2.c - A program that allocates 16 Megabytes of memory.
memory3.c - A program t
www.eeworm.com/read/372449/9510520
readme07
Chapter 7 - Data Management.
memory1.c - A simple memory allocation program that uses the function malloc.
memory2.c - A program that allocates 16 Megabytes of memory.
memory3.c - A program t
www.eeworm.com/read/175933/9524519
tcl spaceanal.tcl
# Run this TCL script using "testfixture" in order get a report that shows
# how much disk space is used by a particular data to actually store data
# versus how much space is unused.
#
if {[catch {
www.eeworm.com/read/175933/9524639
c attach.c
/*
** 2003 April 6
**
** The author disclaims copyright to this source code. In place of
** a legal notice, here is a blessing:
**
** May you do good and not evil.
** May you find forgiveness f
www.eeworm.com/read/175933/9525065
test manydb.test
# 2005 October 3
#
# The author disclaims copyright to this source code. In place of
# a legal notice, here is a blessing:
#
# May you do good and not evil.
# May you find forgiveness for yours
www.eeworm.com/read/175933/9525297
tcl quickstart.tcl
#
# Run this TCL script to generate HTML for the quickstart.html file.
#
set rcsid {$Id: quickstart.tcl,v 1.8 2006/06/13 11:27:22 drh Exp $}
source common.tcl
header {SQLite In 5 Minutes Or Less}
puts
www.eeworm.com/read/175933/9525367
tcl sqlite.tcl
#
# Run this Tcl script to generate the sqlite.html file.
#
set rcsid {$Id: sqlite.tcl,v 1.24 2006/08/19 13:32:05 drh Exp $}
source common.tcl
header {sqlite: A command-line access program for SQLite