代码搜索:instead
找到约 6,048 项符合「instead」的源代码
代码结果 6,048
www.eeworm.com/read/448350/7534417
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/440750/7682176
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/438346/7732597
c slub.c
/*
* SLUB: A slab allocator that limits cache line use instead of queuing
* objects in per cpu and per node lists.
*
* The allocator synchronizes using per slab locks and only
* uses a centralize
www.eeworm.com/read/198970/7900267
m ksizemsp.m
function h = ksizeMSP(npd,noIQR)
% "Maximal Smoothing Principle" estimate (Terrel '90)
% Modified similarly to ROT for multivariate densities
% Use ksizeMSP(X,1) to force use of stddev. instead of
www.eeworm.com/read/296686/8081402
py rawbitmapaccess.py
import wx
# use the numpy code instead of the raw access code for comparison
USE_NUMPY = False
# time the execution of making a bitmap?
TIMEIT = False
# how big to make the bitmaps
DIM =
www.eeworm.com/read/332500/12752298
py libusb.py
# This file was automatically generated by SWIG (http://www.swig.org).
# Version 1.3.31
#
# Don't modify this file, modify the SWIG interface instead.
# This file is compatible with both classic and n
www.eeworm.com/read/245849/12777325
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/243981/12902196
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/142657/12932868
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/140916/13052636
c ckcpro.c
/* WARNING -- This C source program generated by Wart preprocessor. */
/* Do not edit this file; edit the Wart-format source file instead, */
/* and then run it through Wart to produce a new C source