代码搜索结果
找到约 10,000 项符合
LED Matrix 的代码
matrix.h
#ifndef _MATRIX_H
#define _MATRIX_H
#include "defines.h"
namespace annie
{
/** A class for 2-dimensional matrices.
* This probably isn't the most efficient way to do matrix operations,
* use of
matrix.h
/***********************************************************************
matrix.h - matrix operations
Copyright (C) 1991 Dean Rubine
This program is free software; you can redistribute it and
matrix.c
/***********************************************************************
matrix.c - simple matrix operations
Copyright (C) 1991 Dean Rubine
This program is free software; you can redistribute
matrix.js
/*
Copyright (c) 2004-2006, The Dojo Foundation
All Rights Reserved.
Licensed under the Academic Free License version 2.1 or above OR the
modified BSD license. For more information on Dojo licens
matrix.java
/****************************************************************
* Copyright (c) 2001, David N. Main, All rights reserved.
*
* Redistribution and use in source and binary forms, with or
* wi
matrix.cs
/*
* 操作矩阵的类 Matrix
*
* 周长发编制
*/
using System;
namespace CSharpAlgorithm.Algorithm
{
/**
* 操作矩阵的类 Matrix
* @author 周长发
* @version 1.0
*/
public class Matrix
{
privat
matrix.java
/*
RoadRunner - an automatic wrapper generation system for Web data sources
Copyright (C) 2003 Valter Crescenzi - crescenz@dia.uniroma3.it
This program is free software; you can re
matrix.h
//////////////////////////////////////////////////////////////////////
// Matrix.h
//
// 操作矩阵的类 CMatrix 的声明接口
//
// 周长发编制, 2002/8
////////////////////////////////////////////////////////////////
matrix.h
//////////////////////////////////////////////////////////////////////
// Matrix.h
//
// 操作矩阵的类 CMatrix 的声明接口
//
// 周长发编制, 2002/8
////////////////////////////////////////////////////////////////