代码搜索:LED Matrix
找到约 10,000 项符合「LED Matrix」的源代码
代码结果 10,000
www.eeworm.com/read/168218/9932416
h matrix2.h
#include "xcept.h"
template
class Matrix {
public:
Matrix(int r = 0, int c = 0);
Matrix(const Matrix& m); //copy constructor
~Matrix() {delete [] element;}
T& operator
www.eeworm.com/read/167864/9948886
txt readme_matrix.txt
Brief introduction to Matrix Processor (c)
------------------------------------------
Author: Professor Dingyu XUE
School of Information Science and Engineering
www.eeworm.com/read/167311/9973072
m matrix_element.m
A=zeros(2,2); %K1 % %
AL=zeros(2,N+1); %K2 % %
www.eeworm.com/read/166648/10009205
dat b_matrix.dat
2.0000000000e+000
4.0000000000e+000
6.0000000000e+000
8.0000000000e+000
4.0000000000e+000
6.0000000000e+000
8.0000000000e+000
1.0000000000e+001
3.0000000000e+000
3.0000000000e+000
4.00000000
www.eeworm.com/read/361712/10038954
c my matrix.c
/* Note:Your choice is C IDE */
#include "stdio.h"
int matrix(int b[40][40],int n)
{
int temp[40][40];
int i,j,c,c1;
int result=0,t=1;
for(i=0;i
www.eeworm.com/read/361166/10065423
vi matrix examples.vi
www.eeworm.com/read/360895/10072658
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/163429/10162311
cpp my_matrix.cpp
#include
#include
#include
typedef double ELEMTYPE;
class CMatrix
{
private:
int row,col;
ELEMTYPE** pArray;
public:
CMatrix ();
CMatrix (in
www.eeworm.com/read/358191/10194170
h matrix1.h
#include "xcept.h"
#include "vector.h"
template
class Matrix {
public:
Matrix(int r = 0, int c = 0);
Matrix(const Matrix& m); // copy constructor
~Matrix() {delete [] row