代码搜索:LED Matrix

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

代码结果 10,000
www.eeworm.com/read/233016/14173553

m omp_matrix.m

function coef = OMP_Matrix(x, F, natom, frac) % OMP_Matrix -- Orthogonal Matching Pursuit with direct matrix-on-vector % operations for any dictionary % Usage % coef = OMP_Matrix(x, F[, natom,
www.eeworm.com/read/233016/14173563

m mp_matrix.m

function coef = MP_Matrix(x, F, natom, frac) % MP_Matrix -- Matching Pursuit with direct matrix-on-vector operations % for any dictionary % Usage % coef = MP_Matrix(x, F[, natom, frac]) % Inpu
www.eeworm.com/read/233016/14173569

m mof_matrix.m

www.eeworm.com/read/130550/14187118

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/232441/14195199

m form_matrix.m

function channel_est=form_matrix(SimulationParameters) global SimulationConstants; N=SimulationParameters.N; M=SimulationParameters.M; if M==1 & N==2 load cir11; load cir12; C
www.eeworm.com/read/129095/14267204

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/128152/14313708

java matrix_chain.java

public class Matrix_Chain { public static void main(String[] args) { int[][] A0=new int[30][35]; int[][] A1=new int[35][15]; int[][] A2=new int[15][5]; int[][] A3=new int[5][10]; i
www.eeworm.com/read/127886/14329849

h dt_matrix.h

#ifndef _DT_MATRIX_H_ #define _DT_MATRIX_H_ template class CDT_Matrix { private: int m_iNrows; int m_iNcols; T **m_Data; public: CDT_Matrix( void ); ~CDT_Matrix( v
www.eeworm.com/read/228977/14356470

m matrix_solve.m

function [Yw,Aw,Sw] = matrix_solve( Xs_fft,id_v,thite) d_a=0.04; vs=345; L=6; fs=48e3; num1=1024; f_s=fs/num1; id_l=length(id_v); Sw=[]; Yw=[]; Aw=[];
www.eeworm.com/read/228977/14356504

asv matrix_solve.asv

function [Yw,Aw,Sw] = matrix_solve( Xs_fft,id_v,thite) d_a=0.04; vs=345; L=6; fs=48e3; num1=1024; f_s=fs/num1; id_l=length(id_v); Sw=[]; Yw=[]; Aw=[];