代码搜索:kernel

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

代码结果 10,000
www.eeworm.com/read/161189/10440038

m kernel.m

% kernel % This is the kernel function for the example problem function f=kernel(xx,tt,params) f=xx./(2*sqrt(pi*params(2)*tt.^3)).*... exp(-(xx-params(1).*tt).^2./(4*params(2)*tt)); return
www.eeworm.com/read/161189/10440075

m kernel.m

% This is the kernel function for the Skaggs and Kabala % problem function f=kernel(xx,tt,params) f=xx./(2*sqrt(pi*params(2)*tt.^3)).*... exp(-(xx-params(1).*tt).^2./(4*params(2)*tt)); return
www.eeworm.com/read/161165/10442854

m kernel.m

function mat_kernel=Kernel(mat_train,mat_test,kernelType,kPara) % input parameters: % mat_train---the train data, a row represents a sample % mat_test---- the test data, a row represents a sample
www.eeworm.com/read/161131/10446805

txt kernel.txt

Definitions ~~~~~~~~~~~ Userspace filesystem: A filesystem in which data and metadata are provided by an ordinary userspace process. The filesystem can be accessed normally through the kernel
www.eeworm.com/read/279175/10457388

texi kernel.texi

@node Kernel Interface, SNMP Support, IPv6 Support, Top @comment node-name, next, previous, up @chapter Kernel Interface There are several different methods for reading kernel routing table infor
www.eeworm.com/read/160933/10469195

m kernel.m

function k = kernel(x, y); % function k = kernel(x, y); % % x: (Lx,N) with Lx: number of points; N: dimension % y: (Ly,N) with Ly: number of points % k: (Lx,Ly) % % KTYPE = 1: linear kernel:
www.eeworm.com/read/424190/10483669

h kernel.h

#ifndef kernel_h #define kernel_h 1 #include #include #include #include "globals.h" #include "example_set.h" #include "parameters.h" /** * Base class for all kernels
www.eeworm.com/read/424190/10483769

obj kernel.obj

www.eeworm.com/read/424190/10483843

cpp kernel.cpp

#include "stdafx.h" #include "kernel.h" /** * * kernel_container_c * **/ kernel_container_c::~kernel_container_c(){ kernel = 0; }; kernel_c* kernel_container_c::get_kernel(){ if(kernel =
www.eeworm.com/read/352754/10516481

h kernel.h

#ifndef _LINUX_KERNEL_H #define _LINUX_KERNEL_H /* * 'kernel.h' contains some often-used function prototypes etc */ #ifdef __KERNEL__ #include #define INT_MAX ((int