资源列表
DBA-command
- Teradata DBA command
fload
- Fload DWH scr ipt simple
cluster
- mahout的聚类算法,采用了路透社的预料文本,出自《mahout in action》一书。-Mahout clustering algorithm
20062171141051
- 很不错的Access数据库结构打印工具,方便您在编程时助记数据库字段,可以输出到打印机,保存为HTML文件。能很清楚的列出数据库的所有表的字段信息、索引信息等。 -quite the Access database structure Print tool to facilitate the programming your reporter database fields, can be output to the printer, the depositary for the HTML
Register
- // File : PDTools.PAS // Product : AppModeler za Delphi // Copyright (C) 1991-1997 Sybase Inc. i njegovi saradnici. //========================================================= // CONTENTS : // // *** AM_XXX constants : Definitions for
Z
- Calculate the sybase space this statement and show temporary table structure.-Calculate the sybase space this statement and show temporary table structure.
FCMatlab
- This program is kind of data classification, namely FCM (Fuzzy C-Means Clustering) algorithmm.
pb_dbf
- Pb 读取 DBF 的程序,我已经用到了多个简单的前台程序-PB GET DBF FILES
HMMMatlab
- HMM code for Discrete Hidden Markov Model
Datatree
- 用VB写的数据树形程序,看看吧.对写程序有好处的.
DBA-command
- teradata DBA useful SQL
SQL
- VBA的SQL查询,这个例子说明,子查询不仅可以用在WHERE条件中,也可以用在SELECT后面跟着的字段清单中,要注意的是,此时子查询的只能有一个结果值,否则出错。-SQL QUERY IN VBA.