代码搜索:Matrix
找到约 10,000 项符合「Matrix」的源代码
代码结果 10,000
www.eeworm.com/read/335758/3356396
cpp matrix_as.cpp
// Matrix_as.cpp: ActionScript "Matrix" class, for Gnash.
//
// Copyright (C) 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
//
// This program is free software; you can redistribute it and/
www.eeworm.com/read/335724/3356568
java matrix.java
package book.arrayset;
import java.text.DecimalFormat;
/**
* 矩阵,使用二维数组
*/
public class Matrix implements Cloneable {
/** 矩阵的数据 */
private double[][] matrixData;
/**
* 默认构造函数
*/
www.eeworm.com/read/335550/3357337
js matrix.js
/*
* Copyright (c) 2001-2007, TIBCO Software Inc.
* Use, modification, and distribution subject to terms of license.
*/
jsx3.require("jsx3.xml.Cacheable","jsx3.gui.Form","jsx3.gui.Block","jsx3.gui.
www.eeworm.com/read/334226/3371314
exp matrix.exp
set test all-1
set prog_output "ans = 1"
do_test all-1.m
set test all-2
set prog_output "\n... all:.*"
do_test all-2.m
set test all-3
set prog_output "\n... all:.*"
do_test all-3.m
set test any-1
s
www.eeworm.com/read/332739/3394087
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/330303/3425705
cpp matrix.cpp
//#if defined(__GNUC__) && defined(GCC_PCH)
// #include "aux.hpp"
//#else
#include "matrix.hpp"
#include "vector.hpp"
//#endif
#include "boost/numeric/ublas/vector_proxy.hpp"
#include "boost/num
www.eeworm.com/read/330303/3425744
hpp matrix.hpp
#ifndef INDII_ML_AUX_MATRIX_HPP
#define INDII_ML_AUX_MATRIX_HPP
#include "vector.hpp"
#include "boost/numeric/ublas/matrix.hpp"
#include "boost/numeric/ublas/matrix_sparse.hpp"
#include "boost/numer
www.eeworm.com/read/322251/3526627
pm matrix.pm
package Graph::TransitiveClosure::Matrix;
use strict;
use Graph::AdjacencyMatrix;
use Graph::Matrix;
sub _new {
my ($g, $class, $opt, $want_transitive, $want_reflexive, $want_path, $wan
www.eeworm.com/read/316731/3608370
h matrix.h
// Matrix.h: interface for the Matrix class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_MATRIX_H__05EC1871_E972_11D5_9B6C_AD7148B27E00__INCLUDED_)
www.eeworm.com/read/316731/3608385
cpp matrix.cpp
#include "stdafx.h"
#include "RECT.h"
#include "Matrix.h"
#ifdef _DEBUG
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#define new DEBUG_NEW
#endif
//////////////////////////////////