代码搜索结果
找到约 72,433 项符合
LED Matrix 的代码
matrix.c
/***********************************************************************
matrix.c - simple matrix operations
Copyright (C) 1991 Dean Rubine
This program is free software; you can redistribute it an
matrix.h
/***********************************************************************
matrix.h - matrix operations
Copyright (C) 1991 Dean Rubine
This program is free software; you can redistribute it and/or mo
matrix.c
/***********************************************************************
matrix.c - simple matrix operations
Copyright (C) 1991 Dean Rubine
This program is free software; you can redistribute it an
matrix.h
/***********************************************************************
matrix.h - matrix operations
Copyright (C) 1991 Dean Rubine
This program is free software; you can redistribute it and/or mo
matrix.c
/***********************************************************************
matrix.c - simple matrix operations
Copyright (C) 1991 Dean Rubine
This program is free software; you can redistribute it an
matrix.java
package com.croftsoft.core.math;
/*********************************************************************
*
* A mathematical matrix class.
*
* @version
* 199
matrix.java
package com.croftsoft.apps.insight;
import java.awt.Point;
public class Matrix {
//////////////////////////////////////////////////////////////////////
// Matrix.java
matrix.java
package neural.matrix;
public class Matrix {
double[][] m;
public Matrix(double[][] m) {
this.m = m;
}
public Matrix(Matrix matrix) {
matrix.java~37~
package neural.matrix;
public class Matrix {
double[][] m;
public Matrix(double[][] m) {
this.m = m;
}
public Matrix(Matrix matrix) {
matrix.java~45~
package neural.matrix;
public class Matrix {
double[][] m;
public Matrix(double[][] m) {
this.m = m;
}
public Matrix(Matrix matrix) {