代码搜索:LED Matrix
找到约 10,000 项符合「LED Matrix」的源代码
代码结果 10,000
www.eeworm.com/read/250455/12405339
h matrix3d.h
// Matrix3d.h: interface for the CMatrix3d class.
//三维变换矩阵(几何变换和观察变换)
#ifndef _CMATRIX3D_H
#define _CMATRIX3D_H
#include "Grphcs.h"
class CMatrix3d
{
public:
CMatrix3d();
virtual ~C
www.eeworm.com/read/250455/12405414
cpp matrix3d.cpp
/////////////////////////////////////////////////////////////////////////////////
//
// Matrix3d.cpp: implementation of the CMatrix3d class.
//
#include "stdafx.h"
#include "Matrix3d.h"
#incl
www.eeworm.com/read/232339/14197575
m rri_helmert_matrix.m
function h_matrix = rri_helmert_matrix(num_rows)
%
% USAGE: helmert_matrix = rri_helmert_matrix(num_rows)
%
% Generate the Helmert matrix with a given row size
%
nc = num_rows-1;
nr =
www.eeworm.com/read/231236/14243394
txt alas_security_matrix.txt
User Group User Group Description Program Description
--------------- ------------------------------ --------------------------------------------------
ALAS_AASS ALAS - Auto Ass
www.eeworm.com/read/229586/14328758
java matrix3d.java
/*
* @(#)Matrix3D.java 1.13 06/02/22
*
* Copyright (c) 2006 Sun Microsystems, Inc. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, a
www.eeworm.com/read/229586/14328776
class matrix3d.class
www.eeworm.com/read/226935/14446732
cfg q_matrix_def.cfg
# This is the configuration file for initialising the Q matrix.
# Altogether 6 matrix for 4x4 block and 2 matrix for 8x8 block
# The values range from 1 to 255
# If first value of matrix is equal t
www.eeworm.com/read/226935/14446749
cfg q_matrix2.cfg
# This is the configuration file for initialising the Q matrix.
# Altogether 6 matrix for 4x4 block and 2 matrix for 8x8 block
# The values range from 1 to 255
# If first value of matrix is equal t
www.eeworm.com/read/226718/14453772
cpp matrix2d.cpp
// Matrix2D.cpp: implementation of the CMatrix2D class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
//#include "imgpro.h"
#include "matrix2D.h"
www.eeworm.com/read/226718/14453778
h matrix2d.h
// Matrix2D.h: interface for the CMatrix2D class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_MATRIX2D_H__861EEFD7_9B24_11D5_B119_5254AB32C4D0__INCL