代码搜索:kernel

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

代码结果 10,000
www.eeworm.com/read/384315/8880484

m kernel.m

function [K] = kernel(ker,x,y) % Calculate kernel function. % % x: 输入样本,d×n1的矩阵,n1为样本个数,d为样本维数 % y: 输入样本,d×n2的矩阵,n2为样本个数,d为样本维数 % % ker 核参数(结构体变量) % the following fields: % type - linear : k(
www.eeworm.com/read/384062/8903410

h kernel.h

//Kernel Head File: //Copyright (c) 2008 www.evvei.com, All Rights Reserved. //_____________________________________________________________________________________ //File name: kernel.h //Abstrac
www.eeworm.com/read/284617/8913269

fp kernel.fp

www.eeworm.com/read/284617/8913291

cg kernel.cg

const float PI = 3.1415926535; /* float kernel(float r_sq, float h) { return 1/(PI*h*h*h)*exp(-r_sq/h/h); } */ float spiky_kernel(float len, float h, float m) { const float PI = 3.1415926
www.eeworm.com/read/284556/8919018

h kernel.h

// kernel.h // Global variables for the Nachos kernel. // // Copyright (c) 1992-1996 The Regents of the University of California. // All rights reserved. See copyright.h for copyright notice and limi
www.eeworm.com/read/284556/8919050

cc kernel.cc

// kernel.cc // Initialization and cleanup routines for the Nachos kernel. // // Copyright (c) 1992-1996 The Regents of the University of California. // All rights reserved. See copyright.h for copy
www.eeworm.com/read/383713/8925147

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
www.eeworm.com/read/186364/8937682

html kernel.html

www.eeworm.com/read/427378/8948952

m kernel.m

function [K] = kernel(ker,x,y) % Calculate kernel function. % % x: 输入样本,d×n1的矩阵,n1为样本个数,d为样本维数 % y: 输入样本,d×n2的矩阵,n2为样本个数,d为样本维数 % % ker 核参数(结构体变量) % the following fields: % type - linear : k(
www.eeworm.com/read/186023/8965794

h kernel.h

/* * 'kernel.h' contains some often-used function prototypes etc */ void verify_area(void * addr,int count); //void panic(const char * str); int printf(const char * fmt, ...); int printk(const char