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

搜索资源列表

  1. fase_transpose

    0下载:
  2. 在数据结构课程中,稀疏矩阵的转置,用C语言编写实现这一功能-Course in data structures, sparse matrix transpose, to achieve this using C language functions
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:575
    • 提供者:yuki
  1. xishujuzheng

    0下载:
  2. c++实现的数据结构中的稀疏矩阵用十字链表存储完成相加运算-c++ implementation of the data structure sparse matrix storage complete with cross-linked additive operation
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:1624
    • 提供者:断西风
  1. code

    0下载:
  2. 这是我公司的出门证开票系统,运用人ADO技术访问ACCESS数据库,还有对针式打印机的控制,在数据库的操纵中使用SQL语言,下载后直接编译即可运行,不需要设置ODBC数据源,主框架程序是在对话框的框架下的程序,统计类是在单文档的的环境中编程的,在单文档的编程中,有屏幕到打印的映射,这到是有很多值得去看的,-This is my go card company' s billing system, using ADO technology to access ACCESS database
  3. 所属分类:OS Develop

    • 发布日期:2017-06-16
    • 文件大小:25287261
    • 提供者:施红
  1. suanfa

    1下载:
  2. 数据结构基本算法演示程序实现: 1、实现KMP模式匹配算法、哈夫曼编码算法、由遍历序列恢复二叉树、Prim算法、Kruskal算法、Floyd算法、Dijkstra算法、拓扑排序、关键路径算法、二叉排序树生成算法(含平衡化)、哈希表生成及哈希查找算法、希尔排序、快速排序、堆排序、归并排序、基数排序。(四则表达式计算、矩阵运算、有向图的强连通分量求解) 2、算法中的链表结构和数组结构的基本操作要求单独函数实现(同组内算法要求共享使用)。 要求数据结构基本算法演示程序具有菜单选择,算法要
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:20855
    • 提供者:dark
  1. LEDdianzhen

    1下载:
  2. 该资料包涵盖了51单片机控制点阵屏的入门程序,直至复杂的上位机控制。是入门,乃至工程设计的好资料。-The kit covers a 51 dot matrix screen entry MCU control procedures, until the complex PC control. Is the entry, as well as good engineering design data.
  3. 所属分类:SCM

    • 发布日期:2015-12-06
    • 文件大小:6730752
    • 提供者:王孔宝
  1. floyd

    0下载:
  2. C语言实现弗洛伊德路径搜索,同时为了提供接口,使用命令行方式给出原始矩阵地址,并且也已txt文本形式将结果保存。测试效果:一个需要在MATLAB中运行8秒的矩阵,在使用该程序时,总共只用了5秒(MATLAB初始化数据+调用该程序+该程序运行+返回至MATALB所用的时间)。而在MATLAB中使用该程序与调用函数相差不大。-C language Freud path search, and in order to provide an interface, use the command line
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:20282
    • 提供者:wjn_nb
  1. regression_copy

    0下载:
  2. 岭回归程序 输入参数为自变量、因变量和优化因子 输出参数为映射矩阵与回归误差-Ridge Regression. Input parameters: - X: Input data block (k x n) - Y: Output data block (k x m) - q: Stabiliaztion factor (optional) If not given, estimated from data Return parameters: - F
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:649
    • 提供者:miaomiao
  1. zhuanzhi

    0下载:
  2. 利用VC6.0系统,利用数据结构,进行矩阵行列转置。-Using VC6.0 system, the use of data structure, the ranks of the matrix transpose.
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:669
    • 提供者:xunlu
  1. Resultats

    1下载:
  2. Compression Denoising enhanced procedures for your reference. Include: digital image data display matrix and its Fourier transform two-dimensional discrete cosine transform image compression method using gray-scale transformation of the contrast-enha
  3. 所属分类:matlab

    • 发布日期:2015-11-04
    • 文件大小:5120
    • 提供者:nounou28
  1. feisher

    0下载:
  2. PCA的步骤: 1 先将数据中心化; 2 求得的协方差矩阵; 3 求出协方差矩阵的特征值与特征向量; 4 将特征值与特征向量进行排序; 5 根据要降维的维数d’,求得要降维的投影方向; 6 求出降维后的数据; -PCA steps: 1 of the first data center 2 covariance matrix obtained 3 obtained covariance matrix eigenvalues and eigenvectors 4
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:271791
    • 提供者:李岩
  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 2 ... 27 28 29 30 31 3233 34 35 36 37 ... 50 »
搜珍网 www.dssz.com