代码搜索:same

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

代码结果 10,000
www.eeworm.com/read/346528/11739454

m proj_sym.m

% proj_sym Gives the projector to the symmetric subspace % proj_sym(n) Gives the projector to the symmetric subspace % of n qubits. proj_sym(n,d) does the same for qudits with dimension d.
www.eeworm.com/read/259400/11795525

m channel.m

function varargout = channel(sig,varargin) %CHANNEL MIMO channel model. % Y = CHANNEL(X) corrupts input signal X by desired type of channel % fading. % % [Y,ALPHA] = CHANNEL(X) same as above b
www.eeworm.com/read/258379/11867017

cpp nn.cpp

/* NN.C - natural numbers routines Copyright (c) J.S.A.Kapp 1994 - 1995. RSAEURO - RSA Library compatible with RSAREF(tm) 2.0. All functions prototypes are the Same as for RSAREF(tm).
www.eeworm.com/read/344562/11872416

m drss_.m

% Correction in drss, generate strictly stable ss model % % Arguments - the same as these of drss function s = drss_(n,ny,nu) if nargin < 3 nu = 1; if nargin < 2 ny = 1; end end s = drss
www.eeworm.com/read/344512/11876273

m drss_.m

% Correction in drss, generate strictly stable ss model % % Arguments - the same as these of drss function s = drss_(n,ny,nu) if nargin < 3 nu = 1; if nargin < 2 ny = 1; end end s = drss
www.eeworm.com/read/155109/11898546

m coa.m

function z = coa(mu,uni) % Center Of Area of fuzzy sets. % % function z = coa(mu,uni) % % mu vector of membership values % uni mu's universe (same length) % % z coa coordinate (scalar)
www.eeworm.com/read/154155/11985463

c redemo.c

/* REDEMO.C - Demo Application using RSAEURO cryptographic toolkit Copyright (c) J.S.A.Kapp 1994. RSAEURO - RSA Library compatible with RSAREF(tm) 2.0. All functions prototypes are the Same as
www.eeworm.com/read/154155/11985525

c rsa.c

/* RSA.C - RSA routines for RSAEURO Copyright (c) J.S.A.Kapp 1994 - 1995. RSAEURO - RSA Library compatible with RSAREF(tm) 2.0. All functions prototypes are the Same as for RSAREF(tm).
www.eeworm.com/read/154155/11985532

c r_random.c

/* R_RANDOM.C - random objects for RSAEURO Copyright (c) J.S.A.Kapp 1994 - 1995. RSAEURO - RSA Library compatible with RSAREF(tm) 2.0. All functions prototypes are the Same as for RSAREF
www.eeworm.com/read/154155/11985538

c nn.c

/* NN.C - natural numbers routines Copyright (c) J.S.A.Kapp 1994 - 1995. RSAEURO - RSA Library compatible with RSAREF(tm) 2.0. All functions prototypes are the Same as for RSAREF(tm).