代码搜索结果
找到约 10,000 项符合
LED Matrix 的代码
matrix.java
package com.investment.math;
import java.util.Arrays;
public final class Matrix {
private double[][] matrix = null;
private int length = 0;
private int width = 0;
/*
* construct
matrix.h
#ifndef MATRIX_H_
#define MATRIX_H_
const int rowdefault = 5;
const int coldefault = 5;
class CMatrix
{
public:
CMatrix(unsigned int irow = rowdefault ,unsigned int icol = coldefault);
matrix.dsp
# Microsoft Developer Studio Project File - Name="Matrix" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Co
matrix.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################