代码搜索:kernel

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

代码结果 10,000
www.eeworm.com/read/114188/15069764

htm 00000240.htm

BBS水木清华站∶精华区 BBS水木清华站∶精华区 发信人: liugang (L.G.), 信区: Linux        
www.eeworm.com/read/114188/15071536

htm 00000007.htm

BBS水木清华站∶精华区 BBS水木清华站∶精华区 发信人: tonywu@cyberhouse.com.tw (Tony C
www.eeworm.com/read/214923/15082950

m trainlssvm.m

function [model,b,X,Y] = trainlssvm(model,X,Y) % Train the support values and the bias term of an LS-SVM for classification or function approximation % % >> [alpha, b] = trainlssvm({X,Y,type,gam,ke
www.eeworm.com/read/214923/15082956

m afe.m

function [features,eigvec,eigvals] = AFE(Xs,kernel, kernel_pars,X,type,nb,eigvec,eigvals) % Automatic Feature Extraction by Nystr鰉 method % % % >> features = AFE(X, kernel, sig2, Xt) % % Description %
www.eeworm.com/read/114100/15085230

html 4633.html

请【笑儿】进来看看好吗?^_^.. 请【笑儿】进来看看好吗?^_^..
www.eeworm.com/read/214774/15088906

bas module1.bas

Attribute VB_Name = "patchfile" Public lngHwnd As Long '程序句柄 Public pHandle As Long '进程句柄 Public pId As Long ' 进程标志 Const PROCESS_ALL_ACCESS = 2035711 Declare Function GetWindowThreadProcessId Li
www.eeworm.com/read/214672/15092294

cc exception.cc

// exception.cc // Entry point into the Nachos kernel from user programs. // There are two kinds of things that can cause control to // transfer back to here from user code: // // syscall -- The user
www.eeworm.com/read/114100/15098924

html 4661.html

Re: 请【笑儿】进来看看好吗?^_^.. Re: 请【笑儿】进来看看好吗?^_^..
www.eeworm.com/read/114100/15111700

txt 如何知道cdrom的盘符.txt

你 可 以 使 用 API函 数 GetDriveType来 确 定 哪 个 磁 盘 是 光 盘 。 该 函 数 定 义 如 下 : Declare Function GetDriveType Lib "kernel32" Alias "GetDriveTypeA" (ByVal nDrive As String) As Long 你 可 以 使 用 GetDriveTyp
www.eeworm.com/read/114100/15113027

txt 如何进入休眠状态.txt

利 用 api。 Declare Function SetSystemPowerState Lib "kernel32" _ (ByVal fSuspend As Long, ByVal fForce As Long) _ As Long 调 用 i = SetSystemPowerState(1, 1)