代码搜索:same
找到约 10,000 项符合「same」的源代码
代码结果 10,000
www.eeworm.com/read/454660/7385829
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/454660/7385861
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/454660/7385904
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/453558/7417093
java constcategorizer.java
package shared;
import java.lang.*;
import java.io.*;
/** ConstCategorizer always gives the same category. Categories must be
* greater than UNKNOWN_CATEGORY_VAL. For safety reasons, an upper b
www.eeworm.com/read/452217/7445282
m prop.m
function out=prop1(in,w,b);
%
% Propagates an input vector
% through one layer of a network
%
% call:
%
% [out]=prop(in,w);
%
% w = weight matrix
% b = bias weights (column vector. Same
www.eeworm.com/read/452181/7446282
m test_statistics.m
function test_statistics
%%
msgid = 'matlab_bgl:test_statistics';
%% betweenness_centrality
n = 10;
A = cycle_graph(n);
% the centrality index of all vertices in a cycle is the same
bc = betweenne
www.eeworm.com/read/206731/7457034
m prop.m
function out=prop1(in,w,b);
%
% Propagates an input vector
% through one layer of a network
%
% call:
%
% [out]=prop(in,w);
%
% w = weight matrix
% b = bias weights (column vector. Same
www.eeworm.com/read/450295/7486042
m example_ms_ar_fit.m
% Example Script for MS_AR_Fit.m (run it in the same directory)
clear;
addpath('m_Files');
load Example_Data.mat; % load .mat file
ar=4; % Number of lags in autoregre
www.eeworm.com/read/450295/7486056
m example_ms_ar_for.m
% Example Script for MS_AR_Fit.m (run it in the same directory)
clear;
addpath('m_Files');
load Example_Data.mat; % load .mat file
ar=4; % Number of lags in autoregre
www.eeworm.com/read/450295/7486059
m example_ms_ar_fit_t_dist.m
% Example Script for MS_AR_Fit.m (run it in the same directory)
clear;
addpath('m_Files');
load Example_Data.mat; % load .mat file
ar=4; % Number of lags in autoregre