代码搜索结果
找到约 72,433 项符合
LED Matrix 的代码
matrix.c
/**********************************************************************
* *
* This C language library provides some simple 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-
led.p
led.o: led.c ../../include/blob/config.h ../../include/blob/arch.h \
../../include/blob/arch/mba44b0.h ../../include/blob/led.h \
../../include/blob/sa1100.h ../../include/blob/init.h \
../../inclu
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
K 25
svn:wc:ra_dav:version-url
V 45
/repos/$svn/ver/69.4/whale/trunk/src/matrix.h
END