代码搜索:Matrix

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

代码结果 10,000
www.eeworm.com/read/218613/14912975

m reordermat.m

% reordermat Transformation matrix for reordering the qudits according to % the given pattern. % reordermat(pattern,d) gives a transformation matrix for % putting the qudits in the
www.eeworm.com/read/117056/14941748

ctl matrixctl.ctl

VERSION 5.00 Begin VB.UserControl MatrixCtl ClientHeight = 3585 ClientLeft = 0 ClientTop = 0 ClientWidth = 3930 ScaleHeight = 3585 ScaleWidth
www.eeworm.com/read/217691/14953307

m arresid.m

function resids = arresid(data, inlabels, modelorder) % res = arresid(data, inlabels, modelorder, outcrit) % identifies outliers in a time series by looking % for outliers to a linear prediction model
www.eeworm.com/read/217691/14953314

m arhrdeg.m

function resids = arhrdeg(data, inlabels, modelorder) % res = hrdeglch(data, inlabels, modelorder, outcrit) % identifies outliers in a time series by looking % for outliers to a linear prediction mode
www.eeworm.com/read/217040/14981671

dem gaussj.dem

PROGRAM d2r1 (input,output,dfile); (* driver program for subroutine GAUSSJ *) LABEL 10,99; CONST np=20; mp=20; TYPE glnpbynp = ARRAY [1..np,1..np] OF real; glnpbymp = ARRAY [1..np,
www.eeworm.com/read/217040/14981707

dem svdcmp.dem

PROGRAM d2r9 (input,output,dfile); (* driver for routine SVDCMP *) LABEL 10,99; CONST np = 20; mp = 20; TYPE glnparray = ARRAY [1..np] OF real; glmpbynp = ARRAY [1..mp,1..np] OF re
www.eeworm.com/read/217040/14982022

dem lubksb.dem

PROGRAM d2r3(input,output,dfile); (* driver for routine LUBKSB *) LABEL 10,99; CONST np=20; TYPE glnpbynp=ARRAY [1..np,1..np] OF real; glnarray=ARRAY [1..np] OF real; glindx=ARRAY
www.eeworm.com/read/217034/14982250

cpp bp.cpp

#include #include #include #include #include #include #define HIDDENLAYER 10 #define INLEN 6 #define OUTLEN 3 #define NUMOFS
www.eeworm.com/read/216698/14997407

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/115861/14999079

c cluster.c

/***************************************************************** * HMMER - Biological sequence analysis with profile HMMs * Copyright (C) 1992-1999 Washington University School of Medicine * All