代码搜索:kernel

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

代码结果 10,000
www.eeworm.com/read/290033/8510373

kernel makefile.kernel

# # Makefile for the linux YAFFS filesystem routines. # obj-$(CONFIG_YAFFS_FS) += yaffs.o yaffs-y := yaffs_ecc.o yaffs_fs.o yaffs_guts.o yaffs_checkptrw.o yaffs-y += yaffs_packedtags1.o yaffs_packed
www.eeworm.com/read/389322/8533428

m kernel.m

function [K] = kernel(ker,x,y) % Calculate kernel function. % % x: 输入样本,d×n1的矩阵,n1为样本个数,d为样本维数 % y: 输入样本,d×n2的矩阵,n2为样本个数,d为样本维数 % % ker 核参数(结构体变量) % the following fields: % type - linear : k(
www.eeworm.com/read/289495/8547831

h kernel.h

/************************************************************************/ /* */ /* kernel.h
www.eeworm.com/read/289414/8553240

h kernel.h

/************************************************************************/ /* */ /* kernel.h
www.eeworm.com/read/388977/8559101

kernel-doc

#!/usr/bin/perl ## Copyright (c) 1998 Michael Zucchi, All Rights Reserved ## ## Copyright (C) 2000 Tim Waugh ## ##
www.eeworm.com/read/188171/8564921

h kernel.h

#ifndef _WAV_KERNEL_H_ #define _WAV_KERNEL_H_ #include #define INTERRUPT_CLI asm cli #define INTERRUPT_STI asm sti #define MICRODELAY_TIME_1 298u #define MICRODELAY_TIME_2 5
www.eeworm.com/read/289120/8574702

h kernel.h

/* * 'kernel.h' contains some often-used function prototypes etc */ void verify_area(void * addr,int count); volatile void panic(const char * str); int printf(const char * fmt, ...); int printk(cons
www.eeworm.com/read/187912/8591471

h kernel.h

/* * 'kernel.h' contains some often-used function prototypes etc */ void verify_area(void * addr,int count); volatile void panic(const char * str); int printf(const char * fmt, ...); int print
www.eeworm.com/read/288542/8623048

cfg kernel.cfg

-1- -f- -ff- -O -Z -d -k- -vi- -w -wpro -weas -wpre -I..\hdr -v -X- -I. -D__STDC__=0 -DTSC -DDEBUG -DKERNEL -DI86 -DPROTO -DSHWR -DASMSUPT
www.eeworm.com/read/288542/8623239

asm kernel.asm

; ; File: ; kernel.asm ; Description: ; kernel start-up code ; ; Copyright (c) 1995, 1996 ; Pasquale J. Villani