代码搜索:MATRIX
找到约 10,000 项符合「MATRIX」的源代码
代码结果 10,000
www.eeworm.com/read/431219/8699512
h matrix.h
//matrix.h//////////////////////////////////////////////////////////////////
// 2005.1.13-16:02 By Superman
#include "math.h"
/*****************************************************************
www.eeworm.com/read/387193/8700229
h matrix.h
/**
\file Matrix.h
\brief The Zenautics Matrix Class
\author Glenn D. MacGougan (GDM)
\date 2008-09-22
\version 0.06 Beta
\b Version \b Information \n
This is the open source ve
www.eeworm.com/read/387193/8700301
cpp matrix.cpp
/**
\file Matrix.h
\brief The Zenautics Matrix Class
\author Glenn D. MacGougan (GDM)
\date 2008-09-22
\version 0.06 Beta
\b Version \b Information \n
This is the open source
www.eeworm.com/read/387190/8700505
h matrix.h
/**
\file Matrix.h
\brief The Zenautics Matrix Class
\author Glenn D. MacGougan (GDM)
\date 2008-09-22
\version 0.06 Beta
\b Version \b Information \n
This is the open source ve
www.eeworm.com/read/387190/8700616
cpp matrix.cpp
/**
\file Matrix.h
\brief The Zenautics Matrix Class
\author Glenn D. MacGougan (GDM)
\date 2008-09-22
\version 0.06 Beta
\b Version \b Information \n
This is the open source
www.eeworm.com/read/287151/8717443
fnt matrix.fnt
www.eeworm.com/read/386619/8735231
cs matrix.cs
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
class Matrix : ICloneable
{
///
/// smallest such that 1.0+DBL_EPSILON != 1.0
///
www.eeworm.com/read/286884/8738378
h matrix.h
////////////////////////////////
// Matrix TCL Lite v1.13
// Copyright (c) 1997-2002 Techsoft Pvt. Ltd. (See License.Txt file.)
//
// Matrix.h: Matrix C++ template class include file
// Web: htt
www.eeworm.com/read/286566/8758567
cs matrix.cs
/*
* 操作矩阵的类 Matrix
*
* 周长发编制
*/
using System;
namespace CSharpAlgorithm.Algorithm
{
/**
* 操作矩阵的类 Matrix
* @author 周长发
* @version 1.0
*/
public class Matrix
{
privat
www.eeworm.com/read/286315/8772149
h matrix.h
#ifndef MATRIX_H
#define MATRIX_H
// 定义适合数学运算的实数matrix类,数据将存放在buffer类中
#include
#include
#include
// buffer.h包含实数缓存类buffer的定义
#include "buffer.h"
/