代码搜索结果
找到约 10,000 项符合
LED Matrix 的代码
matrix.h
#ifndef _MATRIX_H_
#define _MATRIX_H_
//start
class Matrix {
public:
Matrix(int c, int r);
Matrix(const Matrix& m);
~Matrix();
double& operator()(int i, int j);
double operator()(i
matrix.cpp
#include "matrix.h"
Matrix:: Matrix(int c, int r):m_ColSize(c), m_RowSize(r) {
m_NumArray = new double*[c];
for (int i = 0; i < c; ++i)
m_NumArray[i] = new double[r];
}
matrix.pro
######################################################################
# Automatically generated by qmake (2.00a) Tue Jun 28 18:51:12 2005
#############################################################
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.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
//$
package org.hibernate.test.annotations.collectionelement;
import java.util.Map;
import java.util.SortedMap;
import java.util.TreeMap;
import javax.persistence.Entity;
import javax.persistence.Ge
matrix.java
package weka.classifiers.functions.pace;
import java.text.NumberFormat;
import java.text.DecimalFormat;
import java.text.DecimalFormatSymbols;
import java.util.Locale;
import java.text.FieldPosition;
matrix.java
/*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either vers
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