代码搜索:kernel
找到约 10,000 项符合「kernel」的源代码
代码结果 10,000
www.eeworm.com/read/367152/9779904
m lwavg.m
% lwavg - Local Weighted Average (w.r.t. abscissae)
%
% function [ny] = lwavg(x,y,xwant,para)
%
% _____OUTPUT_____________________________________________________________
% ny new y corresponding to
www.eeworm.com/read/367152/9779909
m llr.m
% llr - Local Linear Regression
%
% [ny] = llr(x,y,xwant,para)
%
% _____OUTPUTS____________________________________________________________
% ny new y corresponding to x(xwant) (col vectors)
%
% __
www.eeworm.com/read/170567/9798072
sh test_version.sh
#!/bin/sh
#
# test_version.sh
#
# Check the version of the Linux driver
#
# Copyright 1999, 2000 by Theodore Ts'o
#
# Version 1.01, last modified on March 19, 2000
#
# This program is free software; y
www.eeworm.com/read/415805/11052601
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/415313/11076970
m svm_learn.m
function status = svm_learn(options, examples, model)
% SVM_LEARN - Interface to SVM light, learning module
%
% STATUS = SVM_LEARN(OPTIONS, EXAMPLES, MODEL)
% Call the training program 'svm_learn