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

搜索资源列表

  1. selfAffinity

    0下载:
  2. AP是在数据点的相似度矩阵的基础上进行聚类.对于规模很大的数据集,AP算法是一种快速、有效的聚类方法,这是其他传统的聚类算法所不能及的,-A semi-supervised clustering method based on affinity propagation (AP) algorithm is proposed in this paper. AP takes as input measures of similarity between pairs of data points. AP
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:375791
    • 提供者:lilan
  1. nMatReg

    0下载:
  2. 这是一个基于线性矩阵的神经网络控制程序,它比普通的更简单,因为其应用的参数较少。-This is a learning model for matrix-based data. It can be more efficient than standard vector-based models when the training sample is small or the inputs are matrices, since this model has less parameters tha
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:888
    • 提供者:Benjamin_Ang
  1. Adjacencylisttraversal

    0下载:
  2. 遍历邻接表以及执行邻接矩阵布尔调整是数据结构里图的经典算法。- Traverse the adjacent table and adjust the implementation of Boolean adjacency matrix data structure is a classic graph algorithm.
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:3528
    • 提供者:冷秋
  1. mpibingxing

    2下载:
  2. 介绍行列划分算法和矩阵相乘并行算法M P I 程序, 给出基于矩阵相乘并行算法的M P I 实现, 分析和讨 论处理器数目、复杂性、矩阵划分、B 子块传递、死锁避免和矩阵数据的获取等问题.-Introduction into the ranks of the matrix multiplication algorithm and parallel algorithm for MPI procedures, give parallel algorithm based on matrix mul
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-08
    • 文件大小:187962
    • 提供者:澄海
  1. MyMatrix

    0下载:
  2. DEV C++ 写的一个矩阵类,用列主元消去法求模的。类的构造函数接收矩阵的行列值或者是一个vector<vector<double> >类型的变量。没有用模板,数据类型是double.-DEV C++ to write a matrix class, with out seeking principal mode of elimination. Class constructor to receive the rank of matrix or a vector val
  3. 所属分类:Algorithm

    • 发布日期:2017-04-24
    • 文件大小:150385
    • 提供者:xiamin
  1. matlab

    0下载:
  2. P0301:数字图像矩阵数据的显示及其傅立叶变换 P0302:二维离散余弦变换的图像压缩 P0303:采用灰度变换的方法增强图像的对比度 P0304:直方图均匀化 P0305:模拟图像受高斯白噪声和椒盐噪声的影响 P0306:采用二维中值滤波函数medfilt2对受椒盐噪声干扰的图像滤波 P0307:采用MATLAB中的函数filter2对受噪声干扰的图像进行均值滤波 P0308:图像的自适应魏纳滤波 P0309:运
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:4053
    • 提供者:周鹏
  1. dijkstra

    0下载:
  2. 银行家算法 1. 实验目的: 用高级语言编写和调试一个利用银行家算法避免死锁的程序,以加深对分配资源时如何避免死锁的理解。 2. 实验内容: 编写一个模拟程序,完成避免死锁的模拟,要求采用dijkstra的银行家算法。 实验具体包括:首先确定可利用资源向量的数据结构、最大需求矩阵,分配矩阵,需求矩阵,然后完成银行家算法、安全性算法等程序代码 最后编写模拟过程的主函数,上机实验并取得结果数据。 -Banker' s Algorithm 1. Experimental
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:1327
    • 提供者:Jun
  1. fuhejuzhen

    0下载:
  2. 该程序是使用VC6.0实现数学中复合矩阵运算的 输入的数据为txt格式的,文件有特点的数据结构 查看程序的帮助可以得知具体的数据结构-The program is to use VC6.0 to achieve in mathematics computing matrix composite, the data input txt format, document the characteristics of the data structure. See the procedure can
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:105627
    • 提供者:随风
  1. fisher_classify

    0下载:
  2. function [clusters,c,F]=fisher_classify(A,B,data) fisher判别法程序 输入A、B为已知类别样本的样本-变量矩阵,data为待分类样本 输出C为判别系数向量 -function [clusters, c, F] = fisher_classify (A, B, data) fisher discriminant method procedures input A, B for a sample of known typ
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:842
    • 提供者:王晶
  1. MATLABManual

    0下载:
  2. MATLAB手册,提供使用matlab5的实践性指导,简述对矩阵、数据、图像等处理操作-MATLAB Manual, providing practical guidance to use matlab5 briefly on the matrix, data, images and other handling
  3. 所属分类:matlab

    • 发布日期:2017-05-30
    • 文件大小:12797009
    • 提供者:Melting
  1. Scientific_Computing_and_C_assembly

    0下载:
  2. 第二章 解线性方程组的直接法 第三章 解线性方程的迭代法 第四章 插值法 第五章 数据拟合 第六章 数值微分和积分 第七章 矩阵特征值问题 第八章 非线性方程数值解法 第九章 非线性方程组的抚今迭代解法 第十章 常微分方程初值问题的数值解法 第十一章 常微分方程边值问题的数值解法 附录A C语言屏幕绘图 -Chapter II solution of linear equations in Chapter III of the direct meth
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:354674
    • 提供者:hankl wen
  1. SimpleSENSEreconstruction

    0下载:
  2. 简单SENSE图像重建,即使通过反傅里叶变换重建出最终图像-The data was acquired from 4-channel array coil using EPI sequence (2-shot, matrix: 64X64, TE: 50 ms) at a 1.5T scanner. The code estimates the coil sensitivity profiles directly from the image with anatomical contrast b
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:4121
    • 提供者:李荣智
  1. SENSEgfactorcalculation

    0下载:
  2. 计算SENSE重建图像中的g-factor,这是并行磁共振成像SENSE算法的关键一步-G-factor is the metric to quantify the amplificaiton of noise power in reconstructing SENSE accelerated image. The detail was presented in Pruessmann s 1999 Magn. Reson. Med. paper. In theory, g-factor is t
  3. 所属分类:Bio-Recognize

    • 发布日期:2017-04-01
    • 文件大小:5387
    • 提供者:李荣智
  1. neixuanzhuzhen

    0下载:
  2. 生成内旋矩阵的源代码,希望对大家有帮助,该源代码是我的数据结构课程上的练习题目-Rotation matrix to generate the source code, we would like to help, the source code of the data structure of my courses on the subject of practice
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:169782
    • 提供者:zhangshare
  1. 2

    0下载:
  2. 计算双通道散射BUBBLEGUM v.2 的源代码-The FORTRAN code BUBBLEGUM.f calculates the unitary, analytic T-matrix for a two-channel problem with an arbitrary number of resonances. It also gives the approximate results from the K-matrix method, the Breit-Wigner approx
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:301036
    • 提供者:liuxc
  1. 11111

    0下载:
  2. 数据结构中关于邻接表与邻接矩阵的四个算法,包括源码,亲测可用-Data structure on the adjacent table and the adjacency matrix of the four algorithms, including source code, the pro-test can be used
  3. 所属分类:Data structs

    • 发布日期:2017-05-01
    • 文件大小:910298
    • 提供者:shan
  1. spectralclustering-1.0

    0下载:
  2. 一款功能强大的分类算法软件包,在matlab环境下使用。详见如下网站 http://mloss.org/software/view/133/-A MATLAB spectral clustering package to deal with large data sets. Our tool can handle large data sets (200,000 RCV1 data) on a 4GB memory general machine. Spectral clustering a
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-06-03
    • 文件大小:15799139
    • 提供者:ZC
  1. ls

    0下载:
  2. 矩阵求逆与相乘,最小二乘的经典程序,数据处理时常用到-Matrix inversion and multiplication, the classical least squares procedure is often used for data processing
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:7452
    • 提供者:Snake
  1. matrix11.tar

    1下载:
  2. 包括一般的矩阵运算。如加减乘/伴随矩阵等。并有测试程序-This matrix C++ template class library is for performing common matrix operations in your C++ program like any other built-in data types.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:30396
    • 提供者:张帆
  1. 61549835image-compress-denoise

    0下载:
  2. 图像压缩去噪增强锐化程序,供大家参考。 包括:数字图像矩阵数据的显示及其傅立叶变换 二维离散余弦变换的图像压缩 采用灰度变换的方法增强图像的对比度 采用二维中值滤波函数medfilt2对受椒盐噪声干扰的图像滤波 采用MATLAB中的函数filter2对受噪声干扰的图像进行均值滤波 图像的自适应魏纳滤波 运用5种不同的梯度增强法进行图像锐化 图像的高通滤波和掩模处理 利用巴特沃斯(Butterworth)低通滤波器对受噪声干扰的图像进行平滑处理 利用巴特沃斯(Butterworth)高通滤波器对图
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:11555
    • 提供者:chen peilin
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 37 »
搜珍网 www.dssz.com