搜索资源列表

  1. PluralandMatrix

    0下载:
  2. C源码之复数运算和矩阵运算:内含复数的表示,复数的所有运算(包括求共轭,解析函数等)。矩阵的创建,加减运算,矩阵和向量乘法,矩阵和矩阵乘法,矩阵求逆,求矩阵特征值和特征向量; 现在大量科学计算要求在C编程中使用复数或者矩阵,希望能给你带来帮助~ -C-source computing, and the complex matrix calculation: that includes plural, the plural of
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-19
    • 文件大小:22528
    • 提供者:shiping
  1. matrix

    0下载:
  2. 矩阵运算程序 matrix.h 基于TCL Matrix矩阵类,增加了一些使用的运算函数。具体看源程序。 功能分析: 本程序能完成矩阵的输入、输出。具有相同行数和列数的矩阵间的加法、减法、乘法、除法、求逆、求代数余子式、求伴随矩阵、求行列式值、求条件数等运算。符合矩阵乘法规则要求的矩阵间的乘法。方阵间的除法,方阵的求逆。矩阵的求转置矩阵等功能。 文件 TCL Matrix矩阵类.pdf 中介绍了其详细的使用方法。 -
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-19
    • 文件大小:376832
    • 提供者:
  1. crosslist

    0下载:
  2. 十字链表实现稀疏矩阵的运算 加法,乘法,转置 还有课程报告啊-Cross-linked to achieve sparse matrix operations addition, multiplication, transpose course there is the report of ah
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:277504
    • 提供者:jack
  1. wuxin

    0下载:
  2. 用汇编语言实现两个文件中的矩阵的乘法,将计算结果存入一个新的文件中,带命令行参数运行。-The two documents with the assembly language implementation of matrix multiplication, the calculation result into a new file, with a command-line arguments to run.
  3. 所属分类:汇编语言

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:吴心
  1. asm-juzhen

    0下载:
  2. 汇编矩阵乘法的计算,能够帮助大家学习,属于汇编的课设-Compilation of the calculation of matrix multiplication, can help people learn, is a compilation of lesson design
  3. 所属分类:汇编语言

    • 发布日期:2024-05-19
    • 文件大小:181248
    • 提供者:熊硕
  1. 4

    0下载:
  2. 最小二乘法拟合曲线(用到矩阵求逆、矩阵乘法、矩阵转置)-Least square fitting curve (use matrix inversion, matrix multiplication, matrix transpose)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:223232
    • 提供者:林创明
  1. matrix

    0下载:
  2. 矩阵运算程序,矩阵加法,减法,转置,求逆,乘法,等运算-Matrix operations procedures, matrix addition, subtraction, transpose, inverse, multiplication, and so computing
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-19
    • 文件大小:6144
    • 提供者:向巍
  1. Cannon

    0下载:
  2. 实现了矩阵乘法的cannon算法。用MPI编程,在并行环境中可运行-Cannon implements matrix multiplication algorithm. Programming with MPI, can run in parallel environment
  3. 所属分类:并行运算

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:李光瑞
  1. 3

    0下载:
  2. 数据结构经典制作内容--- 稀疏矩阵的建立十字链表表示稀疏矩阵- 1.稀疏矩阵的加法运算 2.稀疏矩阵乘法运算-- 3.稀疏矩阵的转置-- 4.退出功能)-The contents of the data structure--- the classic production create the sparse matrix sparse matrix that cross list- 1. Sparse matri
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:3072
    • 提供者:shaluo025
  1. Multithread

    0下载:
  2. 操作系统实验 多线程实现矩阵乘法 win32、pthread、java三种线程库均有 适合用来学习多线程操作的入门例程-java, win32, pthread three kinds of thread libraries are suitable for multi-threaded operation started learning routines
  3. 所属分类:进程与线程

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:123
  1. mpi_mat_vect_time

    0下载:
  2. 使用mpi编写的进行矩阵乘法运算的并行程序。(An parallel program using MPI to realize the multiplication of matrices.)
  3. 所属分类:并行运算

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:Teresa123
  1. Cannon乘法

    0下载:
  2. 基于MPI的cannon算法,实现矩阵的相乘(Based on MPI's cannon algorithm, the multiplication of matrix is realized)
  3. 所属分类:并行运算

    • 发布日期:2024-05-19
    • 文件大小:10240
    • 提供者:qdsjc
  1. 第一次实验程序

    0下载:
  2. 矩阵乘法的不同循环方式的算法实现,比较了各种算法所用时间的长短(Matrix multiplication of different cycle mode algorithm, compared to the length of time used in various algorithms)
  3. 所属分类:并行运算

    • 发布日期:2024-05-19
    • 文件大小:946176
    • 提供者:晚来的风66
  1. mult88

    0下载:
  2. 两个8*8矩阵相乘,每个矩阵内部元素相同,简化运算;modelsim编译仿真,ise或vivado下载,实现FPGA显示。(Two 8*8 matrix multiplication, each element of the same matrix, simplifying the operation; Modelsim compiler simulation, ISE or vivado download, to achieve FP
  3. 所属分类:并行运算

    • 发布日期:2024-05-19
    • 文件大小:7168
    • 提供者:xx.
  1. matrix.java

    0下载:
  2. 矩阵乘法计算量估算:输入多行,先输入要计算乘法的矩阵个数n,每个矩阵的行数,列数,总共2n的数,最后输入要计算的法则,输出需要进行的乘法次数(Matrix multiplication estimation: multi line input, input matrix to calculate the number of N matrix multiplication, each row number, column number,
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:shallow100
  1. juzhen

    0下载:
  2. 内容为C语言实现的矩阵求逆子函数,矩阵乘法子函数,加法,减法子函数,矩阵转置子函数(Including a.C file content for the C language matrix for inverse function)
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:hnuduanyang
  1. 矩阵运算程序

    0下载:
  2. 程序包含矩阵加减、转置和乘法的功能,用于学习动态内存分配、结构体、二级指针、文件I/O.(The program contains the function of matrix addition, subtraction, and multiplication, which is used to learn dynamic memory allocation, structure, two level pointer, file I/O
  3. 所属分类:Windows编程

    • 发布日期:2024-05-19
    • 文件大小:244736
    • 提供者:theisness
  1. 矩阵

    0下载:
  2. 矩阵的基本计算,包括从文件中读取矩阵,加法减法乘法和转置(Basic calculation of matrix)
  3. 所属分类:Windows编程

    • 发布日期:2024-05-19
    • 文件大小:2044928
    • 提供者:程序霸霸
  1. 用最小二乘法解一个或多个非线性方程。

    1下载:
  2. LMFNLSQ2求解一个或多个超定的非线性方程 在最小二乘意义上,打印雅可比矩阵和经过的时间(LMFNLSQ2 Solve one or more of (over)determined nonlinear equations % in the least squares sense, prints Jacobian matrix and elapsed time)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:6144
    • 提供者:taodashi
  1. 最小二乘法估计仿射矩阵

    0下载:
  2. 目前MATLAB里边对于多点计算仿射矩阵普遍采用RANSAC法,但是比较麻烦计算量也相对较大,通过最小二乘法来进行仿射矩阵的估计能够大大提高该效率,所以奉上自己在实验室写的仿射矩阵估计函数,来弥补matlab函数库在这方面的不足。(The MATLAB inside for calculating affine matrix commonly used RANSAC method, but more trouble calculatio
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:AVATAR123
« 1 2 3 45 6 7 8 9 10 ... 38 »

源码中国 www.ymcn.org