代码搜索:Matrix
找到约 10,000 项符合「Matrix」的源代码
代码结果 10,000
www.eeworm.com/read/336896/12408718
lib matrix.lib
www.eeworm.com/read/336896/12408719
src matrix.src
www.eeworm.com/read/336896/12408741
doc matrix.doc
www.eeworm.com/read/336827/12413510
mdb matrix.mdb
www.eeworm.com/read/336465/12442212
nlogo ---matrix.nlogo
breeds [neo agenten]
agenten-own [ich_sehe_neo]
;---------------------------------------------------------------
to setup
ca
ask patches [set pcolor grey]
create-agenten anzahl_agenten
ask
www.eeworm.com/read/148683/12443994
h matrix.h
#ifndef _MATRIX_H
#define _MATRIX_H
#include "defines.h"
namespace annie
{
/** A class for 2-dimensional matrices.
* This probably isn't the most efficient way to do matrix operations,
www.eeworm.com/read/249890/12463606
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/249890/12463629
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/132141/14106967
h matrix.h
#ifndef Matrix_
#define Matrix_
#include "xcept.h"
template
class Matrix {
friend ostream& operator
www.eeworm.com/read/132141/14107066
cpp matrix.cpp
// test matrix class
#include
#include "matrix.h"
void main(void)
{
try {
Matrix X(3,2), Y, Z;
int i, j;
for (i = 1; i