代码搜索:Matrix
找到约 10,000 项符合「Matrix」的源代码
代码结果 10,000
www.eeworm.com/read/248650/12549266
h matrix.h
#ifndef _MATRIX_H
#define _MATRIX_H
//#include
#include
//using namespace std;
//矩阵类的定义
template class Mtx
{
private:
int nrows; //行数
int nco
www.eeworm.com/read/248650/12549275
cpp matrix.cpp
www.eeworm.com/read/248570/12552805
swf matrix.swf
www.eeworm.com/read/334949/12559850
class matrix.class
www.eeworm.com/read/334949/12559863
java matrix.java
import java.io.*;
class InvalidIndexException extends Exception{ //矩阵数组下标异常
int row,col,rows,cols;
InvalidIndexException(int row,int col,int rows,int cols){
this.row=row;
this.
www.eeworm.com/read/248087/12601199
java matrix.java
import java.awt.Graphics;
import java.applet.Applet;
import java.util.*;
class matrix{
public static void main(String[] args){
int i,j,mu[]={0,0},mb[]={0,0};
int mata[][]={{1,1},{0,
www.eeworm.com/read/146790/12612438
class matrix.class
www.eeworm.com/read/146718/12616639
opt matrix.opt
www.eeworm.com/read/146718/12616641
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
www.eeworm.com/read/146718/12616644
cpp matrix.cpp
#include
#include
#include
#include
#define MatrixElem double
//..................................................................................