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

搜索资源列表

  1. mul

    0下载:
  2. 此汇编程序可进行任意位数的相乘只需修改内数组的数值即可 此程序以1234与4567为例-compilation procedures can be arbitrary multiplication of the median only changes within the array of numerical procedures to be like 1234 and 4567 as an example
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1066
    • 提供者:
  1. Sum2

    0下载:
  2. sum2:是用汇编语音程序设计的。用途:用户输入两个数,将其相乘放入数组中 -sum2 : Speech is a compilation of program design. Purpose : user input number two, to multiply into an array
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1165
    • 提供者:linling
  1. gaojingdujiechengsuanfa

    0下载:
  2. 高精度乘法基本思想和加法一样。其基本流程如下: ①读入被乘数s1,乘数s2 ②把s1、s2分成4位一段,转成数值存在数组a,b中;记下a,b的长度k1,k2; ③i赋为b中的最低位; ④从b中取出第i位与a相乘,累加到另一数组c中;(注意:累加时错开的位数应是多少位 ?) ⑤i:=i-1;检测i值:小于k2则转⑥,否则转④ ⑥打印结果
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1037
    • 提供者:Eurik
  1. 3

    0下载:
  2. 里面包含三个源码,1,两种排序方法及折半查找,2,数组实现两个矩阵相乘。3,找鞍点(我源码有限,也只能上传一些简单一点的)
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1516
    • 提供者:yuan
  1. Matrix.设计一个造成矩阵类Matrix

    0下载:
  2. 设计一个造成矩阵类Matrix,包含一个元素类型为int的二维数组,分别设计一个静态方法和实例方法把矩阵转置,分别设计静态方法和实例方法实现二个矩阵相加、相乘。重写方法toString(),使其能输出此矩阵。,Caused by the design of a matrix of type Matrix, contains an element type for the two-dimensional array of int, respectively, to design a static
  3. 所属分类:数学计算/工程计算

    • 发布日期:2017-03-22
    • 文件大小:1521
    • 提供者:5235668
  1. dashuxiangcheng

    0下载:
  2. 大数据相乘,多字节数据之间的乘法运算,使用数组存储-Large data multiply, multi-byte data of the multiplication, the use of an array of storage
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:740
    • 提供者:刘兵
  1. new

    1下载:
  2. 这是一个维数不定的两矩阵相乘的程序,该程序先检测输入的数组是否构成矩阵,再判断这两个矩阵是否满足相乘条件,若满足则进行相乘运算,并求出相乘后的结果!-This is an indefinite number of two-dimensional matrices of the program to detect whether an array of input matrix, and then determine whether the two matrix multiply to meet
  3. 所属分类:Other windows programs

    • 发布日期:2015-03-06
    • 文件大小:189338
    • 提供者:qulidan
  1. Memoized_Matrix_Chain

    0下载:
  2. 数组链乘备忘录法,用来有效的解决多个矩阵相乘优化算法-Memorandum of law by an array of links to a number of effective solutions to optimize matrix multiplication algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-24
    • 文件大小:338088
    • 提供者:fish
  1. duichengjuzhen

    0下载:
  2. 对称矩阵相乘:2. A和B是两个n×n阶的对称矩阵,以行为主序输入对称矩阵的下三角元素,压缩存储存入一维数组A和B,编写一个算法计算对称矩阵A和B的乘积,结果存入二维数组C。-Symmetric matrices: 2. A and B are two n × n symmetric band matrix, in order to conduct the main sequence of input symmetric matrix elements of lower triangular,
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:160424
    • 提供者:李月
  1. juzhenxiangchengfangfa

    0下载:
  2. 矩阵相乘算法,矩阵可以存放在一维数组中,也可以存放在二维数组中-Matrix multiplication algorithm, the matrix can be stored in one-dimensional array can also be stored in two-dimensional array
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-01
    • 文件大小:998
    • 提供者:刘青
  1. Csharp_30SmallExamples

    0下载:
  2. 关于C#编程的30个小例子。包括矩阵相乘、汉字识别、数组等。-C# programming on the 30 small example. Including matrix multiplication, Chinese character recognition, and array.
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:28549
    • 提供者:Alex_WX
  1. tensor_toolbox_2.2

    0下载:
  2. 多维数组tensor的一些运算代码,可以进行tensor间相乘,tensor与矩阵相乘等,运算很完备-tools used for multi array type tensor, it can be used to multiply tensor or array
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:285141
    • 提供者:sharling
  1. BigNumMul

    0下载:
  2. 该程序主要是使用数组的方式,实现两个大整数相乘。-The procedure is to use an array of ways to achieve multiply two big integers.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:584872
    • 提供者:徐飞
  1. eglish

    0下载:
  2. 设计一个造成矩阵类Matrix,包含一个元素类型为int的二维数组,分别设计一个静态方法和实例方法把矩阵转置,分别设计静态方法和实例方法实现二个矩阵相加、相乘。重写方法toString(),使其能输出此矩阵。-english.txt
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-06
    • 文件大小:750
    • 提供者:吴宝雨
  1. rrr

    0下载:
  2. 码主要由两条指令组成:第一个,利用式(4-2-3)计算信道增益;第二个,通过数组相乘对输入信号幅度进行尺度变换。-Code composed mainly of two instructions: the first one, using equation (4-2-3) Calculate the channel gain second, multiplied by an array of input signal amplitude scaling.
  3. 所属分类:3G develop

    • 发布日期:2017-03-29
    • 文件大小:569
    • 提供者:eunice
  1. SparseMatrixArithmeticUnit

    1下载:
  2. 稀疏矩阵是指那些多数元素为零的矩阵。利用“稀疏”特点进行存储和计算可以大大节省存储空间,提高计算效率。实现一个能进行稀疏矩阵基本运算的运算器。在一个矩阵中,可以用一个三元组〈row,column,value〉唯一地确定一个矩阵元素,因此,可以利用一个三元组数组(三元组表)来表示一个稀疏矩阵。此程序代码实现了两个稀疏矩阵相加、相减和相乘的运算。稀疏矩阵的输入形式采用三元组表示,而运算结果的矩阵则以阵列形式列输出。-Are those most sparse matrix element is ze
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:2302
    • 提供者:秦论剑
  1. dashuxiangcheng

    0下载:
  2. 用数组实现的大数相乘,主要算法是模拟手算-Multiplying large numbers using an array implementation, the main algorithm is a simulation of hand-counted
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:1417
    • 提供者:niebing
  1. mm_naive

    0下载:
  2. 用C语言实现简单的数组相乘计算的并行算法,应用经典的naive分块法,在一定程度上,提高并行之后的计算效率。-C language through parallel MPI way to achieve simple array calculated by multiplying.
  3. 所属分类:MPI

    • 发布日期:2017-11-14
    • 文件大小:4010
    • 提供者:wang
  1. POJ1001

    0下载:
  2. 大整数数组相乘 核心:整数数组相乘,得到乘积数组,最后再转化为字符数组输出。-Large integer multiplication array Core: an integer array multiplication, get the product array, and finally into a character array output.
  3. 所属分类:source in ebook

    • 发布日期:2017-04-12
    • 文件大小:1037
    • 提供者:chao jie
  1. arr

    0下载:
  2. 简单的java数组倒序输出和数组相乘的例子,当作练练手的简单小练习(Simple java array reverse output examples)
  3. 所属分类:其他

    • 发布日期:2017-12-26
    • 文件大小:2048
    • 提供者:雪月花
« 12 3 »
搜珍网 www.dssz.com