代码搜索:same

找到约 10,000 项符合「same」的源代码

代码结果 10,000
www.eeworm.com/read/189281/8480573

txt nbody_sh1p.txt

> * Reader for nbody_sh1p a parallel direct N-body code* Educational N-body integrator with a shared but variable time step (the same for all particles but changing in time), using the He
www.eeworm.com/read/189063/8492759

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/433142/8543109

m vxcorr.m

%file vxcorr.m function [c,lags]=vxcorr(a,b) %this function calculates the unscaled cross_correlation of 2 %vectors of the same length . the output length(c) is %length(a)+length(b)-1. It is a sim
www.eeworm.com/read/187682/8609089

po ar.po

# translation of ar.po to # translation of ar.po to # translation of ar.po to # This file is distributed under the same license as the PACKAGE package. # Copyright (C) YEAR John Ellis, 2004. # msgid
www.eeworm.com/read/388439/8609360

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/288527/8626622

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/387853/8650976

m ffunc.m

% function, f for poisson.m % % Assume x and y of same length. % f is returned as a matrix, analyzed at all interior points of the grid % if f = 0, make sure f is a matrix of zeros, the size of x,
www.eeworm.com/read/287806/8668272

h global.h

/* GLOBAL.H - RSAEURO types and constants Copyright (c) J.S.A.Kapp 1994 - 1996. RSAEURO - RSA Library compatible with RSAREF 2.0. All functions prototypes are the Same as for RSAREF.
www.eeworm.com/read/430096/8766263

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/430096/8766287

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