代码搜索:LED Matrix
找到约 10,000 项符合「LED Matrix」的源代码
代码结果 10,000
www.eeworm.com/read/272513/10955195
h matrix_test.h
#ifndef _MTL_MATRIX_TEST_
#define _MTL_MATRIX_TEST_
#include
#include "mtl/matrix_traits.h"
#include
#include
/*
A collection of test routines for MTL matrices.
Fu
www.eeworm.com/read/272513/10955200
h matrix_attr.h
#ifndef MATRIX_ATTR_H
#define MATRIX_ATTR_H
#define NUMTYPE complex
#define SHAPE rectangle
#define STORAGE compressed
#define ORIEN row_major
#define TESTNAME "compressed___row_major_tmp1
www.eeworm.com/read/272513/10955225
h fill_matrix.h
#ifndef MTL_FILL_MATRIX_H
#define MTL_FILL_MATRIX_H
template
void iterator_fill_sparse(Matrix& A, row_tag, Shape) {
// Can't iterate through an empty sparse matrix
typ
www.eeworm.com/read/271499/10992078
m interleav_matrix.m
function [int_interleaving_array] = interleav_matrix( int_interleaving_buffer )
%
% 生成满足S—距离特性的伪随机交织器;
%
% 本程序完成对S-随机交织器的设计,经过运算把每个信息序列所要交换到的地址记录
% 在交织数组中,在接收信息序列时,按所记录的交织数组中的内容进行操作。
%
www.eeworm.com/read/271037/11011270
c matrix_skyline.c
/*
* =============================================================================
* ALADDIN Version 1.0 :
* matrix_skyline.c : Functions for Operations on Skyline Matrices.
*
www.eeworm.com/read/271037/11011309
c fe_matrix.c
/*
* =============================================================================
* ALADDIN Version 1.0 :
* fe_matrix.c : Functions to solve (non)linear FE solution procedures
*
www.eeworm.com/read/271037/11011316
c matrix_indirect.c
/*
* =============================================================================
* ALADDIN Version 1.0 :
* matrix_indirect.c : Functions for Matrices having INDIRECT storage pattern.
*
www.eeworm.com/read/271037/11011336
c matrix_double.c
/*
* =============================================================================
* ALADDIN Version 1.0 :
* matrix_double.c : Functions for Matrices of data type double
*
www.eeworm.com/read/270943/11019043
m region_matrix.m
function Image = Region_matrix(Region)
Min_x = Region.Shifts(1, 1);
Min_y = Region.Shifts(2, 1);
Max_x = Region.Shifts(1, 2);
Max_y = Region.Shifts(2, 2);
Image = zeros(Max_x-Min_x+1, Max_y-M
www.eeworm.com/read/470927/6901812
m interleav_matrix.m
function [int_interleaving_array] = interleav_matrix( int_interleaving_buffer )
%
% 生成满足S—距离特性的伪随机交织器;
%
% 本程序完成对S-随机交织器的设计,经过运算把每个信息序列所要交换到的地址记录
% 在交织数组中,在接收信息序列时,按所记录的交织数组中的内容进行操作。
%