代码搜索:LED Matrix
找到约 10,000 项符合「LED Matrix」的源代码
代码结果 10,000
www.eeworm.com/read/168845/5436057
cpp matrix_binary.cpp
//
// 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
www.eeworm.com/read/167728/5452648
h gsl_matrix.h
#ifndef __GSL_MATRIX_H__
#define __GSL_MATRIX_H__
#include
#include
#include
#include
www.eeworm.com/read/167728/5453806
dsp test_matrix.dsp
# Microsoft Developer Studio Project File - Name="test_matrix" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x8
www.eeworm.com/read/167728/5453896
dsp test_matrix.dsp
# Microsoft Developer Studio Project File - Name="test_matrix" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x8
www.eeworm.com/read/167728/5454073
dsp test_matrix.dsp
# Microsoft Developer Studio Project File - Name="test_matrix" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x8
www.eeworm.com/read/167728/5454483
h gsl_matrix.h
#ifndef __GSL_MATRIX_H__
#define __GSL_MATRIX_H__
#include
#include
#include
#include
www.eeworm.com/read/167728/5454581
h gsl_matrix.h
#ifndef __GSL_MATRIX_H__
#define __GSL_MATRIX_H__
#include
#include
#include
#include
www.eeworm.com/read/167728/5454582
c matrix_source.c
/* matrix/matrix_source.c
*
* Copyright (C) 1996, 1997, 1998, 1999, 2000 Gerard Jungman, Brian Gough
*
* This program is free software; you can redistribute it and/or modify
* it under the term
www.eeworm.com/read/166833/5471874
java matrix_product.java
public class Matrix_product
{
public static void main( String args[] )
{
int intMatrixA[][] = { {7,9,4} , {5,6,8} };
int intMatrixB[][] = { {9,5,2,8} , {5,9,7,2} , {4,7,5,8} };
int i
www.eeworm.com/read/166833/5471875
jcw matrix_product.jcw
! ** JCreator Workspace File (C)2000
! ********** DO NOT EDIT *********
VERSION := "1.00"
LABEL := "Matrix_product"
! Start Project Structure
#[BeginProject]SOURCE := "Matrix_product.jcp" #[E