代码搜索:SV Lab
找到约 10,000 项符合「SV Lab」的源代码
代码结果 10,000
www.eeworm.com/read/124283/14581110
changelog
2004-12-23 Brian Gough
* qr.c (gsl_linalg_R_svx): added missing function
2004-09-13 Brian Gough
* test.c: added tests for LQ, P^TLQ solve
www.eeworm.com/read/367274/9763491
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/334951/12559383
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/247522/12653033
m nu_svr_sim.m
function Yd = Nu_SVR_Sim(svm,Xt)
% 输入参数:
% svm 支持向量机(结构体变量)
% the following fields:
% ker - 核参数
% type - linear : k(x,y) = x'*y
% poly : k(x,y) = (x'*y+c)^d
% gauss : k(x,y) = exp(-0.5*(norm(x-
www.eeworm.com/read/247522/12653036
m epsilon_svr_sim.m
function Yd = Epsilon_SVR_Sim(svm,Xt)
% 输入参数:
% svm 支持向量机(结构体变量)
% the following fields:
% ker - 核参数
% type - linear : k(x,y) = x'*y
% poly : k(x,y) = (x'*y+c)^d
% gauss : k(x,y) = exp(-0.5*(no
www.eeworm.com/read/135592/13918166
c inode.c
/*
* linux/fs/sysv/inode.c
*
* minix/inode.c
* Copyright (C) 1991, 1992 Linus Torvalds
*
* xenix/inode.c
* Copyright (C) 1992 Doug Evans
*
* coh/inode.c
* Copyright (C) 1993 Pascal
www.eeworm.com/read/106929/15617269
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/136989/5827163
cpp mq_server.cpp
// MQ_Server.cpp,v 4.13 2003/11/10 01:48:03 dhinton Exp
#include "ace/Signal.h"
#include "ace/SV_Message_Queue.h"
// FUZZ: disable check_for_streams_include
#include "ace/streams.h"
#includ
www.eeworm.com/read/292008/8383275
java pi.java
package lab1;
public class Pi {
double pi = 0;
long num_steps;
double sum = 0.0;
double step;
Pi(long num) {
num_steps = num;
step = 1.0/(double)num_steps;
}
}
www.eeworm.com/read/190116/8447926
cpp aoutnew.cpp
//---------------------------------------------------------------------------
#include
#pragma hdrstop
#include "AoutNew.h"
//#include "Global.h"
//---------------------------------