代码搜索结果
找到约 10,000 项符合
LED Matrix 的代码
matrix.txt
3
1 1 1 6
3 -1 2 7
5 2 2 15
matrix.cc
//-----------------------------------------------------------------------------
// matrix.cc
//-----------------------------------------------------------------------------
#include "matrix.hh"
#incl
matrix.hh
//-----------------------------------------------------------------------------
// matrix.hh
//-----------------------------------------------------------------------------
#ifndef MATRIX_H
#define
matrix.h
#include
#include
#ifndef __MatrixbyZsolt__
#define __MatrixbyZsolt__
///////////////////////////////////////////////////////////////////////////////////////
//Initia
matrix.h
/*
This "SOFTWARE" is a free software.
You are allowed to download, use, modify and redistribute this software.
The software is provided "AS IS" without warranty of any kind.
Copyright: 200
matrix.cpp
#include "iostream.h"
#include
int MatrixChain(int *p,int n,int **m,int **s)
{
for(int i=1;i
matrix.pm
package Graph::Matrix;
# $SIG{__DIE__ } = sub { use Carp; confess };
# $SIG{__WARN__} = sub { use Carp; confess };
use strict;
sub new {
my ($class, $g) = @_;
my @V = $g->vertices;
matrix.pm
package Graph::TransitiveClosure::Matrix;
use strict;
use Graph::AdjacencyMatrix;
use Graph::Matrix;
sub _new {
my ($g, $class, $opt, $want_transitive, $want_reflexive, $want_path, $wan
matrix.h
/********************************************************/
/* filename: matrix.h */
/* */
/**********************
matrix.cc
/********************************************************/
/* filename: matrix.cc */
/* */
/**********************