代码搜索:kernel
找到约 10,000 项符合「kernel」的源代码
代码结果 10,000
www.eeworm.com/read/386582/8736975
rc init.rc
on init
loglevel 3
# setup the global environment
export PATH /sbin:/system/sbin:/system/bin:/system/xbin
export LD_LIBRARY_PATH /system/lib
export ANDROID_BOOTLOGO 1
export ANDROID
www.eeworm.com/read/386050/8767617
m ksmoothr.m
%KSMOOTHR Kernel smoother
%
% W = KSMOOTHR(X,H)
%
% INPUT
% X Regression dataset
% H Width parameter (default H=1)
%
% OUTPUT
% W Kernel smoother mapping
%
% DESCRIPTION
% Train a
www.eeworm.com/read/285810/8816494
c
#!/bin/sh
rm bootsec
/usr/local/bin/nasm bootsec.asm -o bootsec
cat ../kernel.elf >>bootsec
dd if=bootsec of=/dev/fd0
www.eeworm.com/read/428849/8833360
m contents.m
% Statistical Pattern Recognition Toolbox (STPRtool).
% Version 2.06 18-Sep-2006
%
% Bayesian classification.
% bayescls - Bayesian classifier with reject option.
% bayesdf
www.eeworm.com/read/384922/8834011
m nobias.m
function nb = nobias(ker)
%NOBIAS returns true if SVM kernel has no implicit bias
%
% Usage: nb = nobias(ker)
%
% Parameters: ker - kernel type
%
% Author: Steve Gunn (srg@ecs.soton.a