代码搜索:kernel
找到约 10,000 项符合「kernel」的源代码
代码结果 10,000
www.eeworm.com/read/248950/12534089
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
www.eeworm.com/read/147710/12535454
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/248697/12545789
h pid.h
/**
* @brief PIDs of kernel, device and application modules
* @author Simon Han (simonhan@ee.ucla.edu)
* @version 0.1
*
*/
#ifndef _PID_H
#define _PID_H
#include
typedef
www.eeworm.com/read/300664/13901234
vb fileiodeclarations.vb
Option Strict On
Option Explicit On
Imports System.Runtime.InteropServices
Module FileIOApiDeclarations
'API declarations relating to file I/O.
'***********************************
www.eeworm.com/read/300664/13901267
vb fileiodeclarations.vb
Option Strict On
Option Explicit On
Imports System.Runtime.InteropServices
Module FileIOApiDeclarations
'API declarations relating to file I/O.
'***********************************
www.eeworm.com/read/135605/13917027
bat ms.bat
rem Batch file to make the Microsoft C version of the CTask kernel
rem and support routines.
make ctask.ms
make ctsup.ms
www.eeworm.com/read/135486/13926643
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/135305/13940775
bas driveinfo.bas
Attribute VB_Name = "DriveInfo"
Public Declare Function GetVolumeInformation Lib "kernel32" Alias "GetVolumeInformationA" (ByVal lpRootPathName As String, ByVal lpVolumeNameBuffer As String, ByVal nV
www.eeworm.com/read/134896/13971256
m ilog.m
%ILOG Laplacian of Gaussian kernel
%
% L = ilog(w, sigma)
%
% Return a Laplacian of Gaussian (LOG) kernel of width (2w+1) with
% the specified sigma.
%
% SEE ALSO: zcross
%
% Copyright (c) Peter Corke
www.eeworm.com/read/237062/13979538
c loadkernel.c
#include "typdef.h"
extern char kernel[];
void loadkernel()
{
int i;
char *to;
char *from;
void (*fp)(void);
fp = (void (*)(void))0x8000;
to = (char*)0x8000;
from =