代码搜索:Matrix
找到约 10,000 项符合「Matrix」的源代码
代码结果 10,000
www.eeworm.com/read/459034/1575196
java matrix.java
package jmathlib.toolbox.jmathlib.matrix._private.Jama;
import java.text.NumberFormat;
import java.text.DecimalFormat;
import java.text.DecimalFormatSymbols;
import java.util.Locale;
import jav
www.eeworm.com/read/453704/1637989
java matrix.java
package book.arrayset;
import java.text.DecimalFormat;
/**
* 矩阵,使用二维数组
*/
public class Matrix implements Cloneable {
/** 矩阵的数据 */
private double[][] matrixData;
/**
* 默认构造函数
*/
www.eeworm.com/read/452570/1653859
java matrix.java
/*
* 操作矩阵的类 Matrix
*
* 周长发编制
*/
package javaalgorithm.algorithm;
/**
* 操作矩阵的类 Matrix
* @author 周长发
* @version 1.0
*/
public class Matrix
{
private int numColumns = 0;
www.eeworm.com/read/251805/4416792
c 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-
www.eeworm.com/read/251588/4418577
h 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
www.eeworm.com/read/251503/4419213
h matrix.h
/*
* Tiny Vector Matrix Library
* Dense Vector Matrix Libary of Tiny size using Expression Templates
*
* Copyright (C) 2001 - 2007 Olaf Petzold
*
* This library
www.eeworm.com/read/251503/4419237
h matrix.h
/*
* Tiny Vector Matrix Library
* Dense Vector Matrix Libary of Tiny size using Expression Templates
*
* Copyright (C) 2001 - 2007 Olaf Petzold
*
* This library
www.eeworm.com/read/251503/4419258
h matrix.h
/*
* Tiny Vector Matrix Library
* Dense Vector Matrix Libary of Tiny size using Expression Templates
*
* Copyright (C) 2001 - 2007 Olaf Petzold
*
* This library
www.eeworm.com/read/251463/4419874
js 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
www.eeworm.com/read/250731/4427729
conf matrix.conf
## Colors and limits
## accepts only lines starting with letters or ">"
>80: #df421e
>50: #eed680
>10: #efe0cd
>0: #c5d2c8
other: #e0c39e
large: #ada7c8