代码搜索结果

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

matrix.h

///////////////////////////////////////////////////////////// // Flash Plugin and Player // Copyright (C) 1998,1999 Olivier Debon // // This program is free software; you can redistribute it and/or /

matrix.cc

///////////////////////////////////////////////////////////// // Flash Plugin and Player // Copyright (C) 1998,1999 Olivier Debon // // This program is free software; you can redistribute it and/or /

matrix.dsp

# Microsoft Developer Studio Project File - Name="Matrix" - Package Owner= # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** # TARGTYPE "Win32 (x86) Co

matrix.dsw

Microsoft Developer Studio Workspace File, Format Version 6.00 # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! ###############################################################################

matrix.plg

Build Log --------------------Configuration: Matrix - Win32 Debug-------------------- Command Lines Creating temporary file "C:\DOCUME~1\Wilcel

matrix.cpp

// Metrix.cpp : Defines the entry point for the console application. // #include "stdafx.h" #include #define METRIX_NUM 4 struct Metrix { int row; int list; }; Metrix A

matrix.cpp

int TMatrix(float **A, float **B,int Row, int Col) { int i ,j; for ( i = 0; i < Row; i ++) { for ( j = 0; j < Col; j ++) { B[j][i] = A[i][j]; } } return 1; }

matrix.h

/******************************************************************************* * * This file is part of the General Hidden Markov Model Library, * GHMM version 0.8_beta1, see http://ghmm