代码搜索:DataBase
找到约 10,000 项符合「DataBase」的源代码
代码结果 10,000
www.eeworm.com/read/115861/14998658
man hmmfetch.man
.TH "hmmfetch" 1 @RELEASEDATE@ "HMMER @RELEASE@" "HMMER Manual"
.SH NAME
.TP
hmmfetch - retrieve an HMM from an HMM database
.SH SYNOPSIS
.B hmmfetch
.I [options]
.I database
.I name
.SH DESCRIPTI
www.eeworm.com/read/115861/14998969
tex squid-format.tex
\newpage
\section {SQUID format}
SQUID format is a sequence database format similar to the PIR,
GenBank, and EMBL formats. The primary difference is that SQUID format
may optionally contain secondary
www.eeworm.com/read/115861/14999081
man sfetch.man
.TH "sfetch" 1 "@RELEASEDATE@" "@PACKAGE@ @RELEASE@" "@PACKAGE@ Manual"
.SH NAME
.TP
sfetch - get a sequence from a flatfile database.
.SH SYNOPSIS
.B sfetch
.I [options]
.I seqname
.SH DESCRIPTIO
www.eeworm.com/read/114100/15110632
txt 使用sql语句时,为什么说“缺少语句结束”和“缺少case ”.txt
VB中 不 能 象 VFP和 PB那 样 内 嵌 SQL语 句 , 它 使 用 SQL语 句 必 须 先 建 立 Database对 象 , 然 后 使 用 OpenRecordset方 法 执 行 SELECT语 句 , 使 用 Execute方 法 执 行 其 他 SQL语 句 。
www.eeworm.com/read/114100/15111364
txt 如何将大量dbf数据转换为sql server.txt
bcp可 以 拷 贝 任 意 数 据 类 型 ,只 需 你 的 目 标 表 设 为 numeric即 可 ,注 意 长 度 ,可 以 先 用 特 殊
数 据 试 一 下 。 另 外 ,DATABASE的 SELECT INTO/BULKCOPY应 设 为 TRUE.
www.eeworm.com/read/114100/15111445
txt 如何在程序中对access数据库中的字段进行索引.txt
当 你 打 开 Database对 象 以 后 , Database对 象 包 括 TableDefs集 合 。 这 个 集 合 包 括 数 据 库 中 所 有 表 的 定 义 。 表 的 个 数 为 TableDefs.Count。 你 可 以 使 用 TableDefs(0), ......, TableDefs(TableDefs.Count - 1)来 依 次 获 得 各 个 表 的 定
www.eeworm.com/read/114100/15112949
txt 如何使用控件连接foxpro 2.5 for dos数据库.txt
首 先 将 Data控 件 的 Connect属 性 改 为 FoxPro 2.0;, 然 后 将 Database属 性 设 为 FoxPro的 .DBF文 件 所 在 的 目 录 名 。 而 该 目 录 下 的 每 个 .DBF文 件 都 相 当 于 一 个 表 。
www.eeworm.com/read/213813/15124496
c build.c
/*
** 2001 September 15
**
** 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 forgiven
www.eeworm.com/read/213652/15127944
txt readme.txt
INTRODUCTION
This package implements basic Principal Component Analysis in Matlab and
tests is with grayscale portion of the FERET database. Images are not
preprocessed and it is up to the user t
www.eeworm.com/read/210394/15199452
h semexample.h
/*******
Shared Semaphore Code Example
The following code example depicts two tasks executing on different CPUs and using
shared semaphores. The routine semTask1( ) creates the shared semaphore, i