CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - 数据结构 矩阵

搜索资源列表

  1. Uppertriangularmatrix

    0下载:
  2. 上三角矩阵压缩存储类,用c++描写的,数据结构中的-Upper triangular matrix stored compression type, using c++ descr iption, data structure
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:7080
    • 提供者:dingyi
  1. migong

    0下载:
  2. 迷宫问题,首先自定义建立迷宫的数据结构,迷宫数据放入矩阵中.在路线查找时,初始化栈,应用循环对每一点座标进行4个方向的判断,如果该点可达则把该点信息放入栈内,或者回溯到出栈后的坐标点,最后如果最后能够到达出口,那么栈内存储的即为走出迷宫路径-Maze problem, first of all, since the definition of the establishment of a maze of data structure, a maze of data Add matrix. Loo
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:1676
    • 提供者:吕璐
  1. juzhen

    0下载:
  2. 数据结构中有关矩阵的知识,稀疏矩阵,模式匹配,特殊矩阵,字符串等知识-Data structure in the knowledge of the matrix, sparse matrix, pattern matching, a special matrix, string, etc.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-06
    • 文件大小:1445817
    • 提供者:邢永超
  1. juzhenyunsuanqi

    0下载:
  2. 数据结构的矩阵运算器,能够实现矩阵的创建,矩阵的加法,减法以及乘法-Data structure matrix calculator
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:7055
    • 提供者:张尚
  1. sparematrix

    0下载:
  2. 稀疏矩阵转置算法,经常使用,可以用于复习数据结构-Sparse matrix transpose algorithm, frequently used data structures can be used to review
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:493774
    • 提供者:张元
  1. juzhen

    0下载:
  2. 数据结构实验,实现矩阵的加减乘运算,是cpp源文件文件-Experimental data structure to achieve the matrix multiplication addition and subtraction is a cpp source files
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:1557
    • 提供者:richer
  1. sparsematrix

    0下载:
  2. 这是一个数据结构的实验,关于稀疏矩阵相乘的实现-This is a data structure of the experiment, on the realization of sparse matrix multiplication
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:225126
    • 提供者:saber
  1. graph

    0下载:
  2. 实现数据结构图的基本操作,存储格式为邻接矩阵-graph
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:3112
    • 提供者:jxt
  1. shiyanbaogao

    0下载:
  2. 数据结构试验报告册,其中包括了线性表的基本操作,栈和队列的基本操作,稀疏矩阵的运算,二叉树的基本操作,图的存储和应用,查找运算实现,排序运算实现的C程序和调试结果。-Basic operation, the stack and queues are the basic operation of the matrix and operation of the basic operation of the tree, storage and application, the lookup opera
  3. 所属分类:Other systems

    • 发布日期:2017-04-25
    • 文件大小:124733
    • 提供者:张周
  1. yaSuoCunChu

    0下载:
  2. 广义表 特殊矩阵 压缩存储 C++ 数据结构 广义表 特殊矩阵 压缩存储 C++ 数据结构-Generalized form of special matrix compression data structure stored in C++
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:8512
    • 提供者:liusam
  1. solveTriDiagonalMatrix

    0下载:
  2. 3对角矩阵的解法,使用Vector数据结构,从int.txt读取数据,在命令行中显示结果,int.txt必须在当前目录下。-Three pairs of diagonal matrix of the solution, using the Vector data structures, from int.txt read data displayed on the command line results, int.txt in the current directory.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-06
    • 文件大小:1050143
    • 提供者:John
  1. Sparse-matrix

    0下载:
  2. 稀疏矩阵的 产生 和转置 快速转置 主要是 数据结构 课程内容-Fast transpose sparse matrix and transpose
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:279796
    • 提供者:jack
  1. bianli

    0下载:
  2. 数据结构中图的遍历。通过手动输入,采用邻接矩阵创建无向图,再通过计算,完成对该图进行土的深度优先遍历。-Graph traversal of the data structure. By manually entering the adjacency matrix to create an undirected graph, by calculating the complete depth-first traversal of the soil of the graph.
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-06
    • 文件大小:9657
    • 提供者:殷宇威
  1. xsjzzz

    0下载:
  2. 数据结构 稀疏矩阵的转至 MFC编程实现 做的不太好 仅供参考-Data structure sparse matrix Go to MFC programming do not reference only
  3. 所属分类:Other systems

    • 发布日期:2017-11-22
    • 文件大小:3697557
    • 提供者:孙女
  1. Matrix

    0下载:
  2. 矩阵相乘(三元组) 数组的应用,数据结构中的-Matrix multiplication (triples)
  3. 所属分类:Other systems

    • 发布日期:2017-12-05
    • 文件大小:1264
    • 提供者:Tony
  1. Experimental-data-structure

    0下载:
  2. 数据结构的一些基本实验,包括多项式求和,后缀表达式求解,稀疏矩阵,循环队列的实现等,可以对刚开始学习数据结构的学生有很大的帮助-Some of the basic structure of the experimental data, including polynomial summation, postfix expression solving sparse matrix, the realization of the circular queue students just beginn
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-30
    • 文件大小:197600
    • 提供者:wangxiuyong
  1. maze-

    0下载:
  2. 迷宫,数据结构,随即产生一个矩阵并找出找出对角的通路,win32控制台程序。-Maze, data structure, and then generates a matrix and find out to find out the angle of the path, win32 console program.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-08
    • 文件大小:957660
    • 提供者:董凯
  1. lanzhouroad

    0下载:
  2. 兰州道路交通网络信息查询。设计一个简单的能够实现兰州道路交通网络信息查询功能的系统。兰州道路交通网采用邻接矩阵(或邻接表)表示,包括道路交通网邻接矩阵(或邻接表)的建立、路径(或时间)的查询、最短路径(或最短时间)的查找、显示输出等功能;兰州道路交通网中顶点表示地名、图上的弧表示两地之间有路径存在、弧上的权值表示两地之间的距离(或时间)(Information query of road traffic network in Lanzhou. Design a simple system tha
  3. 所属分类:其他

    • 发布日期:2018-01-02
    • 文件大小:636928
    • 提供者:windy~girl
  1. 课程设计

    0下载:
  2. 运用最短路径最短路径dijkstra算法设计管理咨询系统,运用邻接表和邻接矩阵相结合的存储结构(Using the shortest path shortest path Dijkstra algorithm to design the management consulting system and use the adjacency list and the adjacency matrix for the storage structure)
  3. 所属分类:其他

    • 发布日期:2018-04-21
    • 文件大小:4096
    • 提供者:Jcu
  1. 矩阵相加相乘

    0下载:
  2. 学习数据结构第三章的一个应用,矩阵的相加相乘(An application of the third chapter of learning data structure, the addition and multiplication of matrices.)
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:1024
    • 提供者:没看见过
« 12 »
搜珍网 www.dssz.com