代码搜索:LED Matrix
找到约 10,000 项符合「LED Matrix」的源代码
代码结果 10,000
www.eeworm.com/read/205961/5013686
java matrix2.java
/* Copyright (C) 2002 Univ. of Massachusetts Amherst, Computer Science Dept.
This file is part of "MALLET" (MAchine Learning for LanguagE Toolkit).
http://www.cs.umass.edu/~mccallum/mallet
Th
www.eeworm.com/read/205824/5022444
h sparc_matrix.h
/*
* SPARC assembly matrix code.
*/
#ifndef _SPARC_MATRIX_H
#define _SPARC_MATRIX_H
#ifdef __arch64__
#define LDPTR ldx
#define MAT_M 0x00
#define MAT_INV 0x08
#define V4F_DATA 0x00
www.eeworm.com/read/205824/5022457
c m_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
www.eeworm.com/read/205824/5022465
h m_matrix.h
/*
* 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
www.eeworm.com/read/199935/5074958
cpp vector_and_matrix.cpp
#include
using namespace itpp;
//These lines are needed for use of cout and endl
using std::cout;
using std::endl;
int main()
{
//Declare vectors and matricies:
vec a, b, c;
m
www.eeworm.com/read/193974/5139022
java matrix2.java
/* Copyright (C) 2002 Univ. of Massachusetts Amherst, Computer Science Dept.
This file is part of "MALLET" (MAchine Learning for LanguagE Toolkit).
http://www.cs.umass.edu/~mccallum/mallet
Th
www.eeworm.com/read/190666/5172771
c matrix1.c
/* Matrix operations */
#define BOUND 100
int a[BOUND][BOUND],b[BOUND][BOUND],c[BOUND][BOUND];
main()
{
int i,j,k;
for (i=0; i
www.eeworm.com/read/190666/5172815
exp matrix1.exp
# Copyright (C) 1997 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# t
www.eeworm.com/read/187903/5215375
h q_matrix.h
/*!
***************************************************************************
* \file
* q_matrix.h
*
* \brief
* Headerfile for q_matrix array
*
* \date
* 07. Apr 2004
www.eeworm.com/read/187903/5215449
c q_matrix.c
/*!
*************************************************************************************
* \file q_matrix.c
*
* \brief
* read q_matrix parameters from input file: q_matrix.cfg
*
**