代码搜索结果
找到约 10,000 项符合
LED Matrix 的代码
matrix.java
package book.arrayset;
import java.text.DecimalFormat;
/**
* 矩阵,使用二维数组
*/
public class Matrix implements Cloneable {
/** 矩阵的数据 */
private double[][] matrixData;
/**
* 默认构造函数
*/
matrix.java
/*
* 操作矩阵的类 Matrix
*
* 周长发编制
*/
package javaalgorithm.algorithm;
/**
* 操作矩阵的类 Matrix
* @author 周长发
* @version 1.0
*/
public class Matrix
{
private int numColumns = 0;
matrix.c
#include "quicktime.h"
int quicktime_matrix_init(quicktime_matrix_t *matrix)
{
int i;
for(i = 0; i < 9; i++) matrix->values[i] = 0;
matrix->values[0] = matrix->values[4] = 1;
matrix-
matrix.h
/*
Copyright 2005-2007 Intel Corporation. All Rights Reserved.
This file is part of Threading Building Blocks.
Threading Building Blocks is free software; you can redistribute it
an
matrix.h
/*
* Tiny Vector Matrix Library
* Dense Vector Matrix Libary of Tiny size using Expression Templates
*
* Copyright (C) 2001 - 2007 Olaf Petzold
*
* This library
matrix.h
/*
* Tiny Vector Matrix Library
* Dense Vector Matrix Libary of Tiny size using Expression Templates
*
* Copyright (C) 2001 - 2007 Olaf Petzold
*
* This library
matrix.h
/*
* Tiny Vector Matrix Library
* Dense Vector Matrix Libary of Tiny size using Expression Templates
*
* Copyright (C) 2001 - 2007 Olaf Petzold
*
* This library
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.conf
## Colors and limits
## accepts only lines starting with letters or ">"
>80: #df421e
>50: #eed680
>10: #efe0cd
>0: #c5d2c8
other: #e0c39e
large: #ada7c8
matrix.py
# -*- coding: ISO8859-1 -*-
# $Id: Matrix.py 3870 2007-02-01 09:57:42Z mortenv $
#
# Copyright 2003, 2004 Norwegian University of Science and Technology
#
# This file is part of Network Administration