代码搜索结果

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

matrix.cpp

/* * The 3D Studio File Format Library * Copyright (C) 1996-2001 by J.E. Hoffmann * All rights reserved. * * This program is free software; you can redistribute it and/or modify

matrix.h

#ifndef DOTOSG_MATRIX #define DOTOSG_MATRIX #include #include #include extern bool readMatrix(osg::Matrix& matrix, osgDB::Input& fr, const char* keyword="M

matrix.cpp

#include "Matrix.h" bool readMatrix(osg::Matrix& matrix, osgDB::Input& fr, const char* keyword) { bool iteratorAdvanced = false; if (fr[0].matchWord(keyword) && fr[1].isOpenBracket())

matrix.h

// From gamasutra. This file may follow different licence features. // A 3x3 matrix // class MATRIX { public: VECTOR C[3]; //column vectors public: MATRIX() { //identity matrix C

matrix.java

/* * LingPipe v. 3.5 * Copyright (C) 2003-2008 Alias-i * * This program is licensed under the Alias-i Royalty Free License * Version 1 WITHOUT ANY WARRANTY, without even the implied warranty of

matrix.h

/** * \file matrix.h * Matrix operations. */ /* * Mesa 3-D graphics library * Version: 3.5 * * Copyright (C) 1999-2001 Brian Paul All Rights Reserved. * * Permission is hereby granted, f

matrix.c

/* * Mesa 3-D graphics library * Version: 6.3 * * Copyright (C) 1999-2005 Brian Paul All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy

matrix.map

****************************************************************************** TMS320C54x COFF Linker PC Version 3.83 *******************************************************

matrix.map

****************************************************************************** TMS320C54x COFF Linker PC Version 3.83 *******************************************************

matrix.java

/* * Copyright (C) 2003-2006 Bjørn-Ove Heimsund * * This file is part of MTJ. * * This library is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser Ge