代码搜索:小样本
找到约 10,000 项符合「小样本」的源代码
代码结果 10,000
www.eeworm.com/read/367675/2839355
txt 354.txt
发信人: GzLi (笑梨), 信区: DataMining
标 题: IDDM-2002 call for papers
发信站: 南京大学小百合站 (Sat Apr 13 22:37:30 2002), 站内信件
FIRST CALL FOR PAPERS
IDDM-20
www.eeworm.com/read/367675/2839632
txt 775.txt
发信人: jimo (寂寞), 信区: DataMining
标 题: 请问这个怎么翻译
发信站: 南京大学小百合站 (Fri May 17 23:54:22 2002), 站内信件
average size of the maximal potentially large itemsets
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
www.eeworm.com/read/367675/2839652
txt 121.txt
发信人: yaomc (白头翁&山东大汉), 信区: DataMining
标 题: Notification of An Conference about RS and DM.
发信站: 南京大学小百合站 (Wed Mar 27 15:09:42 2002), 站内信件
===============================================
www.eeworm.com/read/157711/5604461
txt 20040905.txt
Dim WeatherArray(48,4)
Dim Today
Today="2004-09-05"
WeatherArray(0,0)="北京"
WeatherArray(0,1)="小雨转中雨"
WeatherArray(0,2)="21℃--23℃"
WeatherArray(0,3)="小
www.eeworm.com/read/157505/5606198
txt 人物.txt
if i=1 then regname="小丹尼"
if i=2 then regname="宫本宝藏"
if i=3 then regname="钱夫人"
if i=4 then regname="沙隆巴斯"
if i=5 then regname="孙小美"
if i=6 then regname=" 沙啦公主"
if i=7 then regname="糖糖"
if i=8 t
www.eeworm.com/read/473523/6845378
m waveletpsd.m
function WaveletPSD(x)
%输入x-各层的小波
nfft=1024;
fs=1;
y=abs(fft(x,nfft));
plot((0:nfft/2-1)/nfft*fs,y(1:nfft/2));
xlabel('频率 f/Hz');
ylabel('功率谱 P/W');
www.eeworm.com/read/295539/8155702
h global.h
#ifndef _MAP_GLOBAL_H_
#define _MAP_GLOBAL_H_
#define infinity 1e20 //定义为无穷大
#define EP 1e-10 //定义无穷小
typedef unsigned char uchar;
typedef unsigned int uint;
t