代码搜索:LED Matrix

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

代码结果 10,000
www.eeworm.com/read/450650/7479151

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/450650/7479175

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/450575/7480862

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/448049/7541062

m correlation_matrix.m

function varargout = correlation_matrix(varargin) % ------------------------------------------------------------------------- % this code is part of the 'Reduction Testbench' suite % developed
www.eeworm.com/read/446759/7565549

h matrix2.h

/************************************************************************** ** ** Copyright (C) 1993 David E. Steward & Zbigniew Leyk, all rights reserved. ** ** Meschach Library ** **
www.eeworm.com/read/445422/7595612

asv matrix_nc.asv

function y=matrix_nc(w,v) %------------------------计算两个矩阵的相似度系数---------------------------- %------------------------NOTES--------------------------------------------- % Written by : Zj - 01/05/07
www.eeworm.com/read/445422/7595615

m matrix_nc.m

function y=matrix_nc(w,v) %------------------------计算两个矩阵的相似度系数---------------------------- %------------------------NOTES--------------------------------------------- % Written by : zj - 01/05/07
www.eeworm.com/read/440803/7681026

c matrix_calc.c

www.eeworm.com/read/440070/7694202

c invert_matrix.c

/* Author: Rainer Hegger Last modified: Apr 3, 1999 */ #include #include #include double **invert_matrix(double **mat,unsigned int size) { int i,j,k; double **hmat,*