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

搜索资源列表

  1. MatrixAndComplex_C++

    2下载:
  2. 矩阵、复数自定义数据类型的C++实现。矩阵求逆采用牛顿法。-matrices, the plural-defined data types in C to achieve. Matrix inversion using Newton's law.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:6489
    • 提供者:张彦
  1. 78+687+67468

    1下载:
  2. 使用汇编语言打印输出三阶魔方阵。此程序的功能是:可以输出1、3、5、7、9阶魔方阵。-use of assembly language print output third-order magic matrices. This procedure is the function : 1,3,5,7,9 bands can export the devil phalanx.
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1382
    • 提供者:肖肖
  1. CMatrixForCpp

    1下载:
  2. 一个以double类型为基类型的矩阵类,实现了矩阵的加、减、乘、转置、求逆等基本操作。VC++程序。-a type of double-types of matrices, the matrix to achieve the increase, subtraction, multiplication, transpose, basic inverse operation. VC procedures.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1990
    • 提供者:WM
  1. dualdiag

    0下载:
  2. simultaneously diagonalises two matrices: this is useful in computing LDA or IMELDA transforms
  3. 所属分类:语音合成与识别

    • 发布日期:2008-10-13
    • 文件大小:1633
    • 提供者:simon
  1. JBD

    0下载:
  2. Demo scr ipt for testing for block-diagonalizability of real matrices
  3. 所属分类:语音合成与识别

    • 发布日期:2008-10-13
    • 文件大小:17888
    • 提供者:wfs
  1. gsl-1.10.tar

    0下载:
  2. GNU科学计算函数库GSL(GNU Scientific Library)是一个强大的C/C++数值计算函数库,它是一个自由软件,是GNU项目软件的一个部分,遵循GPL协议。函数库提供了大量的数值计算程序,如随机函数、特殊函数和拟合函数等等。整个函数库大约有1000多个函数,几乎涵盖了科学计算的各个方面。以下是整个函数库的目录: Complex Numbers Roots of Polynomials Special Functions Vectors and Matri
  3. 所属分类:语音合成与识别

    • 发布日期:2008-10-13
    • 文件大小:2842422
    • 提供者:贺强
  1. Matrix_Transposition_Multiplication

    0下载:
  2. Matrix Transposition and Multiplication It is a MIPS assembly program that does the following: given two matrices, M1 and M2, first transpose M2 to obtain M2tran. Then multiply M1 and M2tran.
  3. 所属分类:汇编语言

    • 发布日期:2014-01-18
    • 文件大小:74640
    • 提供者:Hong
  1. LU.rar

    1下载:
  2. 解矩阵方程,可分解为两个矩阵,一个为上三角矩阵,一个为下三角矩阵,再求解,会简化计算,Solution of matrix equation, decomposed into two matrices, one for the upper triangular matrix, a lower triangular matrix, and then solving, will simplify the calculation of
  3. 所属分类:assembly language

    • 发布日期:2017-03-30
    • 文件大小:968
    • 提供者:anglinex
  1. Matrices-3.5

    0下载:
  2. Diseñ o e implementacion con el AP16 un programa que visualice en por lo menos 4 matrices de LEDs de 5x7 mensajes que serán ingresados por medio de un teclado matricial antes de ser visualizados, los mensajes deberán desplazarse a lo largo de las
  3. 所属分类:assembly language

    • 发布日期:2017-11-03
    • 文件大小:64757
    • 提供者:Freddy
  1. a4q1

    0下载:
  2. ARM下 Implement matrix multiplication of 2 square matrices, with data read from an input file and printed both to the console and to an output file. • Assume a file with correct data (no garbage, characters, etc.). • you must check and p
  3. 所属分类:assembly language

    • 发布日期:2017-11-30
    • 文件大小:3588
    • 提供者:李浩
  1. disteusq

    0下载:
  2. calculates the squared euclidean distance between all pairs of rows of two matrices. -calculates the squared euclidean distance between all pairs of rows of two matrices.
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-01
    • 文件大小:1265
    • 提供者:qingpg518
  1. MatrixMutipicationParrarell

    0下载:
  2. This code can use to multiply two matrices in Parallel computer enviroment.c
  3. 所属分类:MPI

    • 发布日期:2017-04-03
    • 文件大小:1695
    • 提供者:chaminda
  1. omp_matrix_multiply

    0下载:
  2. C代码。共享式存储多线程并行计算矩阵相乘代码。适合于SMP结构和多核。-C code. Shared memory multi-threaded parallel computing code matrices. Fit in the structure and multi-core SMP.
  3. 所属分类:MPI

    • 发布日期:2017-04-10
    • 文件大小:528
    • 提供者:computing
  1. MPI.c.tar

    0下载:
  2. Multiple two matrices
  3. 所属分类:MPI

    • 发布日期:2017-04-12
    • 文件大小:2174
    • 提供者:luckystar88
  1. ThePerformanceofFindingEigenvaluesandEigenvectors

    0下载:
  2. The Performance of Finding Eigenvalues and Eigenvectors of Dense Symmetric Matrices on Distributed Memory Computers
  3. 所属分类:source in ebook

    • 发布日期:2017-03-31
    • 文件大小:168641
    • 提供者:krassalex
  1. canon2

    0下载:
  2. 主要还是让A(i,j) B(i,j)进行移动A(i,i+j),B(i+j,j),然后进能直接相乘。具体的内容可以看并行算法导论,-Matrix multiplication with the Cannon Algorithm: The Cannon Algorithm for matrix multiplication was presented in the course “Parallel and Distributed Algorithms “by Dr. Klauck. Sh
  3. 所属分类:MPI

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

    0下载:
  2. this a header file that i have built in C++ that processes all matrices arithmatics-this is a header file that i have built in C++ that processes all matrices arithmatics
  3. 所属分类:SCSI-ASPI

    • 发布日期:2017-04-06
    • 文件大小:1560
    • 提供者:m7ammad
  1. matrices

    0下载:
  2. Complete a Matrix. The program ask you tehe number of elements that you want.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-10
    • 文件大小:745
    • 提供者:serse
  1. Matrices

    0下载:
  2. Metodo para realizar operaciones con matrices
  3. 所属分类:OS Develop

    • 发布日期:2017-03-31
    • 文件大小:1674
    • 提供者:krloz
  1. Matrices

    0下载:
  2. Resolucion de matrices
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-27
    • 文件大小:25403
    • 提供者:ogorut
« 12 3 »
搜珍网 www.dssz.com