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

搜索资源列表

  1. xishujuzenh

    0下载:
  2. 稀疏矩阵 1、 应用程序 直接可以实现矩阵的各项操作。 2、 查看原代码VC++6.0打开“稀疏矩阵\\creatematrix.dsp”或者用记事本打开“稀疏矩阵\\creatematrix.cpp” 3、 代码简单说明: 本程序是一个工程文件包含了链式与顺序两种多项是处理方式: 十字链表:矩阵的结构体:matnode; 三元组顺序:矩阵结构体:tsmat 4、ADT在文件夹“稀疏矩阵”里 -a sparse matrix, t
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:16kb
    • 提供者:wgz
  1. TriMat

    0下载:
  2. 在目录“\\上三角矩阵类的实现”中给定了文件triMat.cpp、triMat.h,请把triMat.h文件中的9个填空位置补上正确的代码,使triMat.cpp能完成上三角矩阵的加、减、乘运算。要求输入: 输入矩阵维数:4 输入矩阵a的元素(包括0): 1 2 3 4 0 1 2 3 0 0 1 2 0 0 0 1 输入矩阵b的元素(包括0): 1 2 3 4 0 1 2 3 0 0 1 2 0 0 0 1 -in the di
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:7.7kb
    • 提供者:李昭明
  1. euler.cpp

    0下载:
  2. 有时仅对赋权有向图上从任意一个顶点到另外任意一个顶点之间有没有路感兴趣。试修改Floyd算法,计算出图的道路矩阵P,使得从顶点i到顶点j有路时P[i,j]= 1,否则P[i,j]= 0。-sometimes only to empower a map from any one vertex to another arbitrary point between a road not interested. Try to amend Floyd algorithm calculated the ro
  3. 所属分类:数据结构常用算法

    • 发布日期:2014-01-12
    • 文件大小:1.61kb
    • 提供者:Nouth
  1. zhizhengzifuzchuan

    0下载:
  2. 6-3(4)用指针找统计字符个数,例题,通过指针引用数组元素,指针矩阵转置,指针链表,指针排序,指针数组排序Cpp,指针字符串连接-6-3 (4) with a pointer to the number of characters to find statistics, examples, reference array elements via pointers, pointer matrix transpose, the pointer list, sorting pointers, po
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:3.72kb
    • 提供者:zhaoyunze
  1. cPP

    0下载:
  2. 建立有向图的邻接矩阵,进行深度优先遍历,并利用广度优先遍历算法判断有向图中是否存在顶点vi到顶点vj的路径(i≠j)。-Establish the adjacency matrix, the depth-first traversal, and the use of breadth-first traversal algorithm to determine whether there is a directed graph vertex vi to vertex vj of the path
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:1.38kb
    • 提供者:shanyepifu
  1. CPP--MGraph

    0下载:
  2. 《数据结构》课程中,图的邻接矩阵存储,用C/C++编程实现。-Data structure course, graph the adjacency matrix storage, use C/C++ programming realization
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:626byte
    • 提供者:王宁
  1. Data-structures-CPP

    0下载:
  2. 该程序主要是关于数据结构方面的,包括链表相关功能的实现,各种排序方法如冒泡排序,二分插入排序,图的实现,矩阵和树等程序的实现-The program data structures, including the related functions of the linked list implementation, various sorting methods such as bubble sort, binary insertion sort, graph realization matri
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:246.1kb
    • 提供者:ws
  1. matrix

    0下载:
  2. 本实验实现了稀疏矩阵的转置,为数据结构必做实验,仅提供cpp文件,读者可在编译器上自行编译实现。-The experimental realization of a sparse matrix transpose, the data structure must do the experiment, only cpp file, the reader can compiler to compile your own implementation.
  3. 所属分类:Data structs

    • 发布日期:2017-11-20
    • 文件大小:609byte
    • 提供者:李松
  1. matrix

    0下载:
  2. It has basically all kind of matrix operation. the program is written in cpp. it has gaussian elimination process also which will no be easily found in internet. with matrix multiplcation and its inverse.
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:2.95kb
    • 提供者:nitish
  1. Gragh

    0下载:
  2. 图的数据结构,打包cpp,1.创建图 创建图 G(任选邻接矩阵或表) 2. 显示图 3. 深度优先搜索遍历图 4. 广度优先搜索遍历图 5. 在图中插入顶点 6. 在图中插入边- Graph data structure, packaging cpp, 1. Create a map creation graph G (optional adjacency matrix or table) 2. Display Figure 3. depth-first se
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:2.65kb
    • 提供者:guyuqian
  1. graph--matrix

    0下载:
  2. 采用邻接矩阵来实现图的创建, graph.cpp是主应用程序源文件-Implementation creates graph adjacency matrix
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1.71kb
    • 提供者:陈雅
搜珍网 www.dssz.com