代码搜索结果
找到约 10,000 项符合
LED Matrix 的代码
matrix.java
package matrix;
/**
*
* Title: Matrix Debug
*
* Description: Program to debug a matrix program
*
* Copyright: Copyright (c) 2005
*
* Company: Aptech Limited
matrix.java
package book.arrayset;
import java.text.DecimalFormat;
/**
* 矩阵,使用二维数组
*/
public class Matrix implements Cloneable {
/** 矩阵的数据 */
private double[][] matrixData;
/**
* 默认构造函数
*/
matrix.java
/**
* Copyright (c) 2003, www.pdfbox.org
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the followi
matrix.hlp
{smcl}
{* 14mar2005}{...}
{cmd:help matrix}
{hline}
{title:Title}
{p2colset 5 19 21 2}{...}
{p2col :{hi:[P] matrix} {hline 2}}Summary of matrix commands{p_end}
{p2colreset}{...}
{title
matrix.h
// Matrix.h: interface for the Matrix class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_MATRIX_H__1DACB5A1_AF0B_4107_AC25_02B08B049984__INCLUDED_)
matrix.cpp
// Matrix.cpp: implementation of the Matrix class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "Matrix.h"
#include
#ifdef _DE
matrix.java
// Matrix - simple double matrix class
//
// Copyright (C)1996,2000 by Jef Poskanzer . All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
matrix.pm
# ====================================================================
# Copyright (c) 2008 Klaus Rechert All rights reserved.
# This program is free software; you can redistribute it and/or modify
#
matrix.h
/*
Ming, an SWF output library
Copyright (C) 2001 Opaque Industries - http://www.opaque.net/
This library is free software; you can redistribute it and/or
modify it under the terms o
matrix.c
/*
Ming, an SWF output library
Copyright (C) 2002 Opaque Industries - http://www.opaque.net/
This library is free software; you can redistribute it and/or
modify it under the terms o