代码搜索:小样本
找到约 10,000 项符合「小样本」的源代码
代码结果 10,000
www.eeworm.com/read/224203/14602317
txt 30%样本(3次方).txt
4.23033 3.71703 4.25803 98.7791 35.8708
4.12029 4.2153 4.09417 96.8123 35.2863
3.59903 4.09567 3.5542 71.947 30.6029
4.48183 4.00683 4.55943 115.64 38.6531
4.23328 4.07993 4.24263 101.752 36.2432
www.eeworm.com/read/4320/30941
pdf 火炬独石引线电容样本.pdf
www.eeworm.com/read/4326/31880
pdf 日成电子2006产品样本.pdf
www.eeworm.com/read/6881/104410
pdf 火炬独石引线电容样本.pdf
www.eeworm.com/read/163940/5505101
txt 星期五样本.txt
五用电量 五天气 三用电量 三天气 四用电量 四天气 当天天气 t
53.4000 17.0 50.9000 17.0 50.4000 16.2 20.8 55.4000
55.4000 20.8 60.3000 18.7 55.7000 18.5 1
www.eeworm.com/read/334411/12604267
doc vb学生成绩管理样本.doc
www.eeworm.com/read/133994/14014825
txt sin带缺口样本330点.txt
1
.5
1
1000
0.0005
1.2
0 1.57
4 0 0
0 0
.0047527875945537 .0095054320421927
.0095055751891074 .0190100052184181
.0142583627836611 .028512860740312
.0190111503782148 .0380131399747092
www.eeworm.com/read/133994/14014827
txt n形曲线样本13点.txt
1
5
1
10000
0.0001
1.2
0 1.571
.8 0 0
0 0
.120830484615385 .239315660285052
.241660969230769 .464723164743552
.362491453846154 .663122648984056
.483321938461538 .822983856526742
.6
www.eeworm.com/read/291017/8444786
ppt 2 java小程序.ppt
www.eeworm.com/read/189078/8490715
txt 矩阵相乘小函数.txt
矩阵相乘小函数[原创]
随便写了个函数,用来计算机矩阵相乘。其实呢,这三个矩阵不用全都是方阵,如果first矩阵为m×n,second矩阵为n×k,则third矩阵为m×k即可。
#define N 5 /*to compute the product of two matrix*/
#i nclude
void init(int p[N][N])/*in