代码搜索:SV Lab

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

代码结果 10,000
www.eeworm.com/read/378920/9212815

sh extra-libs.sh

#!/bin/sh case "$1" in osf1-*) # OSF/1 (Tru64) needs /usr/lib/librt.a for mlock() echo /usr/lib/librt.a ;; unix_sv*) ;; irix64-*) ;; irix-*) ;; dgux-*) ;; hp-ux-*) ;; sco*) ;; *) ;; esac
www.eeworm.com/read/378913/9213557

f90 chebev.f90

FUNCTION chebev(a,b,c,m,x) INTEGER m REAL chebev,a,b,x,c(m) INTEGER j REAL d,dd,sv,y,y2 if ((x-a)*(x-b)>0.) pause 'x not in range in chebev' d=0. dd=0. y=(2.*x-a-b)/(b-a) y2=2.*y do j=m,2,-1
www.eeworm.com/read/378783/9216304

f90 chebev.f90

FUNCTION chebev(a,b,c,m,x) INTEGER m REAL chebev,a,b,x,c(m) INTEGER j REAL d,dd,sv,y,y2 if ((x-a)*(x-b)>0.) pause 'x not in range in chebev' d=0. dd=0. y=(2.*x-a-b)/(b-a) y2=2.*y do j=m,2,-1
www.eeworm.com/read/181784/9237048

java svm_model.java

// // svm_model // package libsvm; public class svm_model { svm_parameter param; // parameter int nr_class; // number of classes, = 2 in regression/one class svm int l; // total #SV svm_node[][
www.eeworm.com/read/176119/9515824

f90 chebev.f90

FUNCTION chebev(a,b,c,m,x) INTEGER m REAL chebev,a,b,x,c(m) INTEGER j REAL d,dd,sv,y,y2 if ((x-a)*(x-b)>0.) pause 'x not in range in chebev' d=0. dd=0. y=(2.*x-a-b)/(b-a) y2=2.*y do j=m,2,-1
www.eeworm.com/read/371849/9533368

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/365972/9838009

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/362501/9995567

m usr_vhpl.m

function vhpl=usr_vhpl(los_xyzb, usr_idx, sig2_i, prn, pa_mode) %************************************************************************* %* Copyright c 2007 The board of trustees of the Leland
www.eeworm.com/read/165865/10048374

java svm_model.java

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

c superd.c

/* superd.c - main */ #define _USE_BSD #include #include #include #include #include #include #include