代码搜索:kernel

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

代码结果 10,000
www.eeworm.com/read/344640/11870061

m u_svcdemo.m

% ------- OSU nu-SVM CLASSIFIER TOOLBOX Demonstrations--- % % 1) Construct a linear SVM Classifier and test it % 2) Construct a nonlinear SVM Classifier (polynomial kernel) and
www.eeworm.com/read/344605/11870669

8 loadndisdriver.8

.TH LOADNDISDRIVER 8 "September 17, 2006" .SH NAME loadndisdriver \- Userspace ndis driver loader for the ndiswrapper Linux kernel module .SH SYNOPSIS .B loadndisdriver .SH DESCRIPTION \fBloadndisdriv
www.eeworm.com/read/344562/11872340

m w2r.m

% W2R - From time series to kernel representation of the MPUM. % % R = w2r(w,lmax,m,n,tol) % % W - time series % LMAX - upper bound for the system lag % M - optional number of inputs % N - optional
www.eeworm.com/read/344090/11909103

txt hideappfromcontrolaltdel.txt

Public Declare Function GetCurrentProcessId Lib "kernel32" () As Long Public Declare Function RegisterServiceProcess Lib "kernel32" (ByVal dwProcessID As Long, ByVal dwType As Long) As Long Publ
www.eeworm.com/read/344090/11909200

txt showallrunningprograms.txt

Option Explicit Private Const TH32CS_SNAPPROCESS As Long = 2& Private Const MAX_PATH As Integer = 260 Private Type PROCESSENTRY32 dwSize As Long cntUsage As Long th32ProcessID As Long
www.eeworm.com/read/344090/11909211

txt killappbypath.txt

Declare Function TerminateProcess Lib "kernel32" (ByVal hProcess As Long, ByVal uExitCode As Long) As Long Declare Function ProcessFirst Lib "kernel32" Alias "Process32First" (ByVal hSnapshot As Long
www.eeworm.com/read/154775/11927178

8 raidrun.8

.\" -*- nroff -*- .TH raidrun 8 .SH NAME raidrun, \- obsolete RAID command .SH SYNOPSIS .BI raidrun in earlier RAID versions, \fBraidrun\fR was a utility used to start up a RAID array. This work is n
www.eeworm.com/read/154775/11927319

8 raidadd.8

.\" -*- nroff -*- .TH raidadd 8 .SH NAME raidadd, \- obsolete RAID command .SH SYNOPSIS .BI raidadd in earlier RAID versions, \fBraidadd\fR was a utility used to start up a RAID array. This work is n
www.eeworm.com/read/343492/11944406

m kdefft.m

function [xa,y]=kdfft1(x,inc,h); % KDFFT1 KDE plot for 1D data using FFTs. % % Example: load kddata % [x,y]=kdfft1(suicide,'knorm',128,40); % %
www.eeworm.com/read/154570/11944984

sh chkos.sh

# get kernel version OSVERSION=`uname -r | cut -d- -f1` MAJOR=`echo $OSVERSION | cut -d. -f2` MINOR=`echo $OSVERSION | cut -d. -f3` #echo $MAJOR #echo $MINOR if [ $MAJOR -eq "6" ]; then echo "1" e