代码搜索:instead

找到约 6,048 项符合「instead」的源代码

代码结果 6,048
www.eeworm.com/read/433114/8544515

m ple.m

function ple(s) %PLE "Print Last Error" % % ple % ple(s) % % If an error structure is supplied, it is used instead of lasterror if nargin < 1 s = lasterror; end if isempty(s.message)
www.eeworm.com/read/433114/8545555

m ple.m

function ple(s) %PLE "Print Last Error" % % ple % ple(s) % % If an error structure is supplied, it is used instead of lasterror if nargin < 1 s = lasterror; end if isempty(s.message)
www.eeworm.com/read/388876/8569683

gnu makefile.gnu

# This makefile was written to compile a distribution of pyfann for # GNU platforms (cygwin included.) # # This is NOT needed for Linux/Unix, use setup_unix.py instead. TARGETS = _libfann.dll PYTHON
www.eeworm.com/read/288458/8631075

c buffer.c

/* * 'buffer.c' implements the buffer-cache functions. Race-conditions have * been avoided by NEVER letting a interrupt change a buffer (except for the * data, of course), but instead letting the
www.eeworm.com/read/285976/8796242

c magic.c

/* * This file was generated automatically by xsubpp version 1.9402 from the * contents of Book.xs. Do not edit this file, edit Book.xs instead. * * ANY CHANGES MADE HERE WILL BE LOST! *
www.eeworm.com/read/429363/8810382

m mu_util.m

function varargout=mu_util(optn,varargin); % MU_UTIL Various utility routines % This function should not be used directly; instead it is % is accessed by other high- and low-level
www.eeworm.com/read/429363/8810412

m mp_omerc.m

function [X,Y,vals,labI]=mp_omerc(optn,varargin) % MP_TMERC Oblique Mercator projection % This function should not be used directly; instead it is % is accessed by various high-
www.eeworm.com/read/187283/8835599

h tm-i386isc.h

/* Definitions for Intel 386 running Interactive Unix System V. Specifically, this is for recent versions that support POSIX; for version 2.0.2, use configuration option i386-sysv instead. */
www.eeworm.com/read/186023/8965911

c buffer.c

/* * 'buffer.c' implements the buffer-cache functions. Race-conditions have * been avoided by NEVER letting a interrupt change a buffer (except for the * data, of course), but instead letting the
www.eeworm.com/read/374411/9407223

m ksizemsp.m

function h = ksizeMSP(npd,noIQR) % "Maximal Smoothing Principle" estimate (Terrel '90) % Modified similarly to ROT for multivariate densities % Use ksizeMSP(X,1) to force use of stddev. instead of