代码搜索:LED Matrix

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

代码结果 10,000
www.eeworm.com/read/475506/6790502

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/475279/6795460

v transpose_matrix.v

module transpose_matrix (clk, clken, aclr, data_rdy, col_dct_en, first_col_dct, serial_out, pt0, pt1, pt2, pt3, pt4, pt5, pt6, pt7); ////////////////// //Por
www.eeworm.com/read/472150/6880016

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/195484/8150636

c pango-matrix.c

/* Pango * pango-matrix.c: Matrix manipulation routines * * Copyright (C) 2000, 2006 Red Hat Software * * This library is free software; you can redistribute it and/or * modify it under the term
www.eeworm.com/read/195484/8150994

h pango-matrix.h

/* Pango * pango-matrix.h: Matrix manipulation routines * * Copyright (C) 2002, 2006 Red Hat Software * * This library is free software; you can redistribute it and/or * modify it under the term
www.eeworm.com/read/294874/8196215

adb matrix_gain.adb

-------------------------------------------------------------------------------- -- -- -- File : matrix_gain.adb
www.eeworm.com/read/294874/8196218

ads matrix_gain.ads

-------------------------------------------------------------------------------- -- -- -- File : matrix_gain.adb
www.eeworm.com/read/294508/8221905

doc class-matrix.doc

www.eeworm.com/read/294317/8241118

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/294203/8246549

m householder_matrix.m

function [h] = householder_matrix(a, v) % h = householder_matrix(a, v) returns the Householder matrix that % will zero all elements of a except those corresponding to (any) % non-zero elements of v. I