代码搜索:instead
找到约 6,048 项符合「instead」的源代码
代码结果 6,048
www.eeworm.com/read/353439/10446477
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/160583/10517033
py mri_with_eeg.py
#!/usr/bin/env python
"""
This now uses the imshow command instead of pcolor which *is much
faster*
"""
from __future__ import division
from pylab import *
from matplotlib.lines import Line2D
from mat
www.eeworm.com/read/352425/10553758
java ex6.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.
www.eeworm.com/read/352425/10553772
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 "Spo
www.eeworm.com/read/467764/7000948
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/322305/7072564
m volaplot.m
function v=volaplot(x,n)
%VOLAPLOT Volatility plot.
% VOLAPLOT(X,N) plots volatility of times series X averaged over N
% periods (eg. days).
% V=VOLAPLOT(X,N) instead of plotting returns th
www.eeworm.com/read/299984/7140377
m plotd.m
%PLOTD Plot classifiers, outdated, use PLOTC instead
% $Id: plotd.m,v 1.2 2006/03/08 22:06:58 duin Exp $
function handle = plotd(varargin)
prtrace(mfilename);
global PLOTD_REPLACED_BY_PLOTC
if
www.eeworm.com/read/460435/7250852
m plotd.m
%PLOTD Plot classifiers, outdated, use PLOTC instead
% $Id: plotd.m,v 1.2 2006/03/08 22:06:58 duin Exp $
function handle = plotd(varargin)
prtrace(mfilename);
global PLOTD_REPLACED_BY_PLOTC
if
www.eeworm.com/read/458257/7300313
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/454660/7385800
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