代码搜索结果

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

matrix.js

/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licens

matrix.hpp

// // Copyright (c) 2000-2002 // Joerg Walter, Mathias Koch // // Permission to use, copy, modify, distribute and sell this software // and its documentation for any purpose is hereby granted

matrix.h

///////////////////////////////////////////////////////////// // Flash Plugin and Player // Copyright (C) 1998,1999 Olivier Debon // // This program is free software; you can redistribute it and/

matrix.cpp

///////////////////////////////////////////////////////////// // Flash Plugin and Player // Copyright (C) 1998,1999 Olivier Debon // // This program is free software; you can redistribute it and/

matrix.c

/***************************************************************************** * matrix.c- code for matrix utilities for quaternion library; routines here are only those that have no

matrix.js

/* * Copyright (c) 2001-2007, TIBCO Software Inc. * Use, modification, and distribution subject to terms of license. */ jsx3.require("jsx3.xml.Cacheable","jsx3.gui.Form","jsx3.gui.Block","jsx3.gui.

matrix.c

/* * * QccPack: Quantization, compression, and coding libraries * Copyright (C) 1997-2009 James E. Fowler * * This library is free software; you can redistribute it and/or * modify it under t

matrix.java

/* Copyright (C) 2001, 2006 United States Government as represented by the Administrator of the National Aeronautics and Space Administration. All Rights Reserved. */ package gov.nasa.worldwind.geom;

matrix.c

#include "matrix.h" #include "math.h" void init_matrix(Matrix *m) { int i,j; for (i=0;i

matrix.h

typedef struct matrix { double index[4][4]; } Matrix; typedef struct vector { double index[4]; } Vector; void init_matrix(Matrix *m); void init_vector(Vector *v); void copy_vector(Vector *v1