代码搜索:SV Lab
找到约 10,000 项符合「SV Lab」的源代码
代码结果 10,000
www.eeworm.com/read/244597/12854695
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/243327/12948856
h server.h
#include "core.h"
#ifndef _SERVER_H
#define _SERVER_H
#ifdef __cplusplus
extern "C" {
#endif
/* Initialize SERVER struct */
SERVER *server_init();
/* start server */
void sv_start(SERVER *);
/* st
www.eeworm.com/read/140665/13069219
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/312211/13615963
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/312163/13617431
m bsvm2.m
function model = bsvm2( data, options )
% BSVM2 Multi-class BSVM with L2-soft margin.
%
% Synopsis:
% model = bsvm2( data, options )
%
% Description:
% This function trains the multi-class SVM clas
www.eeworm.com/read/136989/5830262
pl run_test.pl
eval '(exit $?0)' && eval 'exec perl -S $0 ${1+"$@"}'
& eval 'exec perl -S $0 $argv:q'
if 0;
# run_test.pl,v 1.5 2003/01/29 17:10:03 bala Exp
# -*- perl -*-
use lib '../../../bin';
www.eeworm.com/read/129924/5966283
h signal.h
#ifndef __sys_signal_h
#define __sys_signal_h
#define NSIG 32
/*
* If any signal defines (SIG*) are added, deleted, or changed, the same
* changes must be made in /usr/include/signal.h as well.
*
www.eeworm.com/read/126074/6018642
exp instance.exp
TRUE
CLIPS> (batch "instance.bat")
TRUE
CLIPS> (make-instance a of A)
[a]
CLIPS> (send [a] print)
[a] of A
(x 34)
(y abc)
CLIPS> (make-instance [a] of A (x 65))
Old instance deleted.
Slot x set with m
www.eeworm.com/read/124399/6049893
exp instance.exp
TRUE
CLIPS> (batch "instance.bat")
TRUE
CLIPS> (make-instance a of A)
[a]
CLIPS> (send [a] print)
[a] of A
(x 34)
(y abc)
CLIPS> (make-instance [a] of A (x 65))
Old instance deleted.
Slot x set with m
www.eeworm.com/read/259541/11784217
pcasc
#!/bin/sh
exec ./picocom \
--send-cmd="ascii-xfr -sv -l5" \
--receive-cmd="ascii-xfr -rv" "$@"