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

搜索资源列表

  1. Matrix-Algorithm

    0下载:
  2. 这个一个有关矩阵运算的程序,不错的,强力推荐!-this a matrix of the procedure, yes, strongly recommended!
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:12.55kb
    • 提供者:hj
  1. fasttrans

    0下载:
  2. 键盘任意输入一个稀疏矩阵A(m*n),采用三元组存储方法求其转置矩阵B(n*m),并用快速转置算法实现该操作。-keyboard indiscriminate importation of a sparse matrix A (n * m), using triple storage switch for its own matrix B (n * m), and fast algorithm home to the operation.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.15kb
    • 提供者:林杰
  1. matrix.rar

    0下载:
  2. 十个利用矩阵乘法解决的经典题目,由matrix67大牛所写,堪称经典。,10 the use of matrix multiplication to solve a classic topic, written by matrix67 Daniudi, classic.
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:241.6kb
    • 提供者:hujiafeng
  1. revers-matrix.rar

    1下载:
  2. 一个朋友编的C语言通用广义逆矩阵求解算法,值得一看,A friend of mine made the C language universal generalized inverse matrix algorithm, see
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:1.28kb
    • 提供者:田广和
  1. algorithm

    0下载:
  2. C语言常用算法集合,包括底层编程,字符串处理,效验算法,逆阵、数学问题,问题算法-C language commonly used algorithm for the collection, including the underlying programming, string handling, well-tested algorithms, inverse matrix, a mathematical problem, the problem algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:305.4kb
    • 提供者:zzt
  1. matrix

    0下载:
  2. 有关数据结构稀疏矩阵的一个编程,写得不好请见谅-Sparse matrix of the data structure of a program, not well written, please forgive me
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:2.9kb
    • 提供者:Jeeson
  1. matrix

    0下载:
  2. 这是数据结构第五章的全部算法实现代码,对于学习数据结构的同学很有帮助-this is a code of data structure
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:8.84kb
    • 提供者:wangming
  1. matrix

    0下载:
  2. A program for two dynamic matrix multipliccation
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:68.53kb
    • 提供者:rubi
  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. shuanfa2

    0下载:
  2. 求图的任两结点间的距离,(2) 用二维数组存放C和A ,C是原成本矩阵,A 是求出的距离矩阵 (3) 算法采用三重循环,其中最外层的循环变量必须代表中间结点,中层的循环变量代表头结点而内层循环变量代表尾结点。 (4) 试着把三层循环变量的顺序作些改变,最外层的循环变量仍代表中间结点,而中层循环变量代表尾结点,内层循环变量代表头结点。把两种做法所得结果作比较,看结果是否相同 (5) 显示结果要清晰易懂 (6) 本题运行结果 -Order to map any of the di
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:932.77kb
    • 提供者:lixiang
  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. Matrix

    0下载:
  2. 一个在数据量较大时效率较高的矩阵乘法实现,思想来源于《算法导论》-When a large amount of data more efficient implementation of matrix multiplication, thinking from " Introduction to Algorithms"
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:184.63kb
    • 提供者:Sun
  1. matrix-c

    0下载:
  2. 自己写的稀疏矩阵,使用十字链表实现,C语言编写。-Write a sparse matrix, the underlying data structure is Cross-List, using C program language.
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:3.72kb
    • 提供者:bupteinstein
  1. temp

    0下载:
  2. C 数据结构 A*算法 图论 矩阵 最短路径算法-C data structure matrix A* algorithm for shortest path algorithms on graph theory
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:2.89kb
    • 提供者:aaaaaa
  1. matrix

    0下载:
  2. 假设稀疏矩阵A和B均以三元组表作为存储结构,写出矩阵相加的算法,另设三元组表C存放结果矩阵。-Suppose sparse matrix A and B are triples as a storage structure of the table, write the sum matrix algorithm, a separate table triples storage of the results of C matrix.
  3. 所属分类:Data structs

    • 发布日期:2016-01-24
    • 文件大小:348kb
    • 提供者:phoenix
  1. Matrix-calculations

    0下载:
  2. 程序使用C语言构造了一个简单的十字链表,对于数据结构的学习很有帮助-Programs use C language construct a simple ten cable for data structure of the table, learning to have the help very much
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:3.33kb
    • 提供者:xiangwei
  1. magic-square-matrix-solution

    0下载:
  2. 求幻方矩阵。给定任何数字n,即可显示n*n的幻方矩阵。幻方矩阵是一个经典的问题。ACM程序设计大赛常考。此源码还包括算法的规律说明。-Find magic square matrix. Given any number n, you can display the magic square n* n matrix. Magic square matrices is a classical problem. ACM Programming Contest Chang examination. Th
  3. 所属分类:Data structs

    • 发布日期:2017-03-25
    • 文件大小:1.33kb
    • 提供者:guiyongmao
  1. Sparse matrix

    0下载:
  2. Represents a matrix without zeros
  3. 所属分类:数据结构常用算法

    • 发布日期:2013-12-17
    • 文件大小:38.05kb
    • 提供者:vvotekeb
  1. adjacency matrix to represent the graph

    0下载:
  2. (1)使用邻接矩阵表示图,定义相应的抽象数据类型。 (2)实现两个图ADTs的上述函数。 (3)从空图开始,生成图形对象表示图1所示的图形,将顶点和边逐一插入。 (4)以BFS方式遍历图。((1) Use adjacency matrix to represent graphs and define the corresponding abstract data type. (2) Realize all the above functions for the two graph AD
  3. 所属分类:数据结构

    • 发布日期:2018-05-03
    • 文件大小:13kb
    • 提供者:mia_shao
« 12 3 4 5 6 7 8 9 10 ... 17 »
搜珍网 www.dssz.com