代码搜索:LED Matrix
找到约 10,000 项符合「LED Matrix」的源代码
代码结果 10,000
www.eeworm.com/read/400650/2348901
c laspack_matrix.c
// $Id: laspack_matrix.C 2920 2008-07-08 21:20:40Z jwpeterson $
// The libMesh Finite Element Library.
// Copyright (C) 2002-2007 Benjamin S. Kirk, John W. Peterson
// This library is free softwa
www.eeworm.com/read/400650/2348909
c coupling_matrix.c
// $Id: coupling_matrix.C 2501 2007-11-20 02:33:29Z benkirk $
// The libMesh Finite Element Library.
// Copyright (C) 2002-2007 Benjamin S. Kirk, John W. Peterson
// This library is free software
www.eeworm.com/read/400650/2348910
c dense_matrix.c
// $Id: dense_matrix.C 2920 2008-07-08 21:20:40Z jwpeterson $
// The libMesh Finite Element Library.
// Copyright (C) 2002-2007 Benjamin S. Kirk, John W. Peterson
// This library is free software
www.eeworm.com/read/400650/2348915
c petsc_matrix.c
// $Id: petsc_matrix.C 2789 2008-04-13 02:24:40Z roystgnr $
// The libMesh Finite Element Library.
// Copyright (C) 2002-2007 Benjamin S. Kirk, John W. Peterson
// This library is free software;
www.eeworm.com/read/400650/2348924
c sparse_matrix.c
// $Id: sparse_matrix.C 2866 2008-06-16 01:11:52Z benkirk $
// The libMesh Finite Element Library.
// Copyright (C) 2002-2007 Benjamin S. Kirk, John W. Peterson
// This library is free software;
www.eeworm.com/read/396640/2408888
c base_matrix.c
#include "fitz-base.h"
void fz_invert3x3(float *dst, float *m)
{
float det;
int i;
#define M3(m,i,j) (m)[3*i+j]
#define D2(a,b,c,d) (a * d - b * c)
#define D3(a1,a2,a3,b1,b2,b3,c1,c2,c3) \
(a1 *
www.eeworm.com/read/385350/2592925
as matrix3d.as
package org.papervision3d.core.math
{
import org.papervision3d.Papervision3D;
/**
* The Matrix3D class lets you create and manipulate 4x3 3D transformation matrices.
*/
public class Matrix3D
www.eeworm.com/read/385029/2595719
java matrix_product.java
public class Matrix_product
{
public static void main( String args[] )
{
int intMatrixA[][] = { {7,9,4} , {5,6,8} };
int intMatrixB[][] = { {9,5,2,8} , {5,9,7,2} , {4,7,5,8} };
int i
www.eeworm.com/read/385029/2595720
jcw matrix_product.jcw
! ** JCreator Workspace File (C)2000
! ********** DO NOT EDIT *********
VERSION := "1.00"
LABEL := "Matrix_product"
! Start Project Structure
#[BeginProject]SOURCE := "Matrix_product.jcp" #[E
www.eeworm.com/read/385029/2595721
jcp matrix_product.jcp
! ** JCreator Project File (C)2000
! ********** DO NOT EDIT *********
VERSION := "1.10"
LABEL := "Matrix_product"
JDKPROFILE := ""
ACTIVE := "1"
OUTPUTPATH := "classes"
COMPILER := ""
! St