代码搜索:kernel
找到约 10,000 项符合「kernel」的源代码
代码结果 10,000
www.eeworm.com/read/461921/7214489
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/461143/7232753
h kernel.h
/*
* 'kernel.h' contains some often-used function prototypes etc
*/
void verify_area(void * addr,int count);
//void panic(const char * str);
int printf(const char * fmt, ...);
int printk(const char
www.eeworm.com/read/459549/7273979
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/459132/7280558
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/457031/7334842
c kernel.c
/****************************************Copyright (c)****************************
** 贵 州 航 天 3405 厂
** 设计研究所
**
www.eeworm.com/read/457031/7334993
h kernel.h
/****************************************Copyright (c)****************************
** 贵 州 航 天 3405 厂
** 设计研究所
**
www.eeworm.com/read/456129/7357242
h kernel.h
# if !defined(__PCB_H)
#include "CPU\PCB.h"
# endif
# if !defined(__READYQUEUE_H)
#include "CPU\ReadyQ~1.h"
# endif
# if !defined(__KERNEL_H)
#define __KERNEL_H
# endif
class kernel
www.eeworm.com/read/455804/7365420
bth kernel.bth
purpose: Load file for x86 Forth kernel
\ See license at end of file
command: &builder &this
build-now
: \Tags [compile] \ ; immediate
: \NotTags ; immediate
\ ' $report-name is include-hook ' n
www.eeworm.com/read/454275/7395299
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