CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - Data Matrix

搜索资源列表

  1. Prim

    0下载:
  2. 数据结构中的PRIM算法,在DEV c++测试通过,数据结构为邻接矩阵-The PRIM algorithm data structure, in DEV c++ test, the data structure of adjacency matrix
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:519
    • 提供者:lizhenye
  1. ShortPath_DIJ

    0下载:
  2. 数据结构中的缔结斯特拉最短路径源程序,在DEV c++中测试通过,数据结构为邻接矩阵-Data structures concluded Stella source shortest path, in DEV c++ in the test, the data structure of adjacency matrix
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:611
    • 提供者:lizhenye
  1. data_manipulation

    0下载:
  2. 包含一些比较常见的数据操作算法:素数判断、矩阵转置、将数组中m个数循环后移n个位置、调用时间函数求运行时间、调用相关time函数进行日期推算、矩阵鞍点、链表的相关操作等-Contains some of the more common data manipulation algorithms: Prime judge, matrix transpose, the array m the number of cycles shifted n positions, call the time fun
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-06
    • 文件大小:6167
    • 提供者:fangchen
  1. experiment2

    0下载:
  2. 数据结构实验用来了解如何使用多项式相加以及稀疏矩阵的建立-Experimental data structure used to understand how to use the polynomial sum and the establishment of sparse matrix
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:222187
    • 提供者:雷霆
  1. graphoperation

    1下载:
  2. 根据从键盘输入的数据创建图(图的存储结构可采用邻接矩阵或邻接表),并对图进行深度优先搜索和广度优先搜索(实验类型:验证型) 1)问题描述:在主程序中提供下列菜单: 1…图的建立 2…深度优先遍历图 3…广度优先遍历图 0…结束 2)实验要求:图的存储可采用邻接表或邻接矩阵;定义下列过程: CreateGraph(): 按从键盘的数据建立图 DFSGrahp():深度优先遍历图 BFSGrahp():广度优先遍历图-According to dat
  3. 所属分类:Data structs

    • 发布日期:2016-06-21
    • 文件大小:1024
    • 提供者:zf
  1. alglib-2.5.0.cpp

    0下载:
  2. alglib,跨平台的数学分析和数据处理库,主要用于矩阵运算(SVD等)-ALGLIB is a cross-platform numerical analysis and data processing library. It supports several programming languages (C++, C#, Pascal, VBA) and several operating systems (Windows, Linux, Solaris). ALGLIB features
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:1045292
    • 提供者:Cheng
  1. m11438

    0下载:
  2. Ensemble Kalman Filter (EnKF) data assimilation methods can be avoided in the EKF covariance forecasting the evolution equation arising in the course of the calculation is not accurate and on the covariance matrix of a large amount of data storage pr
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:198895
    • 提供者:rama
  1. predct

    0下载:
  2. Ensemble Kalman Filter (EnKF) data assimilation methods can be avoided in the EKF covariance forecasting the evolution equation arising in the course of the calculation is not accurate and on the covariance matrix of a large amount of data storage pr
  3. 所属分类:matlab

    • 发布日期:2017-03-22
    • 文件大小:170985
    • 提供者:rama
  1. CGAUSS

    0下载:
  2. 高斯主元消去法 c源码 4阶矩阵 已有初始数据 使用时请修改-Gaussian elimination c principal component matrix of order 4 have been the initial source of data used, modify
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1066
    • 提供者:huasheng
  1. shujucunchu

    0下载:
  2. 实现数据的存储把一个矩阵的一列的元素进行加和,存到另一个矩阵中,其中按照对应位置进行存储。-Data storage to a matrix of an element of addition, and, save to another matrix, which according to the corresponding position for storage.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:470176
    • 提供者:蒋长丽
  1. lunv

    0下载:
  2. 实现数据的存储,可以利用一个矩阵的一列得到另一个矩阵的一列,非常方便-Data storage, you can use a matrix of a matrix by another one, very convenient
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:9015
    • 提供者:蒋长丽
  1. Creatchar

    0下载:
  2. VS2005做的一个点阵造字工具,通过简单的鼠标点选,生成点阵数据。-VS2005 tool to do a matrix created characters, a simple mouse click, generate the lattice data.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:52438
    • 提供者:zhangjunjie
  1. DS03

    0下载:
  2. 稀疏矩阵运算器,实现稀疏矩阵的加法、减法、乘法、和转置运算,有输入界面(图形或文字界面都可),能区分加法、减法、乘法和转置;能处理任意输入的典型数据和进行出错数据处理(例如乘法,当第一个矩阵的列数不等于第二个矩阵的行数时);必须采用三元组作存储结构,不能采用数组等形式;输出要求用矩阵的形式输出(即习题集136页的形式),当第一个矩阵的行数不等于第二个矩阵的行数时,注意如第三个乘法的形式输出-Sparse matrix operations, which realizes the sparse m
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:1819
    • 提供者:火腿狼
  1. MatrixCondense

    0下载:
  2. 是本科计科专业数据结构的实验之一,实现矩阵压缩-Total undergraduate experimental subjects of professional data structure to achieve matrix compression
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:167542
    • 提供者:王成
  1. 101115

    0下载:
  2. 有输入界面(图形或文字界面都可),能区分加法、减法、乘法和转置;能处理任意输入的典型数据和进行出错数据处理(例如乘法,当第一个矩阵的列数不等于第二个矩阵的行数时);必须采用三元组作存储结构,不能采用数组等形式;输出要求用矩阵的形式输出(即习题集136页的形式),当第一个矩阵的行数不等于第二个矩阵的行数时,注意如第三个乘法的形式输出 -The input interface (graphical or text interface can be), to distinguish between
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1991
    • 提供者:章人可
  1. PrimAlgorithm

    0下载:
  2. 数据结构——邻接矩阵表示图,普里姆算法程序实现最小生成树-Data structure- adjacency matrix graph, Prim algorithm for minimum spanning tree procedure
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:855038
    • 提供者:liuyinhang
  1. NumericalRecipesinCWilliam.H

    3下载:
  2. 本书编写了300多个实用而有效的数值算法C语言程序。其内容包括:线性方程组的求解,逆矩阵和行列式计算,多项式和有理函数的内插与外推,函数的积分和估值,特殊函数的数值计算,随机数的产生,非线性方程求解,傅里叶变换和FFT,谱分析和小波变换,统计描述和数据建模,常微分方程和偏微分方程求解,线性预测和线性预测编码,数字滤波,格雷码和算术码等。全书内容丰富,层次分明,是一本不可多得的有关数值计算的C语言程序大全。本书每章中都论述了有关专题的数学分析、算法的讨论与比较,以及算法实施的技巧,并给出了标准C语
  3. 所属分类:Algorithm

    • 发布日期:2014-05-08
    • 文件大小:40422400
    • 提供者:何夕
  1. Untitled2

    0下载:
  2. 将矩阵中的数据输出到EXCEL表格,共四个通道~-The matrix of the data output to the EXCEL table, a total of four channels ~
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:1217
    • 提供者:kurt
  1. duichenjuzhenshuchu

    0下载:
  2. 一个能够将对称矩阵的数据输出到文件中去的程序。-A symmetric matrix of the data can be output to a file to the program.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:181973
    • 提供者:李保华
  1. MatrixTranspose

    0下载:
  2. 数据结构中实现矩阵转置功能,利用随机数产生稀疏矩阵。-Data structure to implement matrix transpose function, sparse matrix using random number generator.
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:951
    • 提供者:明峰
« 1 2 ... 30 31 32 33 34 3536 37 38 39 40 ... 50 »
搜珍网 www.dssz.com