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

搜索资源列表

  1. SparseMatrix

    0下载:
  2. 矩阵操作的C++实现,方便对其进行初始化,转置及求逆-Matrix operation C++ implementation, to facilitate its initialization, transpose and inverse
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-24
    • 文件大小:248201
    • 提供者:qiang lee
  1. Matrix

    0下载:
  2. 使用c++实现矩阵的各种运算 ,一个C++初学者的好实例-implement some kinds of algorithm of Matric by C++ ,this is a good example for the beginner of c++
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1492
    • 提供者:林仁富
  1. 4-4keyboard

    0下载:
  2. 经典的单片机4*4键盘矩阵c语言程序,学习单片机必备.-Singlechip classic 4* 4 keyboard matrix procedures necessary Singlechip study.
  3. 所属分类:SCM

    • 发布日期:2017-04-11
    • 文件大小:1441
    • 提供者:liuwz
  1. xishujuzhen

    0下载:
  2. 稀疏矩阵的C++实现 学习数据结构时学到的一种数据结构-Sparse Matrix C++ implementation of the study data structure to learn a data structure
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:1585
    • 提供者:gaef
  1. MPI_Possion_model

    1下载:
  2. C语言编写的并行计算柏松矩阵,优化计算柏送程序时间。-C language Poisson matrix parallel computing, optimizing the delivery procedures for the calculation hodginsii time.
  3. 所属分类:MPI

    • 发布日期:2016-06-23
    • 文件大小:2722548
    • 提供者:
  1. controllableandobservable

    0下载:
  2. 用MATLAB实现用C代码可控性和客观性的判断和转移矩阵的求解等各种功能。-Implementation using MATLAB code with C controllability and objectivity of the judge and the transfer matrix to solve a variety of functions.
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:643338
    • 提供者:chenhongxia
  1. facetothething

    0下载:
  2. 运用c++语言求一个矩阵的数值,给出具体结果并进行验证-Using c++ language for a numerical matrix, and give concrete results verification
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:5177
    • 提供者:jay chou
  1. mtxfx

    0下载:
  2. c++ 实现的矩阵运算库,包括一般矩阵运算和矩阵的内积、二矩阵相乘、矩阵次方、及矩阵多项式-c++ implementation of the matrix library, including the general matrix calculation and the inner product matrix, two matrices, matrix power, and the matrix polynomial
  3. 所属分类:Algorithm

    • 发布日期:2017-05-11
    • 文件大小:2214511
    • 提供者:duckur
  1. LCS

    0下载:
  2. LCS问题就是求两个字符串最长公共子串的问题。解法就是用一个矩阵来记录两个字符串中所有位置的两个字符之间的匹配情况,若是匹配则为1,否则为0。然后求出对角线最长的1序列,其对应的位置就是最长匹配子串的位置。 最长递增子序列LCS的实现C源码!-LCS problem for two strings is the longest common sub-string problem. Solution is to use a matrix to record the location of two
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:159122
    • 提供者:郭子
  1. chenxu

    0下载:
  2. 用c实现进制转换,矩阵转置,用泰勒展开球sin函数-Implementation using c-band conversion, matrix transpose, using Taylor expansion sin function ball .....
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:3312
    • 提供者:xia
  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. strassen

    0下载:
  2. 设计编程实现矩阵相乘的Strassen算法,具体要求: (1)矩阵阶数n由用户输入(注意n非 2k 时的处理) (2)n阶矩阵A、B调用随机函数自动生成,限定矩阵元素在0-10之间 (3)输出A、B、C=A*B (4)请在实验报告中“程序设计(方案)说明部分”写明你如何实现矩阵划分、矩阵结果合并 (5)请在源代码中对主要函数功能、变量、语句进行注释 (6)请采用结构程序设计方法或面向对象程序设计方法,对各子功能用函数实现,不要一个主函数完成所有工作 -matrice
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-03
    • 文件大小:979724
    • 提供者:weiwei
  1. Maxtire

    0下载:
  2. 这是一个对矩阵的操作算法,即使对矩阵进行转置和乘法。用C语言实现的。-This is a matrix operation algorithm, even for matrix transpose and multiplication. Realized with C language.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-10
    • 文件大小:908
    • 提供者:谭彪
  1. Key

    0下载:
  2. 单片机的键盘矩阵程序,用c语言编写的。绝对的正确,经过机子调试过的。-SCM procedures keyboard matrix, with c language. Absolutely correct, after testing machine before.
  3. 所属分类:SCM

    • 发布日期:2017-04-12
    • 文件大小:718
    • 提供者:董宏志
  1. Matrix

    0下载:
  2. 在C++ 提供的MFC平台,矩阵的运算,包含矩阵的加减乘除-Matirx count on C++ state MFC
  3. 所属分类:Other systems

    • 发布日期:2017-04-25
    • 文件大小:225047
    • 提供者:朱玲玲
  1. matrix

    0下载:
  2. c 编写的矩阵运算包括加减乘,很简单但实用-matrix caculate for visual c
  3. 所属分类:Algorithm

    • 发布日期:2017-04-28
    • 文件大小:85504
    • 提供者:黄绩
  1. twoCSourceCode

    0下载:
  2. 简单的算术游戏和矩阵运算C程序,学习小程序。-Simple arithmetic and matrix operations C game procedures, the study of small procedures.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:5226
    • 提供者:刘宏
  1. www_dssz_com_79419120jacobi

    0下载:
  2. 矩阵的理论与概念、分解的定义、程序、 C++编程 -SVD
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-12
    • 文件大小:1097
    • 提供者:wuzhongping
  1. 1989xishujuzheng

    0下载:
  2. 稀疏矩阵采用三元组表示。(1)求两个具有相同行列数的稀疏矩阵A和B的相加矩阵C,并输出C。(2)求出C的转置矩阵D,输出D。-The use of sparse matrix triple that. (1) for the ranks of the two with the same number of sparse matrix A and B the sum of matrix C, and output C. (2) calculated C matrix transpose of D,
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:1968
    • 提供者:夏洁
  1. matrix

    0下载:
  2. /*** *** *** *** *** *** *** *** *** *** *** *** ****/ /*题目:矩阵加减乘演示*****/ /*作者:vc99 writed for c bar***/ /*日期:***/ /*简介:本演示引入第三个矩阵来保存运算结果,以达到连续运算的目的。***/ -/****************************************************************************//* Ti
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:718
    • 提供者:li
« 1 2 ... 40 41 42 43 44 4546 47 48 49 50 »
搜珍网 www.dssz.com