代码搜索:LED Matrix

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

代码结果 10,000
www.eeworm.com/read/470270/6917266

m interleav_matrix.m

function [int_interleaving_array] = interleav_matrix( int_interleaving_buffer ) % % 生成满足S—距离特性的伪随机交织器; % % 本程序完成对S-随机交织器的设计,经过运算把每个信息序列所要交换到的地址记录 % 在交织数组中,在接收信息序列时,按所记录的交织数组中的内容进行操作。 %
www.eeworm.com/read/100977/6944557

bas matrix1.bas

Attribute VB_Name = "modMatrixScr" '--------------------------------' ' Matrix Screen Saver ' ' Version 1.0 ' '--------------------------------' 'Copyright
www.eeworm.com/read/100977/6944558

frm matrix1.frm

VERSION 5.00 Begin VB.Form frmScreenSaver BorderStyle = 0 'None ClientHeight = 5670 ClientLeft = 2370 ClientTop = 1575 ClientWidth = 6585 Con
www.eeworm.com/read/100977/6944559

vbw matrix1.vbw

frmScreenSaver = 153, 105, 600, 510, , 88, 88, 583, 537, C modMatrixScr = 153, 105, 600, 510, C modScreenSaverSupport = 153, 105, 600, 510, C frmConfig = 153, 105, 600, 510, C, 66, 66, 561, 515, C
www.eeworm.com/read/100977/6944560

frx matrix1.frx

www.eeworm.com/read/100977/6944567

vbp matrix1.vbp

Type=Exe Form=Matrix1.frm Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#..\..\..\..\..\WINDOWS\SYSTEM\stdole2.tlb#OLE Automation Module=modMatrixScr; Matrix1.bas Module=modScreenSaverS
www.eeworm.com/read/469416/6976193

m plot_matrix.m

function plot_matrix(G, bw) % PLOT_MATRIX Plot a 2D matrix as a grayscale image, and label the axes % % plot_matrix(M) % % For 0/1 matrices (eg. adjacency matrices), use % plot_matrix(M,1) if
www.eeworm.com/read/467951/6997205

cpp copy of matrix.cpp

#include "matrix.h" #include #include #include #include #define AS_ZERO 0.0001 Matrix::Matrix(int r, int c) { rows = r; cols = c; alloc()