代码搜索:instead

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

代码结果 6,048
www.eeworm.com/read/386050/8769028

m fdsc.m

%FDSC Feature based Dissimilarity Space Classification (outdated) % % This routine is outdated, use KERNELC instead % % W = FDSC(A,R,FEATMAP,TYPE,P,CLASSF) % W = A*FDSC([],R,FEATMAP,TYPE,P,C
www.eeworm.com/read/286087/8790791

hin config.hin

/* config.hin. Generated from configure.ac by autoheader. */ /* Define to 1 if the `closedir' function returns void instead of `int'. */ #undef CLOSEDIR_VOID /* Define if there is a member named d
www.eeworm.com/read/429611/8799103

c forward.c

/* Some of the code in this file was originally based on the following file: * gateway.c : Paul Healy, EI9GL, 900818 * * Rewrote forwarding mechanism to use "X-Forwarded-To" paradigm instead of
www.eeworm.com/read/429363/8810408

m mp_cyl.m

function [X,Y,vals,labI]=mp_cyl(optn,varargin) % MP_CYL Cylindrical projections % This function should not be used directly; instead it is % is accessed by various high-level fu
www.eeworm.com/read/429363/8810415

m mp_azim.m

function [X,Y,vals,labI]=mp_azim(optn,varargin); % MP_AZIM Azimuthal projections % This function should not be used directly; instead it is % is accessed by various high-level func
www.eeworm.com/read/429363/8810436

m mp_conic.m

function [X,Y,vals,labI]=mp_conic(optn,varargin); % MP_CONIC Conic projections % This function should not be used directly; instead it is % is accessed by various high-level funct
www.eeworm.com/read/187283/8835989

h va-sparc.h

/* This is just like the default gvarargs.h except for differences decribed below. */ /* va_list is a structure instead of a char*. */ typedef struct __va_ctl { char *__stack; /* Current poi
www.eeworm.com/read/428535/8861072

sql 更换经理时的触发器.sql

create trigger emp_title on employee instead of update as if update(title) begin if (select inserted.title from inserted)='经理' begin declare @dept varchar(20),@name varchar(20
www.eeworm.com/read/427909/8913582

m~ dirkpm.m~

function filenames = dirKPM(dirname, ext, prepend) % READ_DIR Like the built-in dir command, but returns filenames as a cell array instead of a struct % % filenames = read_dir(dirname) % returns a
www.eeworm.com/read/382895/8991640

makefile

# # This makefile contains modifications submitted by Richard Braakman # (dark@xs4all.nl) for the shared library generation. # # By default, ftplib uses PASV. If you need it to use PORT # instead,