代码搜索:Matrix
找到约 10,000 项符合「Matrix」的源代码
代码结果 10,000
www.eeworm.com/read/476957/6743466
cpp matrix.cpp
#include
class matrix
{
short rows,cols;
double * elems;
public:
matrix(short rows,short cols);
~matrix();
double operator () (short row,short col);
void setelem(short row,short col,
www.eeworm.com/read/476660/6757177
h matrix.h
/* -*- mode: c++; c-basic-offset: 4; indent-tabs-mode: nil -*-
this file is part of rcssserver3D
Fri May 9 2003
Copyright (C) 2002,2003 Koblenz University
Copyright (C) 2003 RoboCup
www.eeworm.com/read/476660/6757181
cpp matrix.cpp
/* -*- mode: c++ -*-
this file is part of rcssserver3D
Fri May 9 2003
Copyright (C) 2003 Koblenz University
$Id: matrix.cpp,v 1.1 2005/12/05 20:56:00 rollmark Exp $
This pro
www.eeworm.com/read/410820/11268176
c matrix.c
/* matrix.c -- library routines for constructing dynamic matrices with
* arbitrary bounds using Iliffe vectors
****************************************************************
* HISTORY
www.eeworm.com/read/410820/11268178
h matrix.h
/* matrix.h -- define types for matrices using Iliffe vectors
*
*************************************************************
* HISTORY
*
* 02-Apr-95 Reg Willson (rgwillson@mmm.com) at 3M St. Pa
www.eeworm.com/read/265017/11285779
h matrix.h
// Matrix.h: interface for the CMatrix class.
// Shijun Sun Tutor: Peng Chenglin
// Chongqing University, Bioengineering College 2007/10/18
////////////////////////////////////////////////////
www.eeworm.com/read/265017/11285785
obj matrix.obj
www.eeworm.com/read/265017/11285791
cpp matrix.cpp
// Matrix.cpp: implementation of the CMatrix class.
// Shijun Sun Tutor: Peng Chenglin
// Chongqing University, Bioengineering College 2007/10/18
//////////////////////////////////////////////
www.eeworm.com/read/264965/11292476
h matrix.h
//----------------------------------------------------------------------
/*
文件名: matrix.h
目标: 用继承vector来建立矩阵类
*/
#ifndef _MATRIX_H_
#define _MATRIX_H_
//----------------------
www.eeworm.com/read/264965/11292561
h matrix.h
//----------------------------------------------------------------------
/*
文件名: matrix.h
目标: 用继承vector来建立矩阵类
*/
#ifndef _MATRIX_H_
#define _MATRIX_H_
//----------------------