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

搜索资源列表

  1. matrix-c

    0下载:
  2. 自己写的稀疏矩阵,使用十字链表实现,C语言编写。-Write a sparse matrix, the underlying data structure is Cross-List, using C program language.
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:3805
    • 提供者:bupteinstein
  1. Matrix

    0下载:
  2. 一个c# 矩阵类 非常实用 包含矩阵的各种运算-a class of matrix described by csharp,include all kinds of operater,such as (+,-,*)。
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:12470
    • 提供者:liuyou
  1. C

    0下载:
  2. 用C++求矩阵的逆矩阵,使用这个比较简单了,有更好的可以指教一下。-Matrix C++, the inverse matrix, the use of this relatively simple, what better to teach.
  3. 所属分类:CSharp

    • 发布日期:2017-04-02
    • 文件大小:1047
    • 提供者:徐斌
  1. matrix-multiplication-based-OpenMp-

    0下载:
  2. 基于C语言的,在共享内存的并行机上使用OpenMP并行环境实现矩阵乘法-C-based, shared memory parallelism using OpenMP on a parallel machine environment to achieve the matrix multiplication
  3. 所属分类:MPI

    • 发布日期:2017-03-28
    • 文件大小:758
    • 提供者:苗高洁
  1. matrix.c

    0下载:
  2. 一些关于稀疏矩阵运算的c语言源代码,例如求逆运算-these are c codes about matrix compute algorithems.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:4950
    • 提供者:杨帅
  1. matrix-spectra-Filterings-code

    0下载:
  2. 该程序包是P.C.hansen的著作Deblurring Image Matrixs,Spectra and Filtering的习题代码-The package is PChansen the book Deblurring Image Matrixs, Spectra and Filtering Problem code
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:4656
    • 提供者:许毅
  1. matrix.c

    0下载:
  2. 采用pthread多线程编程实现的矩阵乘法运算,采用纯c编写-matrix multiplication in multi-thread
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:628
    • 提供者:zhang
  1. 320-240-8835A-AVR-2560-C-IAR

    0下载:
  2. 用于ATMEGA2560驱动的由8835A控制的320240单色液晶点阵C代码。环境为IAR5.-Control for ATmega2560 driven by the 8835A 320 240 monochrome LCD dot matrix C code
  3. 所属分类:SCM

    • 发布日期:2017-04-16
    • 文件大小:207270
    • 提供者:zhaochunyong
  1. matrix

    0下载:
  2. 3、 矩阵(三) 编写C++程序完成以下功能: (1) 用类来实现矩阵,定义一个矩阵的类,属性包括:  矩阵大小,用 lines, rows(行、列来表示);  存贮矩阵的数组指针,根据矩阵大小动态申请(new)。 (2) 矩阵类的方法包括:  构造函数,参数是矩阵大小,需要动态申请存贮矩阵的数组;  析构函数,需要释放矩阵的数组指针;  拷贝构造函数,需要申请和复制数组; 
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-28
    • 文件大小:1212
    • 提供者:
  1. CSharp---Matrix-code

    0下载:
  2. C#实现的矩阵的各种运算,包括基本的算法,还有矩阵的各种分解,一般求逆和广义矩阵的求逆,很好的学习资料,推荐。-Matrix C# implementation of various operations, including the basic algorithm, there is a matrix of various decomposition generally seek the inverse and generalized matrix inversion, learning ma
  3. 所属分类:MiddleWare

    • 发布日期:2017-03-21
    • 文件大小:18340
    • 提供者:刘燕华
  1. sum-of-matrix

    0下载:
  2. Sum of the Matrix C++ ta İ ki matrisin toplamı
  3. 所属分类:source in ebook

    • 发布日期:2017-11-18
    • 文件大小:12625
    • 提供者:ersoy
  1. determinant of matrix

    0下载:
  2. A program in C++ to determine the determinant of a matrix
  3. 所属分类:数据结构常用算法

    • 发布日期:2013-10-23
    • 文件大小:730
    • 提供者:aditya55
  1. matrix

    0下载:
  2. matrix.C 该文件是矩阵键盘的驱动代码,其中包括了main主函数以及矩阵键盘判读的代码- matrix.C
  3. 所属分类:DSP program

    • 发布日期:2017-04-11
    • 文件大小:703
    • 提供者:臧志强
  1. C-language-matrix-example

    0下载:
  2. 用C语言开发的矩阵范例,更实用,为C程序处理大量数据提供保证-Sample matrix C language development, more practical, handling large amounts of data to C program provides assurance
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-17
    • 文件大小:28679
    • 提供者:赵磊
  1. Matrix

    0下载:
  2. 一个简单的用于计算矩阵的逆矩阵的C环境下的小程序。-A simple little program for calculating the matrix inverse matrix C environment.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-03
    • 文件大小:633339
    • 提供者:王琦
  1. matrix

    0下载:
  2. 求协方差矩阵(C++) -Covariance matrix (C++) covariance matrix (C++)
  3. 所属分类:Algorithm

    • 发布日期:2017-05-12
    • 文件大小:2761856
    • 提供者:上官若忆
  1. matrix.c.tar

    0下载:
  2. first the pointer of c is a field "zurueckgerueckt" (in the first run so it shows on the last position!) This position is assigned the value of a and b, where also in these the pointer is first a "zurueckgerueckt". This is has repeatedly un
  3. 所属分类:File Formats

    • 发布日期:2017-04-11
    • 文件大小:1002
    • 提供者:lililove01
  1. matrix

    0下载:
  2. 设计一个简单的2x2阶的矩阵乘法器, A,B 为2*2矩阵 求:C=A*B-Order to design a simple 2x2 matrix multiplier, A, B 2* 2 matrix: C = A* B
  3. 所属分类:Other systems

    • 发布日期:2017-05-03
    • 文件大小:710618
    • 提供者:juaner
  1. Matrix类库

    0下载:
  2. C#编写的矩阵计算类库 实现矩阵的一般计算 方便用户使用
  3. 所属分类:C#编程

  1. 求逆矩阵的C代码

    0下载:
  2. 该函数代码实现求一个N阶方阵的逆矩阵的功能(The function code to achieve a N order inverse function of the square matrix)
  3. 所属分类:其他

    • 发布日期:2017-12-20
    • 文件大小:103424
    • 提供者:朱迎昌
« 1 2 34 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com