代码搜索:instead
找到约 6,048 项符合「instead」的源代码
代码结果 6,048
www.eeworm.com/read/316872/3599090
h compiler-gcc3.h
#ifndef __LINUX_COMPILER_H
#error "Please don't include directly, include instead."
#endif
/* These definitions are for GCC v3.x. */
#include
www.eeworm.com/read/305285/3775616
tjvm
#!/bin/sh
if [ -z $TOOLS_HOME ] ; then
TOOLS_HOME=`dirname $0`/..
export TOOLS_HOME
echo "\$TOOLS_HOME is not set. Using $TOOLS_HOME instead."
# exit;
fi
. $TOOLS_HOME/bin/toolsEnv
www.eeworm.com/read/302096/3827498
readme
#
# $XORP: xorp/mrt/include/linux/netinet/README,v 1.1.1.1 2002/12/11 23:56:07 hodson Exp $
#
This directory contains Linux include fixup files.
Linux doesn't have . Instead, it
www.eeworm.com/read/292984/3935845
m mgram2.m
% like mgram1, except we use a durational HMM instead of an HHMM2
past = 0;
words = {'the', 't', 'h', 'e'};
data = 'the';
nwords = length(words);
word_len = zeros(1, nwords);
word_prob = normalise(o
www.eeworm.com/read/292964/3936993
m mgram2.m
% like mgram1, except we use a durational HMM instead of an HHMM2
past = 0;
words = {'the', 't', 'h', 'e'};
data = 'the';
nwords = length(words);
word_len = zeros(1, nwords);
word_prob = normalise(o
www.eeworm.com/read/448443/1689609
s fppalib.s
/* fppALib.s - PowerPC floating-point unit support assembly language routines */
/*
modification history
--------------------
01g,25sep01,yvp Fix SPR62760: Use _WRS_TEXT_SEG_START macro instead of .
www.eeworm.com/read/447901/1693610
h api-support.h
#ifndef __LINUX_API_SUPPORT_H__
#define __LINUX_API_SUPPORT_H__
#ifndef __LNET_API_SUPPORT_H__
#error Do not #include this file directly. #include instead
#endif
#ifndef __KERN
www.eeworm.com/read/434858/1868011
m mgram2.m
% like mgram1, except we use a durational HMM instead of an HHMM2
past = 0;
words = {'the', 't', 'h', 'e'};
data = 'the';
nwords = length(words);
word_len = zeros(1, nwords);
word_prob = normalise(o