代码搜索:LED Matrix
找到约 10,000 项符合「LED Matrix」的源代码
代码结果 10,000
www.eeworm.com/read/245711/12783933
rc2 matrix.rc2
//
// MATRIX.RC2 - resources Microsoft Visual C++ does not edit directly
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
#endif //APSTUDIO_INVOKED
////
www.eeworm.com/read/331610/12818250
h matrix_op.h
#include"stdio.h"
#include"time.h"
double Surplus(double A[],int m,int n) /*求矩阵行列式*/
{
int i,j,k,p,r;
double X,temp=1,temp1=1,s=0,s1=0;
if(n==2)
{for(i=0;i
www.eeworm.com/read/331439/12828509
m householder_matrix.m
function [h] = householder_matrix(a, v)
% h = householder_matrix(a, v) returns the Householder matrix that
% will zero all elements of a except those corresponding to (any)
% non-zero elements of v. I
www.eeworm.com/read/143944/12828977
rc2 matrix.rc2
//
// MATRIX.RC2 - resources Microsoft Visual C++ does not edit directly
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
#endif //APSTUDIO_INVOKED
////
www.eeworm.com/read/331336/12832432
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/143592/12858568
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/330348/12900234
h matrix500.h
/* Header File for Artial Matrix500
*
* Copyright (C) 2006 Artila Electronics,Ltd.
*
* Purpose: For Artila's specific devices
* For example, GPIO, 3in1 serial port setting, EEPRORM
* read/
www.eeworm.com/read/330348/12900355
h matrix500.h
/* Header File for Artial Matrix500
*
* Copyright (C) 2006 Artila Electronics,Ltd.
*
* Purpose: For Artila's specific devices
* For example, GPIO, 3in1 serial port setting, EEPRORM
* read/
www.eeworm.com/read/330348/12900365
h matrix500.h
/* Header File for Artial Matrix500
*
* Copyright (C) 2006 Artila Electronics,Ltd.
*
* Purpose: For Artila's specific devices
* For example, GPIO, 3in1 serial port setting, EEPRORM
* read/
www.eeworm.com/read/142788/12920284
h matrix_ops.h
// Defines all the matrix operations.
#ifndef __MATRIX_OPS_H__
#define __MATRIX_OPS_H__
// Matrices are indexed by (y,x), so a translation matrix looks like:
// 1 0 0 tx (tx is in m[0][