代码搜索:Matrix
找到约 10,000 项符合「Matrix」的源代码
代码结果 10,000
www.eeworm.com/read/124792/14543806
src matrix.src
www.eeworm.com/read/124792/14543819
doc matrix.doc
www.eeworm.com/read/225316/14544980
h matrix.h
#if !defined(AFX_MATRIX_H__3E289FE1_35F9_439B_B0FD_0553A00287F2__INCLUDED_)
#define AFX_MATRIX_H__3E289FE1_35F9_439B_B0FD_0553A00287F2__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_
www.eeworm.com/read/225316/14544984
cpp matrix.cpp
// CMatrix.cpp : implementation file
//
#include "stdafx.h"
#include "MatrixTemp.h"
#include "Matrix.h"
#include "Math.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char
www.eeworm.com/read/124570/14558801
java matrix.java
/*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either vers
www.eeworm.com/read/124570/14559628
java matrix.java
/*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either vers
www.eeworm.com/read/124283/14579190
c matrix.c
#include
#include
int
main (void)
{
int i, j;
gsl_matrix * m = gsl_matrix_alloc (10, 3);
for (i = 0; i < 10; i++)
for (j = 0; j < 3; j++)
gsl_matrix_s
www.eeworm.com/read/124283/14581803
c matrix.c
#include
#include
#include
#define BASE_GSL_COMPLEX_LONG
#include "templates_on.h"
#include "matrix_source.c"
#include "templates_off.h"
#undef BASE_G
www.eeworm.com/read/224564/14584859
h matrix.h
// Matrix.h: interface for the Matrix class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_MATRIX_H__3461DABF_4919_4B31_81EA_AC9397ABBAE1__INCLUDED_)
www.eeworm.com/read/123972/14603123
inl matrix.inl
// Matrix.inl 矩阵模板类函数(方法)定义
// Ver 1.0.0.0
// 版权所有(C) 何渝, 2002
// 最后修改: 2002.5.31
#ifndef _MATRIX_INL
#define _MATRIX_INL
//矩阵乘法函数
template //最后结