CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数据结构常用算法 搜索资源 - matrix class

搜索资源列表

  1. szpmatrix

    0下载:
  2. 矩阵常见算法,C++实现的类,这是个下载的公用类如果侵犯了您的权利,请告诉我。-This class implements some usual operation about matrix.If this pragram being put on the internet infringe upon your right,please tell me.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3.95kb
    • 提供者:方平
  1. linkedmatrix

    1下载:
  2. 一种基于二维链表的稀疏矩阵模半板类设计 A template Class of sparse matrix. Key technology: bin,2-m linked matrix. constructors: 1.normal constuctor 2.copy constuctor. 3.assignment constructor. Basic operator: 1. addition(sub) of two matrix 2. inverse of a ma
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:6.97kb
    • 提供者: 狄中泉
  1. 8queen_sc

    0下载:
  2. #if !defined(AFX_GAQUEEN_H__C26AE0A3_F9B4_426F_A324_B460CC7946CB__INCLUDED_) #define AFX_GAQUEEN_H__C26AE0A3_F9B4_426F_A324_B460CC7946CB__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 class CGAQueen
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2.57kb
    • 提供者:王晓敬
  1. base

    0下载:
  2. 基本数据结构类的定义和实现: MyStack ,MyPoint,MyArc,Graph,MyQueuesMyStack为构造的一个通用的C++模版堆栈类 MyPoint为一个坐标结构MyArc为带权的边类Graph为临街矩阵表示的图MyQueues为按权值顺序存储的边的队列-basic data structure class definition and realization : MyStack, MyPoint, MyArc, Graph, MyQueuesMyStack for a ge
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2.11kb
    • 提供者:wang
  1. Matrix

    0下载:
  2. 一个矩阵类 实现了矩阵的多种运算 希望对大家有帮助-A matrix class implements a variety of matrix operations we want to help
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1.77kb
    • 提供者:crynixes
  1. matrix_class_by_vc

    0下载:
  2. VC++环境下使用C++封装的矩阵类,包含矩阵的多种运算功能。-This is a matrix class developed with VC++, and it contains various operations of matrix.
  3. 所属分类:Data structs

    • 发布日期:2017-03-24
    • 文件大小:4.23kb
    • 提供者:李丹丹
  1. Matrix

    0下载:
  2. Program includes class "macierz" (pl. matrix) with parallel multiply which uses open mp. It s simple multiply, not for example Strassen method.
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:371.99kb
    • 提供者:Ł ysy
  1. VectorMatrixClass

    0下载:
  2. 一个vector和matrix的类,具有一般的矩阵和向量的基本操作,还有一些矩阵的分解操作。建议参考《Numerical Receipt in C++》的数值计算的书。-This is a class of vector and matrix which has some fundamental function of vector and matrix and some opertors in matrix decomposation
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:18.24kb
    • 提供者:huanghaibin
  1. FrameWorkMatrix

    0下载:
  2. 计算骨架阵的算法,数组是动态分配的,用类写的,有很好的封装性和移植性。并且输入时从文本文件TXT读取的!-Skeleton matrix calculation algorithm, the array is dynamically allocated, with the class to write, have a good package and portability. And input from a text file TXT read!
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2.08kb
    • 提供者:沈大勇
  1. MATRIX

    0下载:
  2. 二维矩阵创建类,矩阵转换功能齐全,可以直接运行。-Create a class of two-dimensional matrix, matrix conversion is complete, you can run directly.
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:231.5kb
    • 提供者:ZhangJuan
  1. mathlib_double

    0下载:
  2. 一个C++语言的数学库头文件 包含向量、矩阵等类及相关函数-a C++ head file on math,include vector,matrix class and some useful functions.
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:4.32kb
    • 提供者:yaokun
  1. sparselib_1_6

    0下载:
  2.  SparseLib + +是一个c++类库,为在不同的计算机平台进行有效稀疏矩阵的计算。这个软件组成对象包含了目前正在使用的几种稀疏矩阵存储格式(在这个版本:压缩行、压缩列和协调格式),提供基本的功能,节约稀疏矩阵存储空间和计算时间。-SparseLib++ is a C++ class library for efficient sparse matrix computations across various computational platforms. The software
  3. 所属分类:Data structs

    • 发布日期:2017-03-25
    • 文件大小:159.05kb
    • 提供者:刘振华
  1. mtxfx_v0.07_beta

    0下载:
  2. 利用C++实现了一个矩阵类,并且在此基础上定义了矩阵的常用操作。在VS2008上编译通过,并且给出了测试的算例。-Using C++, a matrix class, and on this basis, the common definition of a matrix operation. In VS2008, on compiler, and test examples are given.
  3. 所属分类:Data structs

    • 发布日期:2017-05-10
    • 文件大小:2.38mb
    • 提供者:zzb
  1. CPPjuzhengyuanma

    0下载:
  2. C 矩阵类模板(支持实数矩阵与复数矩阵的各种运算),功能非常强大,而且用模板实现,完整无错,后面有测试代码.需要的拿走.-C Matrix class template (for real and complex matrix of matrix operations), very powerful, and use templates, a complete error-free, followed by a test code needs to take.
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:20.73kb
    • 提供者:朱俊
  1. Vector-and-Matrix-Template

    1下载:
  2. 向量类模板和矩阵类模板,能够实现各种常用的算法,作为工程开发的数据结构-Vector class template and template matrix class, able to achieve a variety of commonly used algorithms and data structures as the project development
  3. 所属分类:数据结构常用算法

    • 发布日期:2013-11-08
    • 文件大小:4.96kb
    • 提供者:sniperhu
  1. Matrix

    0下载:
  2. 矩阵类,里面包含了矩阵的普通运算,以及其他的函数-Matrix class, which contains a matrix of ordinary arithmetic, as well as other functions
  3. 所属分类:Data structs

    • 发布日期:2017-12-06
    • 文件大小:387.09kb
    • 提供者:xianli
  1. matrix-operation

    0下载:
  2. 定义一个二维方阵类matrix。通过重载二元运算符"+"、"-"、"*"和一元运算符"~",来实现矩阵加、矩阵减、矩阵乘以及矩阵转置-Define a two-dimensional square class matrix. By overloaded binary operator+ " ," - " ," * " and unary operator" ~ " to achieve matrix plus matrix reducti
  3. 所属分类:Data structs

    • 发布日期:2017-11-12
    • 文件大小:766byte
    • 提供者:王伟
  1. matrix

    0下载:
  2. 自己写的一个矩阵类,实现矩阵的基本操作,转置,求逆,取一行或一列,等-To write a matrix class that implements the basic matrix operations, transpose, inverse, take a row or column, etc.
  3. 所属分类:Data structs

    • 发布日期:2017-05-07
    • 文件大小:1.07mb
    • 提供者:123
  1. Matrix

    0下载:
  2. 自定义数组类,实现生成任意规模的数独文本文件。-A custom array class implementation of arbitrary size sudoku.
  3. 所属分类:Data structs

    • 发布日期:2017-05-18
    • 文件大小:4.62mb
    • 提供者:niuwe
  1. Matrix

    0下载:
  2. 自定义矩阵类,可实现乘除、求逆、求行列式等功能。-Class of Matrix,which is helpful for students.
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:7.24kb
    • 提供者:zhubingqi
« 12 »
搜珍网 www.dssz.com