搜索资源列表
Uppertriangularmatrix
- 上三角矩阵压缩存储类,用c++描写的,数据结构中的-Upper triangular matrix stored compression type, using c++ descr iption, data structure
migong
- 迷宫问题,首先自定义建立迷宫的数据结构,迷宫数据放入矩阵中.在路线查找时,初始化栈,应用循环对每一点座标进行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
juzhen
- 数据结构中有关矩阵的知识,稀疏矩阵,模式匹配,特殊矩阵,字符串等知识-Data structure in the knowledge of the matrix, sparse matrix, pattern matching, a special matrix, string, etc.
juzhenyunsuanqi
- 数据结构的矩阵运算器,能够实现矩阵的创建,矩阵的加法,减法以及乘法-Data structure matrix calculator
sparematrix
- 稀疏矩阵转置算法,经常使用,可以用于复习数据结构-Sparse matrix transpose algorithm, frequently used data structures can be used to review
juzhen
- 数据结构实验,实现矩阵的加减乘运算,是cpp源文件文件-Experimental data structure to achieve the matrix multiplication addition and subtraction is a cpp source files
sparsematrix
- 这是一个数据结构的实验,关于稀疏矩阵相乘的实现-This is a data structure of the experiment, on the realization of sparse matrix multiplication
graph
- 实现数据结构图的基本操作,存储格式为邻接矩阵-graph
shiyanbaogao
- 数据结构试验报告册,其中包括了线性表的基本操作,栈和队列的基本操作,稀疏矩阵的运算,二叉树的基本操作,图的存储和应用,查找运算实现,排序运算实现的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
yaSuoCunChu
- 广义表 特殊矩阵 压缩存储 C++ 数据结构 广义表 特殊矩阵 压缩存储 C++ 数据结构-Generalized form of special matrix compression data structure stored in C++
solveTriDiagonalMatrix
- 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.
Sparse-matrix
- 稀疏矩阵的 产生 和转置 快速转置 主要是 数据结构 课程内容-Fast transpose sparse matrix and transpose
bianli
- 数据结构中图的遍历。通过手动输入,采用邻接矩阵创建无向图,再通过计算,完成对该图进行土的深度优先遍历。-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.
xsjzzz
- 数据结构 稀疏矩阵的转至 MFC编程实现 做的不太好 仅供参考-Data structure sparse matrix Go to MFC programming do not reference only
Matrix
- 矩阵相乘(三元组) 数组的应用,数据结构中的-Matrix multiplication (triples)
Experimental-data-structure
- 数据结构的一些基本实验,包括多项式求和,后缀表达式求解,稀疏矩阵,循环队列的实现等,可以对刚开始学习数据结构的学生有很大的帮助-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
maze-
- 迷宫,数据结构,随即产生一个矩阵并找出找出对角的通路,win32控制台程序。-Maze, data structure, and then generates a matrix and find out to find out the angle of the path, win32 console program.
lanzhouroad
- 兰州道路交通网络信息查询。设计一个简单的能够实现兰州道路交通网络信息查询功能的系统。兰州道路交通网采用邻接矩阵(或邻接表)表示,包括道路交通网邻接矩阵(或邻接表)的建立、路径(或时间)的查询、最短路径(或最短时间)的查找、显示输出等功能;兰州道路交通网中顶点表示地名、图上的弧表示两地之间有路径存在、弧上的权值表示两地之间的距离(或时间)(Information query of road traffic network in Lanzhou. Design a simple system tha
课程设计
- 运用最短路径最短路径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)
矩阵相加相乘
- 学习数据结构第三章的一个应用,矩阵的相加相乘(An application of the third chapter of learning data structure, the addition and multiplication of matrices.)