代码搜索:instead
找到约 6,048 项符合「instead」的源代码
代码结果 6,048
www.eeworm.com/read/326691/13123113
txt 5-1243msg3.txt
Subject: query : voice assimilation
i know of two language where voice fricative devoice after a voiceless obstruent , even though voice stop cause the precede voiceless obstruent to voice instead (
www.eeworm.com/read/139294/13164320
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/325151/13223154
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/325023/13231797
java criticalsection.java
//: concurrency/CriticalSection.java
// Synchronizing blocks instead of entire methods. Also
// demonstrates protection of a non-thread-safe class
// with a thread-safe one.
package concurrency;
www.eeworm.com/read/136565/13301295
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/137612/13309103
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/137285/13335042
h var_str.h
int train_n ; /* number to train on */
char infile[100] ;/* weights from (instead of default) */
int init_rule ; /* how to init wts */
int train ; /* wh
www.eeworm.com/read/321496/13404004
gitignore .gitignore
#
# NOTE! Don't add files that are generated in specific
# subdirectories here. Add them in the ".gitignore" file
# in that subdirectory instead.
#
# Normal rules
#
.*
*.o
*.o.*
*.a
*.s
*.so
# Genera
www.eeworm.com/read/319045/13463982
m dispsig.m
function dispsig(signalMatrix, range, titlestr);
%DISPSIG - deprecated!
%
% Please use icaplot instead.
%
% See also ICAPLOT
% 24.8.1998
% Hugo G鋠ert
fprintf('\nNote: DISPSIG is now depr
www.eeworm.com/read/316414/13523334
m zoomer.m
function zoomer
% ZOOMER Avoid duplicate xtick and ytick labels.
% Do not call directly, instead:
% set(zoom(gcf),'ActionPostCallback','zoomer')
reltol = .005;
xlim = get(gca,'xlim');
if d