代码搜索:same
找到约 10,000 项符合「same」的源代码
代码结果 10,000
www.eeworm.com/read/315110/13551839
po en_gb.po
# English (British) translation.
# Copyright (C) 2004 THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the libgtop package.
# Gareth Owen , 2004.
www.eeworm.com/read/314681/13561784
m fcar_sim2.m
function [rvcorr]=fcar_sim2(d, rv, alpha)
%
%[rvcorr]=fcar_sim2(d, rv, truerho)
%
%This function creates correlated random variables, rvcorr, of the same dimensions as the
%supplied random variab
www.eeworm.com/read/314681/13561813
m fsar_sim2.m
function [rvcorr]=fsar_sim2(d,rv,alpha)
%
%[rvcorr]=fcar_sim2(d,rv,truerho)
%
%This function creates correlated random variables,rvcorr, of the same dimensions as the
%supplied random variables,
www.eeworm.com/read/313151/13595082
java ex12.java
// holding/Ex12.java
// TIJ4 Chapter Holding, Exercise 12, page 410
/* Create and populate a List. Create a second List of the
* same size as the first, and use ListIterator to re
www.eeworm.com/read/313151/13595088
java ex12a.java
// holding/Ex12a.java
// TIJ4 Chapter Holding, Exercise 12, page 410
/* Create and populate a List. Create a second List of the
* same size as the first, and use ListIterator to r
www.eeworm.com/read/313151/13595120
java holderex2.java
// generics/HolderEx2.java
// TIJ4 Chapter Generics, Exercise 2, page 621
/* Create a holder class that holds three objects of the same type along
* with the methods to store and fetch those objec
www.eeworm.com/read/313151/13595163
java music26.java
// typeinfo/music268/Music268.java
// TIJ4 Chapter Typeinfo, Exercise 26, page 615
// Implement clearSpitValve() as described in the summary.
/* Solution includes, in same package:
* import java
www.eeworm.com/read/312857/13603367
m qam.m
% QAM.m compares OFDM (multicarrier) to multi-level QAM (single carrier)
% when they transmit the same # of bits in a given time period
setup
read % read data for QAM - does not affect OFDM
dat
www.eeworm.com/read/312857/13603377
asv qam.asv
% QAM.m compares OFDM (multicarrier) to multi-level QAM (single carrier)
% when they transmit the same # of bits in a given time period
setup
read % read data for QAM - does not affect OFDM
dat
www.eeworm.com/read/310212/13654666
m sbswitch.m
function varargout = sbswitch(varargin)
%SBSWITCH Function switch-yard.
% SBSWITCH('FOO',ARG1,ARG2,...) is the same as
% FOO(ARG1,ARG2,...). This provides access to private
%