代码搜索:SV Lab

找到约 10,000 项符合「SV Lab」的源代码

代码结果 10,000
www.eeworm.com/read/173135/9671963

cpp sensor.cpp

/***************************************************************** * * * This file is a part of the eXtremeDB-HA Application Framework *
www.eeworm.com/read/204795/15333512

java svm_model.java

// // svm_model // package libsvm; public class svm_model implements java.io.Serializable { svm_parameter param; // parameter int nr_class; // number of classes, = 2 in regression/one class svm in
www.eeworm.com/read/106962/15616623

java svm_model.java

// // svm_model // package libsvm; public class svm_model implements java.io.Serializable { svm_parameter param; // parameter int nr_class; // number of classes, = 2 in regression/one class svm in
www.eeworm.com/read/100119/15883674

typemap

TYPEMAP VIWIN T_VIOBJNOMUNGE VIBUF T_VIOBJNOMUNGE INPUT T_VIOBJNOMUNGE if (sv_isa($arg, \"${ntype}\")) { IV tmp = SvIV((SV*)SvRV($arg)); $var = ($type) tmp; if (!tmp) croa
www.eeworm.com/read/291235/8433479

cpp chebev.cpp

#include "nr.h" DP NR::chebev(const DP a, const DP b, Vec_I_DP &c, const int m, const DP x) { DP d=0.0,dd=0.0,sv,y,y2; int j; if ((x-a)*(x-b) > 0.0) nrerror("x not in range in routine c
www.eeworm.com/read/390183/8480220

pl gensv.pl

#!/usr/bin/perl # # Generate a list of rotation vectors so we always use the same set. # This needs to be run on a platform with /dev/urandom. # ($n) = @ARGV; sysopen(UR, '/dev/urandom', O_R
www.eeworm.com/read/431751/8656081

c ctest.c

#include #include "dsp/dspop.h" int main (int argc, char *argv[]) { stSCplx sV1, sV2, sV3; dsp_init(); sV1.R = 1.0f; sV1.I = 0.0f; sV2.R = 0.5f; sV2.I = 0.2f;
www.eeworm.com/read/285976/8796169

typemap

TYPEMAP Car * ANY_OBJECT OUTPUT ANY_OBJECT sv_setref_pv($arg, CLASS, (void*) $var); INPUT ANY_OBJECT $var = ($type) SvIV((SV*)SvRV($arg));
www.eeworm.com/read/285976/8796193

typemap

TYPEMAP Car * ANY_OBJECT OUTPUT ANY_OBJECT sv_setref_pv($arg, CLASS, (void*) $var); INPUT ANY_OBJECT $var = ($type) SvIV((SV*)SvRV($arg));
www.eeworm.com/read/285976/8796242

c magic.c

/* * This file was generated automatically by xsubpp version 1.9402 from the * contents of Book.xs. Do not edit this file, edit Book.xs instead. * * ANY CHANGES MADE HERE WILL BE LOST! *