CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 控制台(字符窗口)编程 搜索资源 - Multiplication

搜索资源列表

  1. 对称矩阵相乘

    0下载:
  2. 一个“对称矩阵相乘”的实例。其中包含5个源文件。编译运行后,由用户输入两个矩阵,程序自动输出结果-a "symmetric matrix multiplication" examples. Containing five source files. Compiling and running, two from user input matrix, automatically output
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:1746
    • 提供者:夏玉
  1. bigmultiply

    0下载:
  2. 实现两个大整数的相乘、附有测试数据以及试验报告一份。-achieve two large integer multiplication, with the test data and a test report.
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:9840
    • 提供者:shifu2007
  1. Matrix

    0下载:
  2. 实现稀疏矩阵的各种运算操作,包括加法,减法,乘法,转置,求逆矩阵-Sparse matrix operations to achieve a variety of operations including addition, subtraction, multiplication, transpose, inverse matrix
  3. 所属分类:Console

    • 发布日期:2017-04-02
    • 文件大小:171491
    • 提供者:chaser tang
  1. juzhen3.1

    0下载:
  2. 动态规划解决矩阵连乘问题 算法设计与分析实验题-With dynamic programming to solve the matrix multiplication problem
  3. 所属分类:Console

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

    0下载:
  2. 实现矩阵的特征值特征向量的计算,矩阵乘法,线性方程组求解以及矩阵行列式计算。-Eigenvectors of the matrix eigenvalue computation, matrix multiplication, solving linear equations and matrix determinant calculation.
  3. 所属分类:Console

    • 发布日期:2017-06-14
    • 文件大小:23005054
    • 提供者:d_cloud
  1. CPPmathgame

    0下载:
  2. 自动出题20以内退位减法,并进行了创新设计 1) 可以自动出题进位加法题目,如:3+8=?,或?+8=16 或7+?=12。 2) 可以自动出乘法 如: 2*5=?或?*5=35或8*?=32。 3) 随机决定当前题目是进位加法、乘法和退位减法题目。-Automatic title 20 or less the abdication subtraction, and the innovative design 1) can be automatically out of the
  3. 所属分类:Console

    • 发布日期:2017-03-29
    • 文件大小:682
    • 提供者:李明
  1. data_structure

    0下载:
  2. 实现矩阵的加减乘除的运算,可实现不同的运算功能-Matrix addition and subtraction, multiplication and division to achieve the operator can compute different functions
  3. 所属分类:Console

    • 发布日期:2017-04-06
    • 文件大小:5724
    • 提供者:yyx
  1. Mul

    0下载:
  2. 用c++实现的九九乘法表-c++ implementation of the multiplication table
  3. 所属分类:Console

    • 发布日期:2017-04-04
    • 文件大小:870058
    • 提供者:ketty1989
  1. Multiplication

    0下载:
  2. A program that process the multiplication table of a given dimension of a given numbers. Usually binary formulation from the abstract algebra is needed for this program.
  3. 所属分类:Console

    • 发布日期:2017-03-30
    • 文件大小:1312
    • 提供者:Eilana
  1. matchain

    0下载:
  2. 这是一个算法设计与分析课程的实验,对曼彻斯特乘法链进求最有运算顺序的源码。由本人自行编写,希望和大家交流与分享。-This is an algorithm design and analysis of the experimental program, the multiplication of Manchester into the demand chain operations in order to source the most. Prepared by me on their own,
  3. 所属分类:Console

    • 发布日期:2017-03-29
    • 文件大小:2035
    • 提供者:Tiger
  1. 3_2

    0下载:
  2. 应用指针变量实现字符串的逆序显示:① +,-,*,/,^,| 分别代表加、减、乘、除、乘方、开平方。 ② 输入上述符号,输入则显示“你操作有误!”,然后退出程序; 如果输入正确,则提示用户输入相应的数据,然后进行计算并 显示结果。-Application of the reverse pointer for string variables showed: ①+,-,*,/,^,| representing addition, subtraction, multiplicat
  3. 所属分类:Console

    • 发布日期:2017-04-03
    • 文件大小:272517
    • 提供者:一鹏
  1. BigInteger

    0下载:
  2. C++实现了一个大整数类,包括加法,减法,乘法,除法,以及求余等功能,并对以上操作符进行了重载,经反复测试,运行结果正确-C++ implementation of a large integer categories, including addition, subtraction, multiplication, division, and remainder functions, and these operators were overloaded, after repeated tes
  3. 所属分类:Console

    • 发布日期:2017-04-10
    • 文件大小:1279
    • 提供者:
  1. ch02

    0下载:
  2. 复数的加法法则   复数的加法按照以下规定的法则进行:设z1=a+bi,z2=c+di是任意两个复数,   则它们的和是 (a+bi)+(c+di)=(a+c)+(b+d)i.   两个复数的和依然是复数,它的实部是原来两个复数实部的和,它的虚部是原来两个虚部的和。   复数的加法满足交换律和结合律,   即对任意复数z1,z2,z3,有: z1+z2=z2+z1 (z1+z2)+z3=z1+(z2+z3). 编辑本段复数的乘法法则   规定复数的乘法按照以下的法则进行:   设z1
  3. 所属分类:Console

    • 发布日期:2017-04-14
    • 文件大小:3337
    • 提供者:李江涛
  1. PolynMul

    0下载:
  2. 多项式相乘的源码。可实现相加、相乘运算。-Polynomial multiplication of the source. Can be achieved add, multiply operations.
  3. 所属分类:Console

    • 发布日期:2017-04-08
    • 文件大小:311064
    • 提供者:王冰华
  1. Big-matrix-multiplication

    0下载:
  2. 大矩阵分块相乘,从文件中一次把矩阵读入内存,然后在内存中进行分块。-Big matrix multiplication
  3. 所属分类:Console

    • 发布日期:2017-03-28
    • 文件大小:4396
    • 提供者:duoduo
  1. matrix

    0下载:
  2. matrix multiplication
  3. 所属分类:Console

    • 发布日期:2017-04-03
    • 文件大小:855
    • 提供者:StukWCY
  1. FOJ_1683

    0下载:
  2. FOJ的1683题,采用二分矩阵乘法的实现,源代码已在OJ上测试通过-FOJ' s 1683 title, with the realization of the binary matrix multiplication, the source code has been tested in the OJ by
  3. 所属分类:Console

    • 发布日期:2017-11-06
    • 文件大小:148566
    • 提供者:forest
  1. calculator

    0下载:
  2. 计算器,功能要求: <1>用户输入算式文本,确定后程序给出计算结果,支持两个操作数的加减乘除四则运算即可。例如 用户输入“1234+5678”,敲回车键后,屏幕显示“1234+5678=6912”,然后等待用户输入下一个算式文本; 又如用户输入“123/78”,敲回车键后,屏幕显示“123/78=1.577”, 然后等待用户输入下一个算式文本; 乘法符号用“*”表示 <2>操作数最多不超过四位,可以是整数或小数;结果如果是小数,保留到小数点后3位。
  3. 所属分类:Console

    • 发布日期:
    • 文件大小:935
    • 提供者:wangliangtao
  1. zc_CBigNum_10071701

    0下载:
  2. 自己编写的大数库,可实现大整数的加减乘除求余,取模等多种计算,经过实验证明,所有运算都是正确的。-Write your own library of large numbers, large integer addition and subtraction, multiplication and division remainder modulo a wide variety of computing, after the experiment proved, all the operation
  3. 所属分类:Console

    • 发布日期:2017-11-04
    • 文件大小:346142
    • 提供者:郑倡
  1. Matrix-multiplication

    1下载:
  2. c++实现两个矩阵相乘,实现一个4*3的矩阵与一三乘四矩阵相乘-C++ the realization of the two matrix multiplication
  3. 所属分类:Console

    • 发布日期:2015-03-06
    • 文件大小:215040
    • 提供者:危育冰
« 12 3 »
搜珍网 www.dssz.com