代码搜索:instead
找到约 6,048 项符合「instead」的源代码
代码结果 6,048
www.eeworm.com/read/347479/11663039
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/156804/11763693
c banner.c
/*
* Banner.c
*
* Sample code for "Multithreading Applications in Win32"
* This is from Chapter 8, Listing 8-3
*
* Demonstrates how to write a program that can use
* CreateThread instead
www.eeworm.com/read/259565/11781818
m ple.m
function ple(s)
%PLE "Print Last Error"
%
% ple
% ple(s)
%
% If an error structure is supplied, it is used instead of lasterror
if nargin < 1
s = lasterror;
end
if isempty(s.message)
www.eeworm.com/read/344239/11896185
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/256577/11986643
in configure.h.in
/* include/configure.h.in. Generated from configure.in by autoheader. */
/* Define to 1 if the `closedir' function returns void instead of `int'. */
#undef CLOSEDIR_VOID
/* Path to dmeventd binary
www.eeworm.com/read/255766/12056920
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/253533/12216415
txt 4.2.txt
Listing 4.2 Using Enqueue and Dequeue Instead of Push and Pop
static void TestQueue( string[] names )
{
Queue nameQueue = new Queue();
foreach( string name in names )
{
nameQueue.Enqueue( name )
www.eeworm.com/read/253499/12218806
py fileinfo_fromdict.py
"""Framework for getting filetype-specific metadata.
This is the same as fileinfo.py with one difference:
instead of inheriting from UserDict, we inherit directly from dict.
This capability was intro
www.eeworm.com/read/336521/12439572
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
www.eeworm.com/read/130965/14165932
hin config.hin
/* config.hin. Generated from configure.ac by autoheader. */
/* Define to one if you want authentication. */
#undef AUTHENTICATION
/* Define to 1 if the `closedir' function returns void instead of