代码搜索:instead
找到约 6,048 项符合「instead」的源代码
代码结果 6,048
www.eeworm.com/read/377683/9265580
c fts2.c
/* fts2 has a design flaw which can lead to database corruption (see
** below). It is recommended not to use it any longer, instead use
** fts3 (or higher). If you believe that your use of fts2 is s
www.eeworm.com/read/377683/9265682
c fts1.c
/* fts1 has a design flaw which can lead to database corruption (see
** below). It is recommended not to use it any longer, instead use
** fts3 (or higher). If you believe that your use of fts1 is s
www.eeworm.com/read/377529/9272028
c bttv-if.c
/*
bttv-if.c -- old gpio interface to other kernel modules
don't use in new code, will go away in 2.7
have a look at bttv-gpio.c instead.
bttv - Bt848 frame gra
www.eeworm.com/read/371345/9555314
m dispsig.m
function dispsig(signalMatrix, range, titlestr);
%DISPSIG - deprecated!
%
% Please use icaplot instead.
%
% See also ICAPLOT
% @(#)$Id: dispsig.m,v 1.2 2003/04/05 14:23:57 jarmo Exp $
fprintf('\nN
www.eeworm.com/read/365954/9838255
m dispsig.m
function dispsig(signalMatrix, range, titlestr);
%DISPSIG - deprecated!
%
% Please use icaplot instead.
%
% See also ICAPLOT
% @(#)$Id: dispsig.m,v 1.2 2003/04/05 14:23:57 jarmo Exp $
fprintf('\nN
www.eeworm.com/read/166513/10017236
m dispsig.m
function dispsig(signalMatrix, range, titlestr);
%DISPSIG - deprecated!
%
% Please use icaplot instead.
%
% See also ICAPLOT
% @(#)$Id: dispsig.m,v 1.2 2003/04/05 14:23:57 jarmo Exp $
fprintf('\nN
www.eeworm.com/read/163563/10153944
m lp.m
function [xout, lambdaout, howout] = lp(f,A,b,VLB,VUB,x0,N,verbosein)
% Functionally equivalent to Optimization Toolbox LP.M, but calls
% BPMPD instead; accepts both full and sparse A.
% Type "help
www.eeworm.com/read/359019/10170171
vms readme.vms
This README was written by Dr. Eberhard Heuser-Hofmann
vaxinf@chclu.chemie.uni-konstanz.de
If you are looking for a *.zip file instead of the tar archive,
check this address:
ftp://v36.chemie.uni-k
www.eeworm.com/read/163048/10250936
m gfnormrespf2.m
%GFNORMRESPF2 2-D filter response using frequency domain filters (REPLACED).
%
% GFNORMRESPF2 IS REPLACED BY GFRESPF2 AND WILL BE REMOVED IN FUTURE
% VERSIONS, USE GFRESPF2 INSTEAD.
%
% [R] = GF
www.eeworm.com/read/353439/10446397
java intcount.java
// control/IntCount.java
// TIJ4 Chapter Control, Exercise 7, page 146
// Modify exercise 1 so that the program exits by using the break keyword at
// value 99. Try using return instead.
import