代码搜索:LED Matrix
找到约 10,000 项符合「LED Matrix」的源代码
代码结果 10,000
www.eeworm.com/read/432640/8585032
h matrix_traits.h
#ifndef _MTL_MATRIX_TRAITS_
#define _MTL_MATRIX_TRAITS_
#include "mtl/mtl_complex.h"
#include "mtl/mtl_config.h"
namespace mtl {
enum { RECT, BAND, TRI, SYMM, HERM, ROW_MAJOR, COL_MAJOR, DIAG, DE
www.eeworm.com/read/432640/8585105
h matrix_stream.h
#ifndef MTL_MATRIX_STREAM_H
#define MTL_MATRIX_STREAM_H
//
// Forward Declarations for the Matrix Streams
//
namespace mtl {
template
class matrix_market_stream;
template
class
www.eeworm.com/read/432640/8585188
h light_matrix.h
#ifndef MTL_LIGHT_MATRIX_H
#define MTL_LIGHT_MATRIX_H
#include "matrix_traits.h"
#include "dimension.h"
#include "meta_if.h"
#include "meta_equal.h"
namespace mtl {
template
struct TRA
www.eeworm.com/read/187558/8624554
cpp graph_matrix.cpp
#include
#include
#include
#include
#include
#include
#include // we can use the find algorithm
#include "graph_matrix.h"
www.eeworm.com/read/187558/8624566
h graph_matrix.h
#ifndef GRAPH_MATRIX_H
#define GRAPH_MATRIX_H
/* 32 bit biggest int, to make two vertex disconnect, set their distance to MAX_INT */
#define MAX_INT 0xFFFFFFFF
#define MAX_DIS MAX_INT
#define O
www.eeworm.com/read/387484/8674276
txt matrix2.txt
97 96 56 10 77 70 17 32 64 83
92 30 2 55 13 89 65 26 4 55
11 94 39 34 37 66 5 95 61 24
86 97 2 2 55 14 79 75 78 90
27 59 30 90 17 31 31 73 92 48
80 76 19 93 18 10 47 26 91 66
82 45 32 38 7
www.eeworm.com/read/387484/8674277
txt matrix1.txt
26 13 62 52 1 20 68 13 7 60
0 26 61 34 38 78 54 55 17 92
8 6 13 58 82 52 83 32 50 24
73 95 41 53 88 76 38 80 20 35
37 18 48 14 79 81 91 44 34 76
25 15 53 58 70 17 77 43 31 31
18 88 4 92 95
www.eeworm.com/read/287512/8684654
vhd ahb_matrix.vhd
--*******************************************************************
--** ****
--** AHB system generator
www.eeworm.com/read/387320/8693364
cpp matrix_qr.cpp
//date:31/10/07 by:TG
#include
#include
#include
#include
#include
const int N(100);
typedef double type;
void input_A(std::istream&data_sou
www.eeworm.com/read/387320/8693366
msp matrix_qr.msp
[Project]
name=Matrix_QR
type=0
defaultConfig=0
[Debug]
// compiler
workingDirectory=
arguments=
intermediateFilesDirectory=Debug
outputFilesDirectory=Debug
compilerPreprocessor=
extraCo