代码搜索:instead

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

代码结果 6,048
www.eeworm.com/read/358903/10176467

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/280172/10350721

c criterr.c

/* * Instead of the Abort, Retry, Ignore thing, let's try to handle critical * errors within tde. Give the user some indication of the critical error * and then find out what the user wants to
www.eeworm.com/read/425020/10387299

txt ii-10-1.txt

(WA) Did you ever wonder why it is that most people are "programmed" to sleep at night instead of during the day? If there's something about the cycle of light and dark that's telling us when to slee
www.eeworm.com/read/279804/10392560

js 01.js

// A shortcut function, sometimes useful instead of document.write() // This function has no return statement, so it returns undefined. function print(msg) { document.write(msg, ""); } // A f
www.eeworm.com/read/272894/10936770

dpr ex.dpr

{ Simulate It's an interesting problem Main difficulty is how to avoid the iterate in single and double quotes. Use variables instead of quotes. } program Ural_1230(Input,Output); const
www.eeworm.com/read/416039/11043949

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/111495/6961262

changelog

ChangeLog for /dev/bios ** 02/18/02 * 0.3.2 ************************************************** * change cs5530 driver to map high rom range instead of low one and don't use positive decode. *
www.eeworm.com/read/332978/7142084

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/461143/7232797

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/458010/7314193

m specsubm.m

function [ss,po]=specsubm(s,fs,p) %SPECSUBM obsolete speech enhancement algorithm - use specsub instead % % implementation of spectral subtraction algorithm by R Martin (rather slow) % algorithm p