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

搜索资源列表

  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. tusuanfa

    2下载:
  2. 用vc++6.0实现图-邻接矩阵-最短路径.数据结构课程必备,有一定参考价值。-with vc 6.0 map-adjacency matrix-shortest path. Data structure courses required that a certain reference value.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:4.09kb
    • 提供者:agi995
  1. SpiralMetrix

    0下载:
  2. 打印如下规律的螺旋矩阵,尽管存在求数值规律的方法,但本代码的方法更为基本和通用。vc++ 2005环境。 1 2 9 10 25 4 3 8 11 24 5 6 7 12 23 16 15 14 13 22 17 18 19 20 21 -Print the following laws of the spiral matrix, despite the existence of the law for numerical methods, but this code
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:3.7kb
    • 提供者:inspire
  1. code

    0下载:
  2. 学习数据结构时编写的有关二叉树基本运算实现,有向图和邻接矩阵,邻接表的转换,输出某矩阵转置矩阵的三元组以及两矩阵进行运算后结果用三元组表示,在学习VC程序设计写了一个简单的机场不同型号车辆的收费系统。-Learning data structures to prepare basic operations on binary tree realization of a directed graph and the adjacency matrix, adjacency list of the c
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:6.36kb
    • 提供者:徐洁
  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. FixMath

    0下载:
  2. VC++下面实现的矩阵定运算,采用定点数运算法则,包含基本的加减乘,求逆-VC++ to achieve the following set of matrix operations, using fixed point algorithms, including basic addition and subtraction, multiplication, inverse
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:316.72kb
    • 提供者:李里
  1. Classic_VC_programming_code_matrix_operations

    0下载:
  2. VC编程实现矩阵运算经典代码Classic VC programming code matrix operations -Classic VC programming code matrix operations
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:54.23kb
    • 提供者:j
  1. SHORTEST

    0下载:
  2. 弗洛伊德求最短路径的VC算法 #include <iostream> using namespace std #define MAXV 50 #define INF 32767 typedef int InfoType //邻接矩阵存储方法 typedef struct { -Freud find the shortest path algorithm# include VC <iostream> using namespace s
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:908.59kb
    • 提供者:nannan
  1. daima

    0下载:
  2. C++实现矩阵的一些基本运算,非常好用,VC ++读入编译即可。-matrix calculation for VC++
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:885byte
    • 提供者:李亚珂
  1. Matrix-operations

    0下载:
  2. vc矩阵运算源代码,适合初学者下载学习,非常有用-matrix operations vc source code download for beginners to learn, very useful
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:873.11kb
    • 提供者:唐豪
  1. SolveAllPaths

    0下载:
  2. VC++开发的穷举图中指定起始点间所有路径的算法,图的存储格式为邻接矩阵。-Exhaustive diagram of the VC++ development specified in the algorithm of all the paths between the starting point, the storage format of the graph adjacency matrix.
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:416.02kb
    • 提供者:马江
  1. Matrix-Quick-transpose

    0下载:
  2. 使用vc++实现矩阵的快速转置,调试可以使用-Matrix transpose
  3. 所属分类:Data structs

    • 发布日期:2017-11-06
    • 文件大小:492.03kb
    • 提供者:xiaorui
  1. VC-largest-eigenvalue-of-the-matrix

    0下载:
  2. 通过VC++语言 求矩阵的最大特征值 利用迭代算法 有精确度-Matrix VC++ language largest eigenvalue accuracy using an iterative algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-11-14
    • 文件大小:897.98kb
    • 提供者:xiang
  1. PrintMatrix

    0下载:
  2. 用VC实现将一个矩阵,按顺时针方向打印出来-With VC will be a matrix printouts clockwise
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:302.45kb
    • 提供者:莫芊韵
搜珍网 www.dssz.com