代码搜索:classifier

找到约 4,824 项符合「classifier」的源代码

代码结果 4,824
www.eeworm.com/read/181202/5278126

h flow_class.h

#ifndef _FLOW_CLASS_H #define _FLOW_CLASS_H #define FLOW_IPV4 1 #include "flow_packet.h" int flow_classifier(FLOWPACKET *p, int *flowtype); #endif /* _FLOW_CLASS_H */
www.eeworm.com/read/179911/5300781

c cls_tcindex.c

/* * net/sched/cls_tcindex.c Packet classifier for skb->tc_index * * Written 1998,1999 by Werner Almesberger, EPFL ICA */ #include #include #include
www.eeworm.com/read/178232/5317856

h flow_class.h

#ifndef _FLOW_CLASS_H #define _FLOW_CLASS_H #define FLOW_IPV4 1 #include "flow_packet.h" int flow_classifier(FLOWPACKET *p, int *flowtype); #endif /* _FLOW_CLASS_H */
www.eeworm.com/read/350097/3135668

c cls_tcindex.c

/* * net/sched/cls_tcindex.c Packet classifier for skb->tc_index * * Written 1998,1999 by Werner Almesberger, EPFL ICA */ #include #include #include
www.eeworm.com/read/316872/3606732

c cls_tcindex.c

/* * net/sched/cls_tcindex.c Packet classifier for skb->tc_index * * Written 1998,1999 by Werner Almesberger, EPFL ICA */ #include #include #include
www.eeworm.com/read/292705/3950071

c cls_tcindex.c

/* * net/sched/cls_tcindex.c Packet classifier for skb->tc_index * * Written 1998,1999 by Werner Almesberger, EPFL ICA */ #include #include #include
www.eeworm.com/read/289126/3995850

h flow_class.h

#ifndef _FLOW_CLASS_H #define _FLOW_CLASS_H #define FLOW_IPV4 1 #include "flow_packet.h" int flow_classifier(FLOWPACKET *p, int *flowtype); #endif /* _FLOW_CLASS_H */
www.eeworm.com/read/439082/1820086

c cls_tcindex.c

/* * net/sched/cls_tcindex.c Packet classifier for skb->tc_index * * Written 1998,1999 by Werner Almesberger, EPFL ICA */ #include #include #include
www.eeworm.com/read/430518/1928953

c cls_tcindex.c

/* * net/sched/cls_tcindex.c Packet classifier for skb->tc_index * * Written 1998,1999 by Werner Almesberger, EPFL ICA */ #include #include #include
www.eeworm.com/read/204456/15339341

m dd_ex7.m

% Show how several one-class classifiers can be combined. % To make the classifier outputs comparable, the outputs should be % normalized using dd_normc % Copyright: D.M.J. Tax, D.M.J.Tax@prtools.org