代码搜索:LED Matrix
找到约 10,000 项符合「LED Matrix」的源代码
代码结果 10,000
www.eeworm.com/read/114869/15035136
dat matrix2.dat
4
2 1 5 -8
7 6 2 2
-1 -3 -10 4
2 2 2 1
5
0 -15 14 -13 5
17 50 1 84 30
-10
www.eeworm.com/read/215234/15066662
cpp get_matrix.cpp
#include "LDPC_head.h"
#include
matrix_bit *get_matrix()
{
matrix_bit *matrix;
unsigned int i;
unsigned int j;
FILE *fp;
matrix=(struct matrix_bit *)malloc(sizeof(struct ma
www.eeworm.com/read/215234/15066693
txt matrix1.txt
1008
504
504
281
6
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 4
www.eeworm.com/read/215234/15066695
cpp generating_matrix.cpp
#include "LDPC_head.h"
#include
matrix_bit *Gen(unsigned int M, unsigned int N, unsigned int t)
{
matrix_bit *Matrix;
unsigned int *col;
unsigned int *row;
unsigned int *check;
www.eeworm.com/read/215234/15066698
cpp construct_matrix.cpp
#include "LDPC_head.h"
#include
node *space(struct matrix_bit *matrix)
{
node *head;
node *p1;
node *p2;
unsigned int i;
unsigned int j;
// unsigned int k;
head=(s
www.eeworm.com/read/214923/15082917
m kernel_matrix.m
function omega = kernel_matrix(Xtrain,kernel_type, kernel_pars,Xt)
% Construct the positive (semi-) definite and symmetric kernel matrix
%
% >> Omega = kernel_matrix(X, kernel_fct, sig2)
%
% This ma
www.eeworm.com/read/214353/15104859
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/214167/15112036
h d_matrix.h
#ifndef MATRIX_CLASS
#define MATRIX_CLASS
#include
#include
#include "d_except.h"
using namespace std;
template
class matrix
{
public:
matrix(int
www.eeworm.com/read/212602/15152203