代码搜索:instead
找到约 6,048 项符合「instead」的源代码
代码结果 6,048
www.eeworm.com/read/340467/12155840
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/150914/12246080
java criticalsection.java
//: c13:CriticalSection.java
// Synchronizing blocks instead of entire methods. Also
// demonstrates protection of a non-thread-safe class
// with a thread-safe one.
// From 'Thinking in Java, 3rd
www.eeworm.com/read/252679/12269428
bor makefile.bor
# Makefile for Zip, ZipCloak, ZipNote and ZipSplit for
# Borland (Turbo) C++ 1.0 or 2.0.
# Warning: this file is not suitable for Turbo C 2.0. Use makefile.tc instead.
# To use, do "make -fmakefile.b
www.eeworm.com/read/250756/12386049
makefile
# Makefile for putty under Mac OS X.
#
# This file was created by `mkfiles.pl' from the `Recipe' file.
# DO NOT EDIT THIS FILE DIRECTLY; edit Recipe or mkfiles.pl instead.
#
# Extra options you c
www.eeworm.com/read/132357/14096810
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/232339/14198033
m rri_mkperm_order.m
%RRI_MKPERM_ORDER Generate permutation sample order
%
% Usage: perm_order = rri_mkperm_order(num_cond, num_subj_lst, nperm)
%
% This is analogous to mkbootperm sortof....Instead of just making
www.eeworm.com/read/130108/14208334
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/129639/14234280
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/230049/14307662
java criticalsection.java
//: c13:CriticalSection.java
// Synchronizing blocks instead of entire methods. Also
// demonstrates protection of a non-thread-safe class
// with a thread-safe one.
// From 'Thinking in Java, 3rd
www.eeworm.com/read/228166/14399206
cpp hashset.cpp
#include "hashset.h"
using namespace std;
// we do not compute prime numbers but use a table instead
static const int num_primes = 25;
static const unsigned long prime_list[] = {
53, 9