代码搜索:LED Matrix

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

代码结果 10,000
www.eeworm.com/read/241323/13156363

m matrix1.m

%> The program solves for approximate eigenvalues and eigenfunctions %> using the matrix diagonalization methods built into MATLAB. %> Hamiltonian = kinetic part + potential defined in [
www.eeworm.com/read/241323/13156462

m matrix2.m

%> The program solves for approximate eigenvalues %> using the matrix diagonalization methods built into MATLAB. %> Hamiltonian = kinetic part + potential defined in [0,1], %> Boundary co
www.eeworm.com/read/139320/13161332

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/139177/13185467

h matrix_op.h

#include"stdio.h" #include"time.h" double Surplus(double A[],int m,int n) /*求矩阵行列式*/ { int i,j,k,p,r; double X,temp=1,temp1=1,s=0,s1=0; if(n==2) {for(i=0;i
www.eeworm.com/read/138834/13208825

h matrix_op.h

#include"stdio.h" #include"time.h" double Surplus(double A[],int m,int n) /*求矩阵行列式*/ { int i,j,k,p,r; double X,temp=1,temp1=1,s=0,s1=0; if(n==2) {for(i=0;i
www.eeworm.com/read/138798/13211602

m plot_matrix.m

function plot_matrix(G, bw) % PLOT_MATRIX Plot a 2D matrix as a grayscale image, and label the axes % % plot_matrix(M) % % For 0/1 matrices (eg. adjacency matrices), use % plot_matrix(M,1) if
www.eeworm.com/read/138665/13226599

h matrix_op.h

#include"stdio.h" #include"time.h" double Surplus(double A[],int m,int n) /*求矩阵行列式*/ { int i,j,k,p,r; double X,temp=1,temp1=1,s=0,s1=0; if(n==2) {for(i=0;i
www.eeworm.com/read/240189/13232045

pro matrix_rank.pro

; $Id: matrix_rank.pro,v 1.2 2002/03/14 11:49:13 riccardi Exp $ function matrix_rank, m on_error, 2 ; computes the rank of the matrix m if test_type(m, /FLOAT, /DOUBLE, DIM_SIZE=dims) then begin
www.eeworm.com/read/240189/13232159

pro diagonal_matrix.pro

; $Id: diagonal_matrix.pro,v 1.2 2002/12/11 18:39:09 riccardi Exp $ ;+ ; DIAGONAL_MARIX ; ; ret = diagonal_matrix(diag) ; ; Returns a diagonal matrix having the same data type of diag and ; diag
www.eeworm.com/read/138383/13238278

h dfa_matrix.h

/* * ASTL - the Automaton Standard Template Library. * C++ generic components for Finite State Automata handling. * Copyright (C) 2000-2003 Vincent Le Maout (vincent.lemaout@chello.fr). * * This