代码搜索:LED Matrix
找到约 10,000 项符合「LED Matrix」的源代码
代码结果 10,000
www.eeworm.com/read/451187/7469477
txt matrix_g2.txt
1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
www.eeworm.com/read/449369/7508088
c tsp2matrix.c
/*2:*/
#line 76 "./tsp2matrix.w"
const char*prog_name= "tsp2matrix";
const char*tsp2matrix_rcs_id= "$Id: tsp2matrix.w,v 1.1 1998/12/05 20:10:14 neto Exp neto $";
#include
#include "lkconf
www.eeworm.com/read/449369/7508142
w tsp2matrix.w
www.eeworm.com/read/446960/7562409
c omp_matrix_multiply.c
#define NRA 1000 /* number of rows in matrix A */
#define NCA 1000 /* number of columns in matrix A */
#define NCB 1000 /* number of columns in matrix B */
main()
{
int i, j, k; /* m
www.eeworm.com/read/445917/7588142
m calculate_covariance_matrix.m
function R = calculate_covariance_matrix(r)
% r = SV * interference_data; % Interference and noise only
% r_zero_mean = r - diag(mean(r.'))*ones(size(r));
% R = (1/size(r_zero_mean,2))*(r_zero_me
www.eeworm.com/read/444031/7619023
c matrix2d.c
/*
EZW编解码器的数据操作
*/
#include "matrix2d.h"
#include
#include
/*
* Allocate memory for a two-dimensional RxC matrix.
* Returns NULL on failure.
*/
matrix_2d *mat
www.eeworm.com/read/444031/7619029
h matrix2d.h
//EZW编解码数据结构的定义:矩阵结构
#ifndef __MATRIX_2D_H__
#define __MATRIX_2D_H__
typedef int element_type;
#define min_element_type -32768
#define max_element_type 32767
typedef struct __matrix_2d
www.eeworm.com/read/441967/7662279
m form_ref_matrix.m
function p=form_ref_matrix(P)
if P==1
a=[-1 1];
b=a;
elseif P==2
bits_in=[1 0 1 1 0 1 0 0];
full_len=length(bits_in);
% Angle [pi/4 3*pi/4 -3*pi/4 -pi/4] corresponds to
www.eeworm.com/read/441228/7673711
p sga__merge_matrix.p
www.eeworm.com/read/441228/7673775