代码搜索:Matrix

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

代码结果 10,000
www.eeworm.com/read/188663/8520928

dsw matrix.dsw

Microsoft Developer Studio Workspace File, Format Version 6.00 # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! ###############################################################################
www.eeworm.com/read/188467/8538585

class matrix.class

www.eeworm.com/read/188283/8551954

hpp matrix.hpp

// matrix.hpp // declaration and implementation of template class Matrix // email: wangsg@lzb.ac.cn // August 14, 2003 // Ver 1.0 // Modification history //
www.eeworm.com/read/188283/8551991

hpp matrix.hpp

// matrix.hpp // declaration and implementation of template class Matrix // email: wangsg@lzb.ac.cn // August 14, 2003 // Ver 1.0 // Modification history // Han,xu
www.eeworm.com/read/289241/8565576

h matrix.h

#ifndef HEADFILE_MATRIX #define HEADFILE_MATRIX class matrix{ short rows, cols; int *elems; public: matrix(short rows, short cols); // 构造函数 ~matrix(); // 析构函数 // 重载'[]'以支持下标操
www.eeworm.com/read/289241/8565585

cpp matrix.cpp

#include "stdafx.h" #include "matrix.h" #include #include using namespace std; // 构造函数,分配内存 matrix::matrix(short rows, short cols) { matrix::rows = rows; matrix::c
www.eeworm.com/read/188087/8573128

c matrix.c

#include "stdio.h" #include "stdlib.h" #include "mpi.h" #define intsize sizeof(int) #define floatsize sizeof(float) #define charsize sizeof(char) #define A(x,y) A[x*K+y] #define B(x,y) B[x*N+y] #defi
www.eeworm.com/read/432640/8585020

h matrix.h

// -*- c++ -*- // // Copyright 1997, 1998, 1999 University of Notre Dame. // Authors: Andrew Lumsdaine, Jeremy G. Siek, Lie-Quan Lee // // This file is part of the Matrix Template Library // // You sh
www.eeworm.com/read/187840/8596680

java matrix.java

package com.biolab.node.nexTest.Jama; import java.text.NumberFormat; import java.text.DecimalFormat; import java.text.DecimalFormatSymbols; import java.util.Locale; import java.text.FieldPositi
www.eeworm.com/read/288564/8622322

h matrix.h

//matrix.h////////////////////////////////////////////////////////////////// // 2005.1.13-16:02 By Superman #include "math.h" /*****************************************************************