代码搜索:kernel
找到约 10,000 项符合「kernel」的源代码
代码结果 10,000
www.eeworm.com/read/233458/14150320
bas shorty.bas
Attribute VB_Name = "ModShorty"
Option Explicit
'API calls for long filename support
Declare Function LoadLibraryEx32W Lib "Kernel" (ByVal lpszFile As String, ByVal hFile As Long, ByVal dwF
www.eeworm.com/read/233302/14158240
bas const.bas
Attribute VB_Name = "Const"
'声明写入ini文件的API函数
Public Declare Function WritePrivateProfileString Lib "kernel32" Alias "WritePrivateProfileStringA" (ByVal lpApplicationName As String, ByVal lpKeyName A
www.eeworm.com/read/233255/14161445
bas m_api.bas
Attribute VB_Name = "m_Api"
Option Explicit
Public Declare Function WindowFromPoint Lib "user32" (ByVal xPoint As Long, ByVal yPoint As Long) As Long
Public Declare Function GetCursorPos Lib "user3
www.eeworm.com/read/130383/14196203
m svmval.m
function [y,y1,y2]=svmval(x,xsup,w,b,kernel,kerneloption,span,framematrix,vector,dual)
% USAGE
% [y,y1,y2]=svmval(x,xsup,w,b,kernel,kerneloption,span,framematrix,vector,dual)
%
% svmval computes th
www.eeworm.com/read/130383/14196209
m svmoneclassval.m
function ypred= svmoneclassval(x,xsup,alpha,rho,kernel,kerneloption);
K=normalizekernel(x,kernel,kerneloption,xsup);
ypred=K*alpha+rho;
www.eeworm.com/read/130383/14196238
m svmkernel.m
function [K,option]=svmkernel(x,kernel,kerneloption,xsup,framematrix,vector,dual);
% Usage K=svkernel(x,kernel,kerneloption,xsup,frame,vector,dual);
%
% Returns the scalar product of the vectors
www.eeworm.com/read/130383/14196242
m svmkernelold.m
function K=svmkernel(x,kernel,kerneloption,xsup,framematrix,vector,dual,quadpen);
% Usage K=svkernel(x,kernel,kerneloption,xsup,frame,vector,dual,quadpen);
%
% Returns the scalar product of the
www.eeworm.com/read/130383/14196246
m svmclass.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/130383/14196260
m r2smallestsphere.m
function [beta,r2,pos]= r2smallestsphere(xapp,kernel,kerneloption,Cpenalization)
% usage
% [beta,r2,pos]= r2smallestsphere(xapp,kernel,kerneloption,Cpenalization)
%--------------------------
www.eeworm.com/read/130383/14196269
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