代码搜索:小波系数
找到约 10,000 项符合「小波系数」的源代码
代码结果 10,000
www.eeworm.com/read/367675/2839392
txt 283.txt
发信人: coffeemart (构思中), 信区: DataMining
标 题: Re: 请问如何将OLAP的分析调到前台的应用程序(pb)
发信站: 南京大学小百合站 (Fri Apr 5 16:58:11 2002)
我觉得只要做好逻辑,与用什么工具关系不大吧
现阶段,最简单的实现方法就是将源数据和元数据都通过关系数据库储存起来,
然后通过客户端程序接受用户请求,访问 ...
www.eeworm.com/read/367675/2839457
txt 849.txt
发信人: jimo (寂寞), 信区: DataMining
标 题: Re: spatial DM website
发信站: 南京大学小百合站 (Sat May 25 22:55:11 2002), 站内信件
正如你所说的
我感觉空间数据库的雪花模型等和一般的关系数据库的结构都是差不多的
至少在看起来是这样的
至于其内部如何表示
我觉得对于做空间数据挖掘应该可以不
www.eeworm.com/read/193048/8255996
m ex1_19.m
% ex1_19
% 比较两个多项式系数,如果它们的个数不等,
% 则在个数小的一个多项式前添加零
p1=[1 2 3];
p2=[1 3 5 7 9 2];
l1=length(p1);
l2=length(p2);
if l1==l2,
l1;
elseif l1>l2,
p2=[zeros(1,l1-l2) p2];
else
p1=[zer
www.eeworm.com/read/180617/9300502
asm sin.asm
**************************************
* 利用泰勒公式产生正弦波的程序 *
**************************************
.title "sin.asm"
.mmregs
.def start
sin_x: .usect "sin_x",360
STACK: .usect "STACK",
www.eeworm.com/read/176852/9482495
c main.c
/****************************************************************************************
* 文 件 名:main.c
* 功 能:通过图形函数接口,演示矩形波的傅立叶逼近过程
* 说 明:将JP3短接。
******************************************
www.eeworm.com/read/175848/9529123
asm boot.asm
; filename: boot.asm
; designer: 戴展波
; date: 2004/11/10
.title "Flash bootup utility for seed-dec6416"
.option D,T
.length 102
.width 140
www.eeworm.com/read/161494/10402223
asm boot.asm
; filename: boot.asm
; designer: 戴展波
; date: 2004/11/10
.title "Flash bootup utility for seed-dec6416"
.option D,T
.length 102
.width 140
www.eeworm.com/read/422395/10638542
c main.c
/****************************************************************************************
* 文 件 名:main.c
* 功 能:通过图形函数接口,演示矩形波的傅立叶逼近过程
* 说 明:将JP3短接。
******************************************
www.eeworm.com/read/469549/6930981
asm boot.asm
; filename: boot.asm
; designer: 戴展波
; date: 2004/11/10
.title "Flash bootup utility for seed-dec6416"
.option D,T
.length 102
.width 140
www.eeworm.com/read/469549/6931069
asm boot.asm
; filename: boot.asm
; designer: 戴展波
; date: 2004/11/10
.title "Flash bootup utility for seed-dec6416"
.option D,T
.length 102
.width 140