代码搜索:LED Matrix
找到约 10,000 项符合「LED Matrix」的源代码
代码结果 10,000
www.eeworm.com/read/334779/12573947
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/147186/12578862
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/146694/12618716
cpp matrix_p.cpp
//matrix_p.cpp
#include //cout
#include //setw()
#include //getch()
const int M=3; //行大小
const int N=4; //列大小
void main() //a,b数组设置初值
{
www.eeworm.com/read/247679/12632099
cpp ajacent_matrix.cpp
//程序实例8_1
//邻接矩阵的生成
#include
#include
#define Infinite 9999
#define Max 100
char V[Max]; //初始化为空格
int A[Max][Max]; //初始化为Infinite
//生成邻接矩阵
void adjmtrx(in
www.eeworm.com/read/247679/12632263
cpp ajacent_matrix.cpp
//程序实例8_1
//邻接矩阵的生成
#include
#include
#define Infinite 9999
#define Max 100
char V[Max]; //初始化为空格
int A[Max][Max]; //初始化为Infinite
//生成邻接矩阵
void adjmtrx(in
www.eeworm.com/read/300854/13888559
bak matrix.h.bak
class Matrix
{
private:
float *list;
int nElem;
public:
Matrix();
int Elem(void);
int Elem(float);
void Print(void);
void Destroy(void);
float GetElem(int i);
float hang();
void
www.eeworm.com/read/300117/13933855
m matrix_conputation.m
k=1:1000;
x1=sin(2*pi*0.21*k);
x2=1.3*sin(2*pi*0.22*k);
%x=randn(1,length(k));
N=100;
M=600; % iteration times
K=length(k);
ranka=zeros(1,M);
a=0.9999;
B=zeros(K-N,N); % true
www.eeworm.com/read/300080/13939011
txt 42matrix.txt
distancematrix
0 15 30 23 32 55 33 37 92 114 92 110 96 90 74 76 82 67 72 78 82 159 122 131 206 112 57 28 43 70 65 66 37 103 84 125 129 72 126 141 183 124
15 0 34 23