代码搜索:same

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

代码结果 10,000
www.eeworm.com/read/187912/8591528

h errno.h

#ifndef _ERRNO_H #define _ERRNO_H /* * ok, as I hadn't got any other source of information about * possible error numbers, I was forced to use the same numbers * as minix. * Hopefully thes
www.eeworm.com/read/187912/8591585

s system_call.s

/* * system_call.s contains the system-call low-level handling routines. * This also contains the timer-interrupt handler, as some of the code is * the same. The hd-interrupt is also here. *
www.eeworm.com/read/187682/8609142

po sv.po

# Swedish translations for gqview package # Svenska 鰒ers鋞tningar f鰎 paketet gqview. # Copyright (C) 2003 John Ellis # This file is distributed under the same license as the gqview package. # Hans 謋ver
www.eeworm.com/read/388370/8612473

m qcoeff.m

function [y,L,B] = QCoeff(x,N) % [y,L,B] = QCoeff(x,N) % Coefficient Quantization using N=L+B bit Representation % with Rounding operation % y: quantized array (same dim as x) %
www.eeworm.com/read/288458/8630914

h errno.h

#ifndef _ERRNO_H #define _ERRNO_H /* * ok, as I hadn't got any other source of information about * possible error numbers, I was forced to use the same numbers * as minix. * Hopefully these are p
www.eeworm.com/read/288458/8631052

s system_call.s

/* * system_call.s contains the system-call low-level handling routines. * This also contains the timer-interrupt handler, as some of the code is * the same. The hd-interrupt is also here. * *
www.eeworm.com/read/287922/8660919

h errno.h

#ifndef _ERRNO_H #define _ERRNO_H /* * ok, as I hadn't got any other source of information about * possible error numbers, I was forced to use the same numbers * as minix. * Hopefully these are p
www.eeworm.com/read/431675/8661718

m minc.m

%MINC Minimum combining classifier % % W = minc(V) % W = V*minc % % If V = [V1,V2,V3, ... ] is a set of classifiers trained on the % same classes and W is the minimum combiner: it selects the cla
www.eeworm.com/read/431675/8662092

m meanc.m

%MEANC Averaging combining classifier % % W = meanc(V) % W = V*meanc % % If V = [V1,V2,V3, ... ] is a set of classifiers trained on the % same classes and W is the mean combiner: it selects the c
www.eeworm.com/read/431675/8662162

m majorc.m

%MAJORC Majority combining classifier % % W = majorc(V) % W = v*majorc % % If V = [V1,V2,V3,...] is a stacked set of classifiers trained for % the same classes and W is the majority combiner: it se