代码搜索:工具集
找到约 10,000 项符合「工具集」的源代码
代码结果 10,000
www.eeworm.com/read/398196/2396081
txt machine训练集.txt
1,3,17,1310,2620,48,8,8,220,
2,2,50,1500,6200,48,0,8,93,
3,2,90,1000,16000,0,0,2,93,
4,8,17,16000,64000,48,8,8,510,
5,2,90,64,3000,0,0,2,11,
6,4,17,5000,20970,48,8,8,220,
7,2,50,1500,16000,24,0,
www.eeworm.com/read/398196/2396083
txt machine测试集.txt
1,1,90,64,64,0,0,2,6,
2,1,1100,64,2000,0,0,0,11,
3,2,90,64,3000,0,0,2,11,
4,2,90,1000,6200,0,0,5,11,
5,2,90,1000,3000,0,0,2,19,
6,2,50,64,2000,0,0,2,19,
7,2,90,1000,6200,0,0,2,19,
8,2,330,1000,
www.eeworm.com/read/398196/2396090
txt wine训练集.txt
1,2,12.2,0.74,2.04,18,89,1.85,1.58,0.13,1.28,1.28,1.01,2.48,278,
2,2,12.2,0.74,2.04,10.6,89,1.85,0.99,0.35,0.41,1.28,1.01,1.27,470,
3,1,13.68,1.48,2.04,10.6,89,2.35,2.33,0.13,1.66,4.9,1.01,3.31,735,
www.eeworm.com/read/398196/2396091
txt wine测试集.txt
1,3,13.68,4.1,2.04,19,70,0.98,0.34,0.35,0.41,4.9,0.48,1.27,278,
2,2,11.03,1.48,1.36,19,70,2.35,1.58,0.35,1.28,1.28,0.79,2.23,278,
3,2,12.2,1.48,2.04,19,70,1.85,2.33,0.35,1.66,1.28,0.79,2.48,278,
4,
www.eeworm.com/read/474211/6816625
txt 游标结果集.txt
create or replace package pkg_findall
is
TYPE cur is REF CURSOR;
procedure up_pf(v_cur out cur);
function uk_kf return cur;
end pkg_findall;
create or replace package body pkg_findall
is
www.eeworm.com/read/473179/6857545
txt 并查集.txt
//带路径压缩的并查集,用于动态维护查询等价类
//图论算法中动态判点集连通常用
//维护和查询复杂度略大于O(1)
//集合元素取值1..MAXN-1(注意0不能用!),默认不等价
#include
#define MAXN 100000
#define _ufind_run(x) for(;p[t=x];x=p[x],p[t]=(p[x]?p[x]:x))
www.eeworm.com/read/473191/6857925
txt 并查集.txt
//带路径压缩的并查集,用于动态维护查询等价类
//图论算法中动态判点集连通常用
//维护和查询复杂度略大于O(1)
//集合元素取值1..MAXN-1(注意0不能用!),默认不等价
#include
#define MAXN 100000
#define _ufind_run(x) for(;p[t=x];x=p[x],p[t]=(p[x]?p[x]:x))
www.eeworm.com/read/471581/6885751
txt 兴趣点集.txt
184.0000 61.0000 4.5000
239.0000 127.0000 4.5000
189.0000 285.0000 4.5000
238.0000 318.0000 4.5000
185.0000 62.0000 5.4000
184.0000 277.0000 5.4000
190.0000 285.0000 5.4000
211.0000 254.0000 6.
www.eeworm.com/read/393030/8314662
doc at指令集.doc
www.eeworm.com/read/393010/8315371