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

搜索资源列表

  1. juzhenxuanfa001

    1下载:
  2. 稀疏矩阵运算器 是数据结构的一个课程设计.是自行编写的.保证是原创.-sparse matrix operations for the data structure is a curriculum design. Is self-prepared. Guaranteed to be original.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:144815
    • 提供者:asdf
  1. POSTagger

    0下载:
  2. (1)从已经标注好词性的语料中统计得到词性标记的二元转移矩阵,以及每个词以确定的词性标记出现的次数等数据(训练阶段) (2)利用动态规划算法快速选取词性标记路径,得到词性标记结果 (3)可以选择不同的词性标记集 -(1) from the good part-of-speech tagging has been the Corpus statistics to be part of speech marking the transfer of binary matrix, a
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:772932
    • 提供者:赵阳
  1. CMatrixClass

    0下载:
  2. 1.内存管理一律根据实际需要的大小在堆中动态分配内存。 2.边界检查。如果数组下标超越了数组大小界限,会给出警告信息,可以防止非法内存访问以及方便程序的调试。 3.重载了+,-,*,+=,-=,数乘等常见运算符; 4.可以保存数组为二进制数据文件和文本文件两种形式,也可以从二进制数据文件和文本文件读取数据到数组。 5.实现了和矩阵相关的线性代数方程组求解算法。一是高斯选主元消去法二是针对三对角矩阵的追赶法。 6.静态函数Bspline3():3次
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:9779
    • 提供者:紫罗兰
  1. ljjzqdt

    0下载:
  2. 用于数据结构的课程设计,是利用邻接矩阵建立图的-data structure for the curriculum design is the use of adjacency matrix establish map
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:31260
    • 提供者:林林
  1. xishujuzhenjiajiancheng

    0下载:
  2. 是有关稀疏矩阵加减乘的一个程序,,数据结构实验书上的题目.-the sparse matrix by a modified procedure, the experimental data structure book on the subject.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2855
    • 提供者:wlr
  1. s0604109

    0下载:
  2. 二质量浮筏振动频率计算(98.6),以及对于不同质量比,阻尼比 和干扰激励频率时的隔振效果计算,有数据压缩防溢出功能(98.4) 对每个弹性支承均求旋转变换矩阵,可用于辐射式布置(98.4)-two quality floating raft vibration frequency calculation (98.6), and for different quality than, damping ratio and interference at the excitation fre
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:3960
    • 提供者:吴春雷
  1. 矩阵运算程序

    0下载:
  2. 数据结构、算法 矩阵运算程序-data structure, algorithm matrix calculation procedures
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:136256
    • 提供者:
  1. TurboPascalAdvancedProgramming

    0下载:
  2. 第1章 TURBO PASCAL高级编程技术 1.1 单元及其使用 1.2 与汇编语言混合编程 1.3 与C语言混合编程 1.4 过程类型及其使用 1.5 中断例程的编写方法 1.6 动态数组及其使用 1.7 扩充内存(EMS)及其使用 1.8 扩展内存(XMS)及其使用 1.9 程序的标准数据作代码处理的方法 第2章 实用工具单元 2.1 屏幕输入与输出单元ACRT 2.2 字符串处理单元ASTR 2.3 磁盘
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:112255
    • 提供者:zhangyoufu
  1. matrix11

    0下载:
  2. Matrix TCL Lite 1.12 This matrix C++ template class library is for performing common matrix operations in your C++ program like any other built-in data types. To install the package, just copy MATRIX.H file into the INCLUDE directory of your compil
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:39692
    • 提供者:lxh
  1. IntroMatlab_codepls

    0下载:
  2. PCA and PLS aims:to get some insight into the bilinear factor models Principal Component Analysis (PCA) and Partial Least Squares (PLS) regression, focusing on the mathematics and numerical aspects rather than how s and why s of data analysis
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:270941
    • 提供者:郭大
  1. 稀疏距阵的数组实现

    0下载:
  2. 数据结构的稀疏距阵的实现-data sparse matrix structure of the realization
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2323
    • 提供者:梁鹤
  1. 数据结构学习(C++)之稀疏矩阵

    0下载:
  2. 数据结构学习(C++)之稀疏矩阵分析-study data structure (C) of sparse matrix analysis
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:4432
    • 提供者:按时的
  1. kmeansNetlab

    0下载:
  2. KMEANS Trains a k means cluster model.CENTRES = KMEANS(CENTRES, DATA, OPTIONS) uses the batch K-means algorithm to set the centres of a cluster model. The matrix DATA represents the data which is being clustered, with each row corresponding to
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1926
    • 提供者:西晃云
  1. juzhen22

    0下载:
  2. 是数据结构中经常见到的矩阵运算,包括+,-,* 。-data structure is often seen matrix operations, including +,-,*.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1503
    • 提供者:胡逸
  1. deterministic_linear_system_identification.tar

    0下载:
  2. A Matlab toolbox for exact linear time-invariant system identification is presented. The emphasis is on the variety of possible ways to implement the mappings from data to parameters of the data generating system. The considered system representatio
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:92458
    • 提供者:kedle
  1. 转置

    0下载:
  2. 关于数据结构中矩阵转置的算法。-data on the structure of the matrix transpose algorithm.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:7591
    • 提供者:陈新
  1. base

    0下载:
  2. 基本数据结构类的定义和实现: MyStack ,MyPoint,MyArc,Graph,MyQueuesMyStack为构造的一个通用的C++模版堆栈类 MyPoint为一个坐标结构MyArc为带权的边类Graph为临街矩阵表示的图MyQueues为按权值顺序存储的边的队列-basic data structure class definition and realization : MyStack, MyPoint, MyArc, Graph, MyQueuesMyStack for a ge
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2165
    • 提供者:wang
  1. 透视仪

    0下载:
  2. 一个acm算法题目 问题描述: 有一个黑盒子,可视为一个15×10的二维矩阵,里面有一些空隙,在二维矩阵中用0表示空隙,用1表示被占有。现有一个仪器,可以从4个方向对盒子进行分行透视:从左到右,从左下到右上,从下到上,从右下到左上。透视可得到该二维矩阵的该行1的个数。要求,还原此矩阵。 输入:4行,每一行分别代表从左到右,从左下到右上,从下到上,从右下到左上透视所得的数据 输出:该矩阵 使用的方法是回溯法,具体见程序-a acm algorithm topic Problem descr ipt
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:5087
    • 提供者:陶锐
  1. exp5

    0下载:
  2. 数据结构算法,稀疏矩阵的存储,两矩阵相乘,两矩阵相加的实现-data structure algorithms, sparse matrix storage, two matrix multiplication, the sum of two matrix to achieve
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2173
    • 提供者:王与
  1. 三元组

    0下载:
  2. C语言数据结构作业三元组序列表,特点是非零元在表中按行序有序储存,因此便于进行依行顺序处理的矩阵运算,然而若需按行号存取某一行的非零元,则需从头开始进行查找-C language data structures operating sequence in Table 3, which is characterized by non-zero yuan in the table in an orderly sequence by storage firms, according to facili
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:858
    • 提供者:郑伟雄
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 37 »
搜珍网 www.dssz.com