代码搜索:instead
找到约 6,048 项符合「instead」的源代码
代码结果 6,048
www.eeworm.com/read/296774/7113563
h iris4gl.h
/* Like iris4-gdb.h, but always inhibits assembler optimization for MIPS as.
Use this via mips-sgi-iris4loser if you need it. */
/* Use stabs instead of ECOFF debug format. */
#define PREFERRED_
www.eeworm.com/read/299984/7139942
m classd.m
%CLASSD Return labels of classified dataset, outdated, use LABELD instead
% $Id: classd.m,v 1.2 2006/03/08 22:06:58 duin Exp $
function labels = classd(a,w)
prtrace(mfilename);
global CLASSD_REP
www.eeworm.com/read/461728/7221210
m perform_pyramid_transform_nonframe.m
function y = perform_pyramid_transform_nonframe(x,g,options)
% perform_pyramid_transform_nonframe - fast pyramidal transform (1D or 2D).
%
% You should use 'fwt_pyramid' instead.
% The forwa
www.eeworm.com/read/460435/7250417
m classd.m
%CLASSD Return labels of classified dataset, outdated, use LABELD instead
% $Id: classd.m,v 1.2 2006/03/08 22:06:58 duin Exp $
function labels = classd(a,w)
prtrace(mfilename);
global CLASSD_REP
www.eeworm.com/read/457839/7317126
h unpifi.h
/* Our own header for the programs that need interface configuration info.
Include this file, instead of "unp.h". */
#ifndef __unp_ifi_h
#define __unp_ifi_h
#include
#include
www.eeworm.com/read/450608/7480080
m classd.m
%CLASSD Return labels of classified dataset, outdated, use LABELD instead
% $Id: classd.m,v 1.7 2003/12/14 22:12:39 bob Exp $
function labels = classd(a,w)
prtrace(mfilename);
global CLASSD_REPL
www.eeworm.com/read/441245/7672621
m classd.m
%CLASSD Return labels of classified dataset, outdated, use LABELD instead
% $Id: classd.m,v 1.2 2006/03/08 22:06:58 duin Exp $
function labels = classd(a,w)
prtrace(mfilename);
global CLASSD_REP
www.eeworm.com/read/438135/7735915
c cache.c
/*
* linux/fs/fat/cache.c
*
* Written 1992,1993 by Werner Almesberger
*
* Mar 1999. AV. Changed cache, so that it uses the starting cluster instead
* of inode number.
* May 1999. AV. Fixed
www.eeworm.com/read/435728/7786337
h snprintf.h
/* $Id: snprintf.h,v 1.3 2003/08/03 14:36:09 abo Exp $ */
/* Some platforms don't have one or both of these functions.
* MSVC has _snprintf and _vsnprintf functions instead.
*
* XXX: put this int
www.eeworm.com/read/299965/7816501
cpp fails_list.cpp
#include
#include "Student_info.h"
#include "grade.h"
using std::list;
// version 4: use `list' instead of `vector'
list extract_fails(list& students)
{
li