CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - Matrix

搜索资源列表

  1. 5-2

    0下载:
  2. 用三元组存放输入的两个稀疏矩阵A34和B34,将稀疏矩阵A转置后与稀疏矩阵B相乘,结果存放三元组C,并输出结果-The triples store of the two input sparse matrix A34 and B34, the sparse matrix A transpose sparse matrix B after multiplying the result stored triple C, and output
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:882615
    • 提供者:安全卫士
  1. 5-3

    0下载:
  2. 输入并建立两个稀疏矩阵A和B的十字链表, 输出稀疏矩阵, 两完成两稀疏矩阵的加法运算,结果存放在稀疏矩阵A中, 要求相加结果为0的元素从结果稀疏矩阵的十字链表中删除, 输出A稀疏矩阵-Input and the establishment of two sparse matrices A and B, cross linked, the output matrix, the two completed the addition of two sparse matrix computation,
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:894742
    • 提供者:安全卫士
  1. matrixx

    0下载:
  2. matrix computing etc.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:2785
    • 提供者:konsolite
  1. seidel_etc

    0下载:
  2. operation with matrix
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:2208
    • 提供者:konsolite
  1. hanzixuanzhuan

    0下载:
  2. 用c++语言怎样实现汉字旋转--本文通过介绍汉字点阵库的构成原理,并利用数学中的公式与编程语言,从而实现汉字的旋转。-C++ language with how to achieve the character rotation- This paper describes the structure theory character dot matrix library, and use the formula in mathematics and programming languages t
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:2097
    • 提供者:caowei
  1. lab_6

    0下载:
  2. 1.使用动态内存分配生成动态数组来完成3*3矩阵转置函数 2.应用string类定义字符串,实现两个字符串的连接 3.修改实验4中的选做实验中的people类。具有如下属性:姓名char name[11],编号char[7],性别char sex[3],生日birthday,身份证char id[16]。其中“出生日期”定义为一个“日期”类内嵌函数对象,用成员函数实现对人员信息的录人和显示。要求包括:构造函数和析构函数,开呗构造函数,内联成员函数,聚集。在测试程序中定义people类的对
  3. 所属分类:Other windows programs

    • 发布日期:2016-01-24
    • 文件大小:1419
    • 提供者:YIDIANER
  1. gaosi

    0下载:
  2. 利用高斯消元法解线性方程,通过输入系数矩阵,结果矩阵,即可求解多原方程-Gaussian elimination method for Linear Equations, by entering the coefficient matrix, the results matrix, can solve many of the original equation
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:712
    • 提供者:zhangyang
  1. Dalgorithm

    0下载:
  2. 程序实现了图论中D算法的编写,输入参数为节点数n、临街矩阵G、源节点v。输出参数为源节点到其他任意节点的最短路径.-The program perform the algorithm of D in grafic theroy,input parameters are the number of node,adject matrix G,source node v.output parameters are the shortest path from source node to destin
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:12139
    • 提供者:芊屹
  1. mtrix

    0下载:
  2. 复数矩阵类。矩阵中的元素可以是复数,此类功能强大,基本上能够完成矩阵的所有基本操作。-Complex matrices. Matrix elements can be complex, such a powerful, largely to complete the matrix of all the basic operations.
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:13172
    • 提供者:Dr.1130
  1. util

    0下载:
  2. in addition to array.h, image.h and matrix.h
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:2672
    • 提供者:lesleyz
  1. Matrixsum

    0下载:
  2. 矩阵相加,实现矩阵加法运算,采用十字链表存储,实现相加。-Matrix add, matrix addition operation achieved by using cross-linked storage, to achieve additive.
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2306
    • 提供者:daiminmin
  1. binmatrix

    0下载:
  2. Minimizes the bandwidth of a matrix in form of decreasing squares.
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:15305
    • 提供者:alex
  1. juzhenxiangjia

    0下载:
  2. 实现稀疏矩阵的相加,并将其结果存放在三元组表中-Add to achieve sparse matrix, and the results stored in the table triples
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:62589
    • 提供者:zhangdi
  1. matlabmatrix

    0下载:
  2. 非常好用的矩阵计算工具,适合初学者,也适合临时用来计算一些复杂的矩阵问题-Very useful tool for matrix computation, suitable for beginners, but also for the temporary matrix used to calculate the number of complex issues
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:1272
    • 提供者:matlab
  1. hw2

    0下载:
  2. 51单片机关于独立键盘和矩阵键盘的使用代码,使用的编程工具是uversion3(keil3)-51 SCM on the independent use of the keyboard and the keyboard matrix code, the use of programming tools is uversion3 (keil3)
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:13202
    • 提供者:hkunming
  1. ourdev_475123

    0下载:
  2. 18B20温度检测,点阵显示,可显示中文,逐字向右移-18B20 temperature detection, dot-matrix display, can display Chinese, word for word to the right
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:54630
    • 提供者:h-mjun
  1. SparseMatrix

    0下载:
  2. 用三元组实现的稀疏矩阵运算 用户输入正常矩阵 但存储为三元组 可以实现加,乘和转置三种运算-Achieved with a triple sparse matrix operations the user to enter the normal matrix, but storage can be achieved for the triple add, multiply, and transpose three kinds of operations
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:244356
    • 提供者:lijie
  1. mat3

    0下载:
  2. 自己编写的VC++矩阵类,可实现矩阵转置,求逆及四则运算,矩阵元素查找-MAtrix class created by VC++6.0.I hope it can help my friends who need this kind of thing~~
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:1043
    • 提供者:季聪
  1. CUDAMatrixMultiplication

    0下载:
  2. 基于CUDA架构的矩阵乘法,得出GPU运算时钟周期。-CUDA architecture based on matrix multiplication, obtained GPU computing cycles.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:319401
    • 提供者:Wang Tingting
  1. yingyue_3

    0下载:
  2. 单片机音乐彩灯程序,用8*8的LED点阵显示图样,用数码管计时,蜂鸣器发出音乐。-SCM' s Lantern program, with 8* 8 LED dot matrix display design, digital control with timer, buzzer music.
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:2691
    • 提供者:xiao tuo
« 1 2 ... 25 26 27 28 29 3031 32 33 34 35 ... 50 »
搜珍网 www.dssz.com