代码搜索:Matrix
找到约 10,000 项符合「Matrix」的源代码
代码结果 10,000
www.eeworm.com/read/158443/11616743
txt index.txt
ADDINT interpolate and add, used by {MGLIN} (19.6)
AIRY Airy functions (6.7)
AMEBSA simulated annealing in continuous spaces (10.9)
AMOEBA minimize in N-dimensions by downhill simplex metho
www.eeworm.com/read/158297/11626988
m hamming.m
% This file contains the (15,11) Hamming parity check matrix stored in the matrix hammingpc.
hammingpc=[ 0 0 0 0 1 1 1 1 1 1 1 1 0 0 0;
1 1 1 0 0 0 0 1 1 1 1 0 1 0 0;
www.eeworm.com/read/347866/11629790
m sem1d_modal_analysis.m
% Modal analysis of a 1D medium discretized by the Spectral Element Method
% Scalar wave equation
%
% INPUT: X(:) physical coordinates of the elements vertices (ordered)
% RHO object for the generati
www.eeworm.com/read/347866/11629803
m sem1d_roma.m
% This version: Roma Norte, Mexico D.F. (Oscar Ishizawa)
% Centered difference time stepping
% Rayleigh damping
% SEM1D applies the Spectral Element Method
% to solve the 1D SH wave equation,
% with
www.eeworm.com/read/158149/11641847
m nlgen.m
function y = nlgen (x, h, q)
%NLGEN generates the output of a second order Volterra system
% y = nlgen (x, h, q)
% y(n) = sum_{k} h(k) x(n-k) + sum_{k} sum_{l} q(k,l) x(n-k)x(n-l)
% the
www.eeworm.com/read/261324/11654821
m aalms1.m
function[w,y,e,J,w1]=aalms1(x,dn,mu,M)
%function[w,y,e,J,w1]=aalms1(x,dn,mu,M);
%this function provides also the changes of filter coefficients
%versus iterations;
%all quantities are real-value
www.eeworm.com/read/261198/11659543
m matprint.m
% MATPRINT - prints a matrix with specified format string
%
% Usage: matprint(a, fmt, fid)
%
% a - Matrix to be printed.
% fmt - C style format string to use for each
www.eeworm.com/read/157517/11696783
txt readme.txt
C++ Matrix Template Class (Ver.1.0):
Copyright (c) 1997-1998 by Somnath Kundu
----------------------------------------
This matrix template class can be used to perform common matrix
operations in
www.eeworm.com/read/157516/11696993
m pdakalman.m
% PDAKALMAN.M discrete-time Kalman filter with probabilistic data association
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% plant equation: x(k
www.eeworm.com/read/157453/11704276
out allpairs.out
Enter number of edges of 5 vertex weighted digraph
enter edge 1
enter edge 2
enter edge 3
enter edge 4
enter edge 5
enter edge 6
enter edge 7
The weighted digraph is
0 4 2 0 8
0 0 0 4 5
0