代码搜索:Matrix

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

代码结果 10,000
www.eeworm.com/read/152202/12132619

cpp matrix.cpp

///////////////////////////////////////////////////////////////////////////// // Matrix.cpp : Implementation of the class Matrix // /////////////////////////////////////////////////////////////////
www.eeworm.com/read/152173/12134467

lib matrix.lib

www.eeworm.com/read/152173/12134470

src matrix.src

www.eeworm.com/read/152173/12134491

doc matrix.doc

www.eeworm.com/read/340232/12171357

inl matrix.inl

// Matrix.inl 矩阵模板类函数(方法)定义 // Ver 1.0.0.0 // 版权所有(C) 何渝, 2002 // 最后修改: 2002.5.31 #ifndef _MATRIX_INL #define _MATRIX_INL //矩阵乘法函数 template //最后结
www.eeworm.com/read/340232/12171359

h matrix.h

// Matrix.h 矩阵模板类头文件 // Ver 1.0.0.0 // 版权所有(C) 何渝, 2002 // 最后修改: 2002.5.31. #ifndef _MATRIX_H //避免多次编译 #define _MATRIX_H #include //模板类valarray的标准头文件 #include //公共头文
www.eeworm.com/read/340086/12182305

h matrix.h

#pragma once #include #include"vector.h" using std::cout; using std::cin; using std::endl; using std::ios_base; class Matrix { private: int row,line; double **MatrA; public
www.eeworm.com/read/339883/12198627

m matrix.m

a=[1 2 4] b=[3 4 6] w=[] for i=1:3 w=[ w,a(i)+b] end w=-w w=exp(w) a.b'
www.eeworm.com/read/339796/12203962

opt matrix.opt

www.eeworm.com/read/339796/12203965

dsp matrix.dsp

# Microsoft Developer Studio Project File - Name="matrix" - Package Owner= # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** # TARGTYPE "Win32 (x86) Co