CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数学计算/工程计算 搜索资源 - 加法运算

搜索资源列表

  1. high_add

    0下载:
  2. 在此程序中,实现任意长整数的加法运算,也就是高精度加法-in this process, the realization of arbitrary long integer addition operations, which is high-precision Adder
  3. 所属分类:数学计算/工程计算

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

    0下载:
  2. 大数运算...可以让任意的数字进行加法运算 ... 还有乘法程序 想要的可以+q 89179414
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1450
    • 提供者:zhang1159
  1. 一元多项式的表示及加法

    0下载:
  2. 这是一个用VC实现在数据结构课程中比较经典的应用的一项式运算的程序.这个也测试通过.应该没有任何问题.-with VC data structure courses in the more classic use of a Type Operational procedures. This is also the test. Should be no problem.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:5939
    • 提供者:陈天
  1. bigint

    0下载:
  2. 用C语言写的大数加法算法,可以实现大整数的加法运算-The big integer addition operation
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:11362
    • 提供者:tee
  1. matrix

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

    • 发布日期:2017-03-24
    • 文件大小:376712
    • 提供者:
  1. matrix

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

    • 发布日期:2017-03-29
    • 文件大小:5917
    • 提供者:向巍
  1. plus

    0下载:
  2. 大数加法 两个大数的加法运算,用数组实现-The addition of large numbers addition operation of two large numbers, using the array to achieve
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:627
    • 提供者:candy
  1. jiafa

    0下载:
  2. 支持浮点数的大数加法,对位数不加限制的,并且支持浮点数的大数加法运算-this code is very useful for the float add,there is no contor for number.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:1329
    • 提供者:宋子玉
  1. jiafaqi

    0下载:
  2. 改程序实现了简单的加法器功能,很容易完成加法运算。-Reform program to achieve a simple adder function, it is easy to complete the addition.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:4807
    • 提供者:王磊
  1. binadd

    0下载:
  2. 用C++实现加法运算 算法不能使用C++内部的加法运算 采用二进制操作实现加法-With the addition operation in C++ C++ algorithm can not use the internal operation of addition operations to achieve binary adder
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:487355
    • 提供者:yujia
  1. Untitled1

    0下载:
  2. 在C++环境下实现一元多项式之间的加法运算-In C++ environment to achieve a polynomial addition operation between
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:916
    • 提供者:wangchong
  1. plus

    0下载:
  2. 该程序以解决日常生活中的三个树的加法运算为主要目的-with this program,you can easily slove the problem of plus
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:876582
    • 提供者:夏阳
  1. dotprodc

    0下载:
  2. 数组乘法运算 数组加法运算 累乘累加 三个以上数组-Array multiplication array addition operation tired multiply and accumulate
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:985
    • 提供者:rabbit
  1. CPP

    0下载:
  2. 完成稀疏矩阵的各种运算;加法:可以完成加法的情况下分别对每行处理,如果非零员的列标小则在插入之,相同则完成加法运算,如果结果非零则插入。否则继续下一个飞灵员的处理。最后把没有处理的全部插入。 减法:可以完成减法的情况下,把非零员都变反,再调用加法运算。 乘法,在可以进行乘法的情况下,分别对每行处理:列如:如果M的第一行的第一个和最后一个非零,则把第一个和最后一个分别和N的第一行和最后一行的非零员相乘。得到的结果保存在相应的位置上,再处理下行。把结果在相同位置上的相加。最后用稀疏矩阵的存储
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:2023
    • 提供者:
  1. 32weijiafa

    0下载:
  2. 处理大型数据的程序,完成对超长32为正整数的加法运算。-Processing of large data procedures, performed on over 32 is a positive integer addition operations.
  3. 所属分类:Algorithm

    • 发布日期:2017-12-02
    • 文件大小:470339
    • 提供者:任政燊
  1. bignumber

    0下载:
  2. 大数和是比较困难的加法运算,我运用了vc++语言实现了它-Large numbers and
  3. 所属分类:Algorithm

    • 发布日期:2017-12-04
    • 文件大小:933
    • 提供者:陈益民
  1. Large-integer-addition

    0下载:
  2. 大整数加法,实现最长为250个数字的加法运算。-Large integer addition
  3. 所属分类:Algorithm

    • 发布日期:2017-11-15
    • 文件大小:659
    • 提供者:Aquarius
  1. The-addition-of-high-precision

    0下载:
  2. 高精度加法的Pascal源代码文件,求任意位数的加法运算。-The addition of high-precision Pascal source code files, find any digit adder.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:540
    • 提供者:王海涛
  1. jiafayunsuan

    0下载:
  2. 运用vc2012,采用mfc模块实现简单的加法运算-Using vc2012, using mfc simple adder module
  3. 所属分类:Algorithm

    • 发布日期:2017-05-17
    • 文件大小:4511234
    • 提供者:张忱
  1. hw2

    0下载:
  2. 实现两个超大整数的高精度加法运算,数据位数较多,处理时要用字符串-Achieve two large high-precision integer addition operations, data bits more, use string handling
  3. 所属分类:Algorithm

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