代码搜索:instead
找到约 6,048 项符合「instead」的源代码
代码结果 6,048
www.eeworm.com/read/281848/9129829
java fill41.java
// generics/Fill41.java
// TIJ4 Chapter Generics, Exercise 41, page 737
// Modify Fill2.java to use the classes in typeinfo.pets instead
// of the Coffee classes.
// Using adapters to simulate lat
www.eeworm.com/read/379149/9205985
docbook editing.docbook
Editing Source Files
The Editor
&kapp; does not provide its own editor. Instead, it utilises KDE's KTextEditor infrastru
www.eeworm.com/read/180268/9314086
m fluct_loss.m
function [Lf,Pd_Sw5] = fluct_loss(pd, pfa, np, sw_case)
% This fucntion calculates the SNR fluctiation loss for Swerling models
% A negative Lf value indicates SNR gain instead of loss
format long
www.eeworm.com/read/168625/9904353
makefile
#
# Makefile for SaVi - src directory. Run top-level Makefile instead.
#
# $Id: Makefile,v 1.16 2005/02/08 00:20:02 lloydwood Exp $
include Makefile_defs.$(ARCH)
SUBDIRS = include
SHELL
www.eeworm.com/read/364310/9912800
m fluct_loss.m
function [Lf,Pd_Sw5] = fluct_loss(pd, pfa, np, sw_case)
% This fucntion calculates the SNR fluctiation loss for Swerling models
% A negative Lf value indicates SNR gain instead of loss
format long
www.eeworm.com/read/364162/9919619
pas sha.pas
unit SHA;
{$DEFINE USE_ASM} //Remove this line to use pascal instead of assembler
interface
uses
CryptoUtils;
type
PSHA512Ctx = ^TSHA512Ctx;
TSHA512Ctx = record
state: array[0..7
www.eeworm.com/read/163563/10153942
m qp.m
function [xout, lambdaout, howout] = qp(H,f,A,b,VLB,VUB,x0,N,verbosein)
% Functionally equivalent to Optimization Toolbox QP.M, but calls
% BPMPD instead; accepts both full and sparse H and A.
% Ty
www.eeworm.com/read/356183/10235447
m fluct_loss.m
function [Lf,Pd_Sw5] = fluct_loss(pd, pfa, np, sw_case)
% This fucntion calculates the SNR fluctiation loss for Swerling models
% A negative Lf value indicates SNR gain instead of loss
format long
www.eeworm.com/read/353439/10446201
java gerbils17.java
// holding/Gerbils17.java
// TIJ4 Chapter Holding, Exercise 17, page 422
/* Take the Gerbil class in Exercise 1 and put it into a Map instead,
* associating each Gerbil's name (e.g. "Fuzzy" or "Sp
www.eeworm.com/read/353439/10446309
java ex6(1).java
// holding/Ex6.java
// TIJ4 Chapter Holding, Exercise 6, page 406
/* Modify listFeatures.java so that it uses String instead of Pets,
* and explain any difference in results.
*/
import java.util