代码搜索:Matrix

找到约 10,000 项符合「Matrix」的源代码

代码结果 10,000
www.eeworm.com/read/304962/3783228

h matrix__.h

// Copyright (c) 1997-2000 Utrecht University (The Netherlands), // ETH Zurich (Switzerland), Freie Universitaet Berlin (Germany), // INRIA Sophia-Antipolis (France), Martin-Luther-University Halle-W
www.eeworm.com/read/303799/3807284

h matrix.h

//matrix.h////////////////////////////////////////////////////////////////// // 2005.1.13-16:02 By Superman #include "math.h" /*****************************************************************
www.eeworm.com/read/300988/3843275

h matrix.h

/********************************************************************* Matrix.h: interface&implementation for the CMatrix class. Write by hujinshan@2003.6.26 Airforce Engineering University *****
www.eeworm.com/read/300973/3843295

h matrix.h

/********************************************************************* Matrix.h: interface&implementation for the CMatrix class. Write by hujinshan@2003.6.26 Airforce Engineering University *****
www.eeworm.com/read/299116/3855564

java matrix.java

import java.awt.image.BufferedImage; import javax.swing.JPanel; import javax.swing.JButton; import javax.swing.ImageIcon; public class Matrix { private JButton [][] button; private JPanel
www.eeworm.com/read/291284/3967758

dat matrix.dat

% A nonsymmetric 1000 x 50 matrix. 1000 50 -1.92041715e-05 -1.88200880e-05 -1.84360046e-05 -1.80519212e-05 -1.76678377e-05 -1.72837543e-05 -1.68996709e-05 -1.65155874e-05 -1.61315040e-05 -1.57474206e-
www.eeworm.com/read/288590/4006057

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.
www.eeworm.com/read/288095/4010399

h matrix.h

///////////////////////////////////////////////////////////////////////////// // Name: matrix.h // Purpose: wxTransformMatrix class. NOT YET USED // Author: Chris Breeze, Julian Sma
www.eeworm.com/read/288095/4011442

cpp matrix.cpp

/////////////////////////////////////////////////////////////////////////////// // Name: matrix.cpp // Purpose: wxTransformMatrix class // Author: Chris Breeze, Julian Smart // Mod
www.eeworm.com/read/286417/4039437

java matrix.java

/* * 操作矩阵的类 Matrix * * 周长发编制 */ package javaalgorithm.algorithm; /** * 操作矩阵的类 Matrix * @author 周长发 * @version 1.0 */ public class Matrix { private int numColumns = 0;