代码搜索:kernel
找到约 10,000 项符合「kernel」的源代码
代码结果 10,000
www.eeworm.com/read/350392/10745176
kernel makefile.kernel
#
# TOPPERS/JSP Kernel
# Toyohashi Open Platform for Embedded Real-Time Systems/
# Just Standard Profile Kernel
#
# Copyright (C) 2003 by Embedded and Real-Time Systems Laboratory
#
www.eeworm.com/read/350277/10751781
c kernel.c
www.eeworm.com/read/421154/10752551
c kernel.c
/* Non pre-empting synchronization kernel, machine-independent portion
*/
#if defined(PROCLOG) || defined(PROCTRACE)
#include
#endif
#include
#include
#include "gl
www.eeworm.com/read/420851/10770973
kernel makefile.kernel
#
# Makefile for the kernel led driver.
#
O_TARGET := led.o
mod-subdirs :=
export-objs := led-edukit-s3c2410.o
obj-y += led-edukit-s3c2410.o
include $(TOPDIR)/Rules.make
www.eeworm.com/read/275926/10784838
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/275566/10811460
c kernel.c
www.eeworm.com/read/348830/10865367
m kernel.m
function k = kernel(x, y);
% function k = kernel(x, y);
%
% x: (Lx,N) with Lx: number of points; N: dimension
% y: (Ly,N) with Ly: number of points
% k: (Lx,Ly)
%
% KTYPE = 1: linear kernel:
www.eeworm.com/read/348821/10865620
c kernel.c
/***********************************************************************
*
* LUSH Lisp Universal Shell
* Copyright (C) 2002 Leon Bottou, Yann Le Cun, AT&T Corp, NECI.
* Includes parts of TL3
www.eeworm.com/read/348821/10865624
h kernel.h
/***********************************************************************
*
* LUSH Lisp Universal Shell
* Copyright (C) 2002 Leon Bottou, Yann Le Cun, AT&T Corp, NECI.
* Includes parts of TL3
www.eeworm.com/read/419426/10868291
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