代码搜索:小电阻
找到约 10,000 项符合「小电阻」的源代码
代码结果 10,000
www.eeworm.com/read/367675/2839582
txt 31.txt
发信人: roamingo (漫步鸥), 信区: DataMining
标 题: Re: Some Free web log data files.
发信站: 南京大学小百合站 (Fri Mar 22 09:19:13 2002), 站内信件
Dump several lines and you will know roughly what it has, like
client I
www.eeworm.com/read/367675/2839638
txt 785.txt
发信人: fervvac (高远), 信区: DataMining
标 题: Re: 再问一个翻译的问题
发信站: 南京大学小百合站 (Sat May 18 22:20:52 2002), 站内信件
Close pattern is a term proposed in an old paper, somewhat similar to
maximal pattern.
www.eeworm.com/read/367675/2839647
txt 856.txt
发信人: waterflower (护照护照快点.............), 信区: DataMining
标 题: Re: spatial DM website
发信站: 南京大学小百合站 (Mon May 27 01:53:16 2002), 站内信件
【 在 fervvac (高远) 的大作中提到: 】
: 1. I think there are enough moti
www.eeworm.com/read/367675/2839786
txt 222.txt
发信人: yaomc (白头翁&山东大汉), 信区: DataMining
标 题: Does one ANN has several combination functions?
发信站: 南京大学小百合站 (Tue Apr 2 10:34:45 2002), 站内信件
SAS said that:
All the units in a given layer share cer
www.eeworm.com/read/367675/2839822
txt 773.txt
发信人: fervvac (高远), 信区: DataMining
标 题: Re: spatial DM website
发信站: 南京大学小百合站 (Fri May 17 21:34:52 2002), 站内信件
Thanks for the url.
What's the problem u have in the mind?
【 在 jimo (寂寞) 的大作中提到
www.eeworm.com/read/367675/2839958
txt 232.txt
发信人: chouqin (chouqin), 信区: DataMining
标 题: Re: We can't wait---my opinion about data--jiaqi.
发信站: 南京大学小百合站 (Tue Apr 2 17:29:38 2002), 站内信件
yes,there is really something it the letter.
I am al
www.eeworm.com/read/367675/2839993
txt 7.txt
发信人: GzLi (笑梨), 信区: DataMining
标 题: Phd Program in Italy
发信站: 南京大学小百合站 (Fri Jul 5 11:57:20 2002), 站内信件
Date: Wed, 3 Jul 2002 09:48:38 +0200
Subject: [COLT] PhD program
International Graduat
www.eeworm.com/read/359352/2978768
txt 例6.2.txt
例6.2 输入a和b两个整数,按先大后小的顺序输出a和b(用指针变量处理)。
#include
using namespace std;
int main( )
{
int *p1,*p2,*p,a,b;
cin>>a>>b; //输入两个整数
p1=&a;
www.eeworm.com/read/474480/6809952
bak ds1302.c.bak
//亦木明
//哪天写的忘了。
#include
//#include "ds1302.h"
#define uchar unsigned char
#define uint unsigned int
#define SECOND 0x80 //秒
#define MINUTE 0x82 //分鍾
#define HOUR 0x84 //小時
www.eeworm.com/read/473523/6845416
m f12_7.m
%调频信号
for i=1:512
x(i)=sin(500*pi*i/1000+20*sin(20*pi*i/1000));
end
figure(1);
plot(1:length(x),x);
xlabel('样本序号 n');
ylabel('幅值 A');
% 3层haar小波包
wpt = wpdec(x,3,'haar');
%最优基
T=besttr