代码搜索:same

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

代码结果 10,000
www.eeworm.com/read/406910/11432810

m terminate.m

function [bter, kter, obkn] = terminate(b, k, obk, term) % DESCRIPTION [bter, kter, obkn] = terminate(b, k, obk, term) % INPUT % b -- Base index for each link. Size is #links by one. % k --
www.eeworm.com/read/406910/11432823

m mod.m

function z = mod(x,y) % Does the same as the MATLAB mod function, but this one is correct (hopefully) % Check for nonreal arguments. if ~isreal(x) | ~isreal(y) error('Arguments must be rea
www.eeworm.com/read/405121/11471301

m distmatrix.m

function d=DistMatrix(A,B) %%%%%%%%%%%%%%%%%%%%%%%%% % DISTMATRIX return distance matrix between points in A=[x1 y1 ... w1] and in B=[x2 y2 ... w2] % Copyrigh
www.eeworm.com/read/346512/11740071

tig test39.tig

/* This is illegal, since there are two functions with the same name in the same (consecutive) batch of mutually recursive functions. See also test48 */ let function g(a:int):int = a function
www.eeworm.com/read/346512/11740295

tig test38.tig

/* This is illegal, since there are two types with the same name in the same (consecutive) batch of mutually recursive types. See also test47 */ let type a = int type a = string in 0 end
www.eeworm.com/read/258733/11846295

cpp ex6.cpp

// Borland C++ - (C) Copyright 1991 by Borland International // ex6.cpp: Using the Dictionary class // from Hands-on C++ #include #include "diction.h" main() { Dictionary
www.eeworm.com/read/344858/11856515

am makefile.am

SUBDIRS = bomb housekeeper same EXTRA_DIST = autogen.sh
www.eeworm.com/read/154843/11923778

m distchpf.m

function d=distchpf(pf1,pf2,mode) %DISTCHPF calculates the cosh spectral distance between power spectra D=(PF1,PF2,MODE) % % Inputs: PF1,PF2 Power spectra to be compared. Each row represents a
www.eeworm.com/read/255947/12044226

m distmatrix.m

function d=DistMatrix(A,B) %-------------------------------------------------------------------------- % DISTMATRIX return distance matrix between points in A=[x1 y1 ... w1] and in B=[x2 y2 ... w2]
www.eeworm.com/read/340916/12121949

h orderset.h

// OrderSet.h : Declaration of the COrderSet #pragma once // code generated on 13 October 2005, 12:51 class COrderSet : public CRecordset { public: COrderSet(CDatabase* pDatabase = NULL);