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

搜索资源列表

  1. lzxc

    0下载:
  2. 辗转相除法求最大公约数和最小公倍数,辗转相除法求最大公约数和最小公倍数-辗转相除法求最大公约数和最小公倍数
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:780
    • 提供者:徐云
  1. gaojing

    0下载:
  2. 高精度,自己写的,还好吧。应该有用。里面有加法减法乘法除法。-Precision, wrote it myself, okay. Should be useful. Addition subtraction multiplication division there.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-12
    • 文件大小:608
    • 提供者:杨林
  1. calculater

    0下载:
  2. 计算器,可以用来计算简单的加减法以及乘除法。文件不大但很实用。-calculater
  3. 所属分类:Algorithm

    • 发布日期:2017-03-25
    • 文件大小:3386
    • 提供者:王兴生
  1. PiCalculator

    0下载:
  2. 这个算法是平方收敛的(每次迭代有效位数增加一倍), 这样要求到Q位有效数字,就至少要log2Q+1次迭代 显然,这种计算是要高精度表示的, 我所用的算法就是普通的高精度加减乘除 加减是O(n)的,时间花费很少。 乘除是O(n2)的,主要的时间花费都在这上面。 而由这个算法中可以看到,bn的计算需要开根号。 这里有两种开根号的办法: ①用初中教我们的方法,每次开两位根号,用除法减掉, 这样所需时间为n2·n/2=O(n3),不可忍受! ②用牛顿迭
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:45068
    • 提供者:joyeep
  1. div

    0下载:
  2. 大除法 用数组实现大数的除法 大数最长个数是1000位-Division to achieve a large array of large numbers of the division with the maximum number is 1000 of large numbers
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:169015
    • 提供者:linux
  1. matrix

    0下载:
  2. 本程序能完成矩阵的输入、输出。具有相同行数和列数的矩阵间的加法、减法。符合矩阵乘法规则要求的矩阵间的乘法。方阵间的除法,方阵的求逆。矩阵的求转置矩阵等功能。-This procedure can complete matrix input and output. With the same number of rows and columns between the matrix addition, subtraction. Meet the requirements of the rules
  3. 所属分类:Algorithm

    • 发布日期:2017-05-08
    • 文件大小:1652583
    • 提供者:cuijianyong
  1. big-number-calculation

    0下载:
  2. 大整数基本运算,包含加减乘除,带余除法。-Big number calculation!!
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:1999589
    • 提供者:钟少华
  1. Mader.div.5

    0下载:
  2. 八位数的除八位数的精确五位数除法(带著作权)...................................................中共中央总书记写的程序-In addition to eight the number of eight-digit number of the exact division of five (with copyright)
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:1591
    • 提供者:李小祥
  1. float

    0下载:
  2. 二进制浮点数运算,包括加法、减法、乘法、除法等一系列源代码-Binary floating-point operations, including addition, subtraction, multiplication, division and a series of source code
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:6278
    • 提供者:李峰
  1. dashuyunsuan

    0下载:
  2. vb 大数运算 包括 加法 减法 乘法 以及 除法-big number add reduce multiline divide
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-01
    • 文件大小:4272
    • 提供者:李振
  1. fengshu

    0下载:
  2. 分数的加法、减法、乘法、除法以及通分和约分-Fraction addition, subtraction, multiplication, division and the common denominator and some points
  3. 所属分类:Algorithm

    • 发布日期:2017-05-02
    • 文件大小:922815
    • 提供者:李洁
  1. xiaoxueshengshuxuelianxi

    0下载:
  2. 随机出10道题(加法、减法、乘法、除法),由学生解答,10道完成后给出成绩及评语。要求加法、减法、乘法、除法各设计一个函数。参数为两个数据,返回解答结果(对为1,错为0)。-Random out of 10 questions (addition, subtraction, multiplication, division), by students to answer, given after completion of 10 grades and comments. Requires add
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-12
    • 文件大小:937
    • 提供者:liulisha
  1. Matrix

    0下载:
  2. VC++ 矩阵运算程序及技术文档,主要是进行矩阵的输入、输出运算,本程序能根据矩阵表达式来进行表达式求解。也就是说程序能判定各个运算符的优先权,然后进行分析计算。同时它还可对具有相同行数和列数的矩阵间的加法、减法运算,符合矩阵乘法规则要求的矩阵间的乘法运算,方阵间的除法,方阵的求逆,矩阵的求转置矩阵等运算。 -VC++ matrix operations procedures and technical documentation, primarily the matrix of the i
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:53527
    • 提供者:
  1. Matrix

    0下载:
  2. 本程序能完成矩阵的输入、输出。具有相同行数和列数的矩阵间的加法、减法。符合矩阵乘法规则要求的矩阵间的乘法。方阵间的除法,方阵的求逆。矩阵的求转置矩阵等功能。-This procedure can complete matrix input and output. With the same number of rows and columns between the matrix addition, subtraction. Meet the requirements of the rules
  3. 所属分类:Algorithm

    • 发布日期:2017-05-08
    • 文件大小:1648864
    • 提供者:王呈祥
  1. dazhengshuchufa-project

    0下载:
  2. 大整数除法的实现。使用字符串。期中包括大整数的加法和减法-Implementation of large integer division. String. Period, including a large addition and subtraction of integers
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:5577
    • 提供者:紫剑
  1. 101

    0下载:
  2. 大数算法:输入2个很多位的数,求两个数的加法,减法,乘法,以及除法! 以及输入一个n,求n的阶乘!-Large Number Algorithm: Enter the number 2 many, find two numbers addition, subtraction, multiplication, and division! And the input of a n, find the factorial n!
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:113508
    • 提供者:code
  1. gaojinduchufa

    0下载:
  2. C++写的 高精度除法 的代码实现,分享给大家一起学习用,跟乘法一起看比较好-Written in C++ code to achieve high-precision division, to share with everyone learning to use, with the multiplication look better with
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:754
    • 提供者:cm
  1. Polynomial

    0下载:
  2. 多项式的运算,只是简单的加法和乘法。减法可以通过加法修改就可以了,但是除法就有点难度对于本人刚学的来说-Polynomial operations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:2383
    • 提供者:沛东
  1. lpmart

    0下载:
  2. 13.1 比较器模块 13.2 计数器模块 13.3 差分模块 13.4 除法模块 13.5 增益模块 13.6 递增递减模块 13.7 乘法累加模块 -Comparator module 13.2 13.1 13.3 Difference counter module module module division 13.4 13.6 13.5 Gain Block incremental decrease of 13.7 multiply-accumulat
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:533401
    • 提供者:cjh
  1. liangxi

    0下载:
  2. 求两个整数的最小公倍数的简单的算法代码,辗转相除法-Least common multiple of two integers a simple algorithm code, the Euclidean algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:1093
    • 提供者:shiwangying
« 1 2 3 45 6 7 8 »
搜珍网 www.dssz.com