代码搜索:Matrix
找到约 10,000 项符合「Matrix」的源代码
代码结果 10,000
www.eeworm.com/read/406792/11435470
h matrix.h
// Matrix.h: interface and implementation of the CMatrix class.
//
/////////////////////////////////////////////////////////////////////////////////
#include
#define SQR(a) ( (a) == 0. ?
www.eeworm.com/read/405260/11467436
java matrix.java
/*
*@(#)Matrix.java 2.0 2005/05/05
*
*清华大学 精密仪器与机械学系
*范灿升 fancansheng@163.com
*/
package algorithm;
/**
*这个类提供一些基本的矩阵运算。
*随着程序功能的加强,这个类需要不断地扩展。
*@version 2.0, 2005/05/05
*@a
www.eeworm.com/read/405260/11467488
class matrix.class
www.eeworm.com/read/404875/11476735
mdb matrix.mdb
www.eeworm.com/read/404226/11489794
curry matrix.curry
class Matrix {
// these methods are intended to be overridden by subclasses
// if only we had pure virtual/abstract methods in our language...
void Init() {}
void Set(int x, int y, int valu
www.eeworm.com/read/404226/11489809
out matrix.out
Program:
4 ClassDecl:
4 Identifier: Matrix
7 FnDecl:
(return type) Type: void
7 Identifier: Init
(body) StmtBlock:
8 FnDecl:
www.eeworm.com/read/403962/11493668
h matrix.h
// File: Matrix.h
//
// Purpose: Matrix class template for manipulating term document matrix
// and query vector
//
// Original Author: Sartaj Shani, in Data Structures, Algorith
www.eeworm.com/read/403960/11493688
h matrix.h
//Matrix.h (from QueryLSI)
#ifndef Matrix_
#define Matrix_
#include "xcept.h"
template
class Matrix {
friend ostream& operator
www.eeworm.com/read/402666/11530699
txt matrix.txt
/**************************************************************************\
MODULE: matrix
SUMMARY:
Macros are deined providing template-like classes for dynamic-sized,
recatngular matric