代码搜索:Matrix
找到约 10,000 项符合「Matrix」的源代码
代码结果 10,000
www.eeworm.com/read/264430/11315295
c++ matrix.c++
// Matrix.cpp a matrix class implementation
// nonsquare generalization of Computers in Physics Jan/Feb 1990
// (c) Copyright 1995, Everett F. Carter Jr.
//
www.eeworm.com/read/264430/11315299
hpp matrix.hpp
// Matrix.hpp
// A matrix definition for real or complex matrices
// a nonsquare generalization of class in Computers In Physics Jan/Feb 1990
// NOTE: scalar assignment of a Matrix creates a diagon
www.eeworm.com/read/264291/11322730
gp matrix.gp
set terminal postscript eps
set size 2,2
set output "Matrix.ps"
set title "Matrix e'tornata"
set xlabel "X area"
set ylabel "Y area "
set zlabel "traffic"
#set xtics (100,200,300,400)
set ytics (100
www.eeworm.com/read/264253/11324037
c matrix.c
#include "stdio.h"
#include "stdlib.h"
#include "mpi.h"
#define intsize sizeof(int)
#define floatsize sizeof(float)
#define charsize sizeof(char)
#define A(x,y) A[x*K+y]
#define B(x,y) B[x*N+y]
#defi
www.eeworm.com/read/264125/11327821
h matrix.h
//////////////////////////////////////////////////////////////////////
// Matrix.h
//
// 操作矩阵的类 CMatrix 的声明接口
//
// 周长发编制, 2002/8
////////////////////////////////////////////////////////////////
www.eeworm.com/read/264125/11327833
obj matrix.obj
www.eeworm.com/read/264125/11327853
cpp matrix.cpp
//////////////////////////////////////////////////////////////////////
// Matrix.cpp
//
// 操作矩阵的类 CMatrix 的实现文件
//
// 周长发编制, 2002/8
//////////////////////////////////////////////////////////////
www.eeworm.com/read/263785/11342198
hpp matrix.hpp
//Header: Matrix.hpp
//Version: 1.0
//Language: Borland C++ 3.1
//Environ: Any
//Date: 10/1995~3/1996
//Purpose: Provide a base class for matrix
#ifndef __MATRIX__HPP
#define __MATRIX__HPP
www.eeworm.com/read/263785/11342201
cpp matrix.cpp
//Header: Matrix.hpp
//Version: 1.0
//Language: Borland C++ 3.1
//Environ: Any
//Date: 10/1995~3/1996
//Purpose: Provide a base class for matrix
#include "matr
www.eeworm.com/read/263664/11348560
h matrix.h
// Matrix.h: interface for the CMatrix class.
//
//////////////////////////////////////////////////////////////////////
#include
using namespace std;
#if !defined(AFX_MATRIX_H__3D761