代码搜索结果
找到约 10,000 项符合
LED Matrix 的代码
matrix.c
#include "quicktime.h"
int quicktime_matrix_init(quicktime_matrix_t *matrix)
{
int i;
for(i = 0; i < 9; i++) matrix->values[i] = 0;
matrix->values[0] = matrix->values[4] = 1;
matrix-
matrix.h
/* *********************************************************************
matrix.h - matrix operations
Copyright (C) 1991 Dean Rubine
This program is free software; you can redistribute it and/or mo
matrix.c
/* *********************************************************************
matrix.c - simple matrix operations
Copyright (C) 1991 Dean Rubine
This program is free software; you can redistribute it an
matrix.dsp
# Microsoft Developer Studio Project File - Name="matrix" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Co
matrix.cpp
///////////////////////////////////////////////////////////////////////////////
//
// Matrix.cpp
//
// Demonstrates template metaprogramming for matrix operations
//
// Copyright
matrix.h
///////////////////////////////////////////////////////////////////////////////
//
// Matrix.h
//
// Demonstrates template metaprogramming for matrix operations
//
// Defines the following template fu
matrix.java
/*$************************************************************************************************
**
** $Id: Matrix.java,v 1.1 2004/05/06 15:51:51 desruisseaux Exp $
**
** $Source: /cvsroot/geoa
matrix.h
// Copyright (c) 1998 Relic Entertainment Inc.
// Written by Janik Joire
//
// $History: $
#ifndef MATRIX_H
#define MATRIX_H
// General constants
#ifndef PI
#define PI 3.141592653589793238
matrix.cpp
// Copyright (c) 1998 Relic Entertainment Inc.
// Original code written by Keith Hentschel
// Adapted by Janik Joire
//
// $History: $
#include
#include
#include
matrix.sln
Microsoft Visual Studio Solution File, Format Version 7.00
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Matrices", "Matrices.vbproj", "{17F77C49-2AD7-4947-9173-8CC6962AF114}"
EndProject
Glo