代码搜索:kernel
找到约 10,000 项符合「kernel」的源代码
代码结果 10,000
www.eeworm.com/read/256398/12001885
m r2smallestsphere.m
function [beta,r2,pos]= r2smallestsphere(xapp,kernel,kerneloption,Cpenalization,betaall)
% usage
% [beta,r2,pos]= r2smallestsphere(xapp,kernel,kerneloption,Cpenalization,betaall)
%----------
www.eeworm.com/read/256398/12001890
m svmnuclass.m
function [xsup,w,d,rho,pos,timeps,alpha,obj]=svmnuclass(x,y,nu,lambda,kernel,kerneloption,verbose,span, alphainit)
% USAGE [xsup,w,b,rho,pos,timeps,alpha]=svmnuclass(x,y,nu,lambda,kernel,kerneloption,
www.eeworm.com/read/256398/12001941
m svmroccs.m
function [xsup,w,w0,pos,timeps,alpha,matriceind]=svmrocCS(x,y,C,kppv,margin,lambda,kernel,kerneloption,verbose,span)
% USAGE
%
% [xsup,w,w0,pos,timeps,alpha,matriceind]=svmrocCS(x,y,C,kppv,margin,la
www.eeworm.com/read/256398/12002021
m svmclassl2.m
function [xsup,w,d,pos,timeps,alpha,obj]=svmclass(x,y,c,lambda,kernel,kerneloption,verbose,span,alphainit)
% USAGE [xsup,w,b,pos,timeps,alpha]=svmclass(x,y,c,lambda,kernel,kerneloption,verbose,span)
%
www.eeworm.com/read/255766/12056840
h memory.h
/*
* NOTE!!! memcpy(dest,src,n) assumes ds=es=normal data segment. This
* goes for all kernel functions (ds=es=kernel space, fs=local data,
* gs=null), as well as for all well-behaving user prog
www.eeworm.com/read/255755/12057322
m svc.m
%SVC Support Vector Classifier
%
% [W,J] = SVC(A,TYPE,PAR,C)
%
% INPUT
% A Dataset
% TYPE Type of the kernel (optional; default: 'p')
% PAR Kernel parameter (optional; default: 1)
% C
www.eeworm.com/read/341205/12101850
readme-linux-patch
To build YAFFS in the Linux kernel tree you need to run the patch-ker.sh
script from the yaffs source directory, giving your choice as to whether
you wish to copy (c) or link (l) the code and the path
www.eeworm.com/read/152442/12113138
m gaussianblur.m
function GI = gaussianBlur(I,s)
% GAUSSIANBLUR blur the image with a gaussian kernel
% GI = gaussianBlur(I,s)
% I is the image, s is the standard deviation of the gaussian
% kernel, a
www.eeworm.com/read/339831/12202105
c main.c
#include
#include
/**********************************************************************
* This a dirt simple boot loader, whose sole job is to boot
* an ELF kernel image f
www.eeworm.com/read/339831/12202168
h memlayout.h
#ifndef JOS_INC_MEMLAYOUT_H
#define JOS_INC_MEMLAYOUT_H
#ifndef __ASSEMBLER__
#include
#include
#include
#endif /* not __ASSEMBLER__ */
/*
* This file contai