搜索资源列表

  1. martix_multi

    0下载:
  2. 实现矩阵乘法运算,用vc6.0开发,同时还实现方阵的幂运算。-The realization of matrix multiplication, using vc6.0 development, but also achieve the computing power of the square.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-19
    • 文件大小:403456
    • 提供者:李密
  1. juzhenchengfa

    0下载:
  2. 该程序为在一个并行计算矩阵乘法的程序,需要在LINUX中安装MPI函数包。大家可以学习一下,感受一下并行计算的原理-The program for the calculation of matrix multiplication in a parallel process, you need to install the MPI function LINUX package. We can learn about and experie
  3. 所属分类:并行运算

    • 发布日期:2024-05-19
    • 文件大小:147456
    • 提供者:稀有品种
  1. capi-0.21

    0下载:
  2. CAPI多核编程算法库0.21版,里面有分布式队列、分布式查找、分布式内存管理、任务图调度、动态任务调度等多种容器,新增了CWaitTaskScheduler任务调度容器和并行Strassen矩阵乘法等。-CAPI programming algorithm for multi-core library version 0.21, which are distributed queue, distributed search, dist
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:322560
    • 提供者:zhou
  1. matvec

    0下载:
  2. 矩阵向量的MPI乘法,butong de fangfa -mpi inor matrix vect
  3. 所属分类:并行运算

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

    0下载:
  2. 该程序 描述了一个矩阵乘法动态万年历-................................
  3. 所属分类:其他小程序

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

    0下载:
  2. cannon的并行算法,使用MPI编写的,对矩阵乘法的一种运算方法-cannon of the parallel algorithm using MPI written as a matrix multiplication of the methods of calculation
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:周济
  1. wtsf.tgz

    0下载:
  2. N皇后问题回溯算法.c 货郎担分枝限界图形演示.c 矩阵乘法动态规划.c 万年历 动态计算网络最长最短路线.c 货郎担限界算法.c 骑士遍历 网络最短路径Dijkstra算法.c-N queens problem backtracking algorithm. C TSP branch and bound graphical presentation. C matrix multiplication, dynamic program
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-19
    • 文件大小:20480
    • 提供者:swikon
  1. Fibbonaci

    0下载:
  2. 计算费波拉系数 主要包括矩阵乘法 迭代法 递归法 公式法 -Pola coefficient calculating fees include recursive method iterative matrix multiplication formula for law, etc.
  3. 所属分类:压缩解压

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

    0下载:
  2. 矩阵乘法是线性代数运算中最常见的运算,它在科学研究以及工程开发中都具有举足轻重的作用,提高其运算的效率是很多大型的学术研究中的内容,这边论文是分析主要的两个矩阵乘法算法.-Linear algebra matrix multiplication is the most common operation, it is in scientific research and engineering development have a dec
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-19
    • 文件大小:26624
    • 提供者:王斌
  1. JUZHEN

    0下载:
  2. Descr iption 给定一个有N个矩阵的矩阵链A1A2A3...An,矩Ai的维数为pi-1*pi。我们都知道,使用朴素的矩阵乘法去乘两个维数分别为x,y和y,z的矩阵,所需要的乘法次数为x*y*z。矩阵链乘法问题就是如何对矩阵乘积加括号,使得它们的乘法次数达到最少。 Input 输入的第一行为一个正整数N(1<=N<=200)。表示矩阵的个数。 输入的第二行包含N+1个整数,分
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:406528
    • 提供者:王泽萌
  1. matrix

    0下载:
  2. 了解STRASSEN与传统矩阵乘法相比较,其乘法次数比传统的少,但是加法的次数却减少了。-Learn STRASSEN compared with the traditional matrix multiplication, multiply the number of its less than the traditional, but the number of additions have been reduced.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-19
    • 文件大小:984064
    • 提供者:孙静
  1. alg_3

    0下载:
  2. 快速傅立叶变换计算多项式,strassen算法计算矩阵相乘,以及其和普通多项式、矩阵乘法的比较-Fast Fourier Transform calculation of polynomial, strassen matrix multiplication algorithm, and its and ordinary polynomials, matrix multiplication comparison
  3. 所属分类:其他小程序

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

    0下载:
  2. 1.实现时间复杂度为 Ο (nlg7) strassen矩阵乘法 2. 实现时间复杂度为 Ο(n3) 常规矩阵乘法 3. 能随机生成矩阵 4. 分析比较不同输入规模下的strassen算法与常规矩阵乘法的运行时间-1. To achieve the time complexity of Ο (nlg7) strassen matrix multiplication 2. To achieve the time complex
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-19
    • 文件大小:36864
    • 提供者:liupz
  1. Problem

    0下载:
  2. 十个利用矩阵乘法解决的经典题目。 里面有详细解说,适合ACMer.-10 using matrix multiplication to solve the classic title. Inside there is a detailed explanation for ACMer.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:247808
    • 提供者:Freshines
  1. Example9_7

    0下载:
  2. 用C/S结构求解矩阵乘法问题。使用一个客户和几个服务器求解大型的矩阵乘法问题。-With the C/S structure of matrix multiplication to solve the problem. The use of a client and several servers for solving large matrix multiplication problem.
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:似曾相识
  1. parallel_matrix_multiply_demo

    0下载:
  2. 基于MPI得并行矩阵乘法 Cannon算法实现 该程序基于 Boost 和 MPI 实现了Cannon 算法实现对矩阵得并行求积。 -MPI-based parallel matrix multiplication may Cannon algorithm implementation of the program and the MPI-based Boost algorithm achieved Cannon was paral
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:1980416
    • 提供者:李劲松
  1. Matrix

    0下载:
  2. 矩阵乘法使用其次乘法迭代计算,数据随机生成,可以设置矩阵阶数。-Matrix multiplication using the multiplication followed by iterative calculation, the data randomly generated, you can set the order of matrix.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:25600
    • 提供者:mcfly
  1. CUDAMatrixMul

    0下载:
  2. cuda矩阵乘法 通过GPU并行运算实现乘法的加速-cuda GPU parallel matrix multiplication operation by the accelerated realization of multiplication
  3. 所属分类:C#编程

    • 发布日期:2024-05-19
    • 文件大小:504832
    • 提供者:王晓明
  1. CUDAMatrixMultiplication

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

    • 发布日期:2024-05-19
    • 文件大小:319488
    • 提供者:Wang Tingting
  1. juzhenchengfa

    0下载:
  2. 快速乘法程序,对于矩阵的一些计算,提供了快速实现方法,希望能给大家一点帮助!-Rapid multiplication process, a number of calculations for the matrix provides a fast implementation, and I hope to give everyone a little help!
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-19
    • 文件大小:7150592
    • 提供者:chenping
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 38 »

源码中国 www.ymcn.org