代码搜索:LED Matrix

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

代码结果 10,000
www.eeworm.com/read/136911/13354467

js matrix_calculate.js

function Matrix(Row,Line) { this.Row = Row; this.Line = Line; this.Elem = new Array; for(var i = 0; i < Row;i++ ) { this.Elem[i] = new Array; for(var j = 0; j < Line; j++) {
www.eeworm.com/read/318947/13465966

m kernel_matrix.m

function omega = kernel_matrix(Xtrain,kernel_type, kernel_pars,Xt) % Construct the positive (semi-) definite and symmetric kernel matrix % % >> Omega = kernel_matrix(X, kernel_fct, sig2) % % This ma
www.eeworm.com/read/318800/13471710

rc2 matrix.rc2

// // MATRIX.RC2 - resources Microsoft Visual C++ does not edit directly // #ifdef APSTUDIO_INVOKED #error this file is not editable by Microsoft Visual C++ #endif //APSTUDIO_INVOKED ////
www.eeworm.com/read/318052/13488977

mdl matrix_gain.mdl

Model { Name "matrix_gain" Version 4.00 SampleTimeColors off LibraryLinkDisplay "none" WideLines off ShowLineDimensions off ShowPortDataTypes off RecordCovera
www.eeworm.com/read/318052/13489000

mdl matrix_signals.mdl

Model { Name "matrix_signals" Version 4.00 SampleTimeColors off LibraryLinkDisplay "none" WideLines off ShowLineDimensions on ShowPortDataTypes off RecordCove
www.eeworm.com/read/316944/13513999

m kernel_matrix.m

function omega = kernel_matrix(Xtrain,kernel_type, kernel_pars,Xt) % Construct the positive (semi-) definite and symmetric kernel matrix % % >> Omega = kernel_matrix(X, kernel_fct, sig2) % % This ma
www.eeworm.com/read/316268/13526495

m z_matrix.m

function Z = Z_matrix(n,k)%随机产生Z Z = zeros(n,k); for i=1:n Z(i,round(2*rand+1)) =1; end
www.eeworm.com/read/316268/13526504

m xie_matrix.m

function xie = xie_matrix(Z,X,U,m,n,k) temp1 = zeros(m,m); temp2 = 0; for j=1:k for i=1:n temp1 = temp1 + Z(i,j).*(X(i,:)-U(j,:))'*(X(i,:)-U(j,:)); temp2 = temp2 + Z(i,j);
www.eeworm.com/read/314103/13574805

cpp tu-matrix.cpp

# include int matrix[6][6]; /* 图形的邻接数组 */ /*--------建立图形--------*/ void creategraph(int *node,int num) { int from; /* 边线的起点 */ int to
www.eeworm.com/read/311909/13622700

h d_matrix.h

#ifndef MATRIX_CLASS #define MATRIX_CLASS #include #include #include "d_except.h" using namespace std; template class matrix { public: matrix(int