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

搜索资源列表

  1. fibnum.zip

    0下载:
  2. 这个程序是一个Win32程序,计算Fibonacci斐波纳契数列(一种整数数列, 其中每数等于前面两数之和)。其定义是f(1) = 1,f(2) = 2,并且当n>2时, f(n) = f(n-1) + f(n-2)。源代码种给出了三种计算方法。第一种方法用递归,第二种方法用大数组,第三种方法用小数组。此外,这个程序还具备多线程特性,所以在运算时可以做其它操作。代码用到了以前创建的Win32类。测试为发现bug和内存溢出。
  3. 所属分类:数值算法/人工智能

    • 发布日期:
    • 文件大小:67.88kb
    • 提供者:
  1. FixMath

    3下载:
  2. 这是我本人编写的一个32位定点小数运算的函数库。对于没有浮点运算器的场合,可以提供进行小数运算的一种途径-This is my prepared in a 32-bit fixed point decimal computing functions. For no floating point unit occasions, it can provide for fractional arithmetic, as a way to
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:210kb
    • 提供者:吴雨
  1. 定点运算器.rar

    0下载:
  2. 实现二进制定点运算: 1.定点整数补码加法 2.定点整数补码减法 3.定点小数Booth补码一位乘法 4.定点小数原码一位除法(加减交替法) 5.定点小数补码一位除法(加减交替法) 6.定点小数原码一位乘法 7.定点小数原码两位乘法 8.定点整数原码乘法 9.定点整数原码除法,achieve binary fixed point operations : 1. Sentinel integral complement Adder 2. Sentinel integral
  3. 所属分类:数据结构常用算法

    • 发布日期:2016-01-23
    • 文件大小:10.79kb
    • 提供者:陈婷
  1. gauss.rar

    0下载:
  2. 用高斯列主元消元法解下列线性方程组 高斯消元求解一些系数矩阵中含有极小数的情况下,会产生巨大的舍入误差,导致算法失效。一个简单而有效的改进方法是每次在进行将当前列中元素的消成0的运算时,选择当前列j对应的行(j to n)中绝对值较大的一个数作为主元行,这样,误差就会减小很多,PCA with out Gaussian elimination method solution of the following system of linear equations to solve a numbe
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:100.12kb
    • 提供者:刘佳
  1. fibnum

    0下载:
  2. 这个程序是一个Win32程序,计算Fibonacci斐波纳契数列(一种整数数列, 其中每数等于前面两数之和)。其定义是f(1) = 1,f(2) = 2,并且当n>2时, f(n) = f(n-1) + f(n-2)。源代码种给出了三种计算方法。第一种方法用递归,第二种方法用大数组,第三种方法用小数组。此外,这个程序还具备多线程特性,所以在运算时可以做其它操作。代码用到了以前创建的Win32类。测试为发现bug和内存溢出。--Calculate Fibonacci value.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-23
    • 文件大小:68.19kb
    • 提供者:杨广铭
  1. calculator

    0下载:
  2. 简单的计算器,简单的四则运算,小数运算 适合初学者-Simple calculator, simple arithmetic, decimals computing for beginners
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:441.44kb
    • 提供者:
  1. add

    0下载:
  2. 用双向链表实现任意位数的正负整数或小数的加法、减法和乘法运算以及对文件的相关操作。 文件说明: 给定的文件a*.txt为第一个数,b*.txt为第二个数,要求加法产生的结果存储在add*.txt中,减法产生的结果存储在sub*.txt中,乘法产生的结果存储在mult*.txt中,*为对应的一组数据。 -The realization of arbitrary list with two-way median of positive and negative integers or
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:4.28kb
    • 提供者:sanghy
  1. BigNum

    0下载:
  2. 构造大数运算类 +;-;*;/ 并测试。<br>1. 不考虑括号 <br>2. 输入数据最大长度为40 位,要捕获异常 <br>3. 不考虑输入小数部分,<br>4. 测试要完整,先输入两个数,可输出上面两个数的运算结果 <br>5. 需要输出商和余数-Construction of large numbers+-*/computing and test category. <br> 1. Not consider brac
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-04
    • 文件大小:13.26kb
    • 提供者:heqin
  1. Arithmetic

    0下载:
  2. 可进行大数的加减乘除、阶乘、三角函数、幂指数(指数只支持整数)的运算,支持小数运算,重载了以上功能的运算符号。 可运算数学表达式。 可进行16进制之内任意进制之间的转换-Addition and subtraction to multiplication and division to carry out large numbers, factorials, trigonometric functions, power index (index only supports integer
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:605.39kb
    • 提供者:MagicKino
  1. fraction

    1下载:
  2. 分数类的定义和实现。例如分数的加减乘除运算和小数化为分数的实现-Score class definition and implementation. For example, addition and subtraction fraction into a decimal fraction multiplication and division operations and the realization of
  3. 所属分类:Data structs

    • 发布日期:2016-01-24
    • 文件大小:424.17kb
    • 提供者:Ye Ping
  1. jisuanjizuchnegyuanli

    0下载:
  2. 能够实现定点小数的机器数表示、定点小数的变形补码加减运算、定点小数的原码一位乘法运算和浮点数的加减运算。-Able to achieve fixed-point decimal number of machines that the deformation of complement fixed-point decimal addition and subtraction operations, the original code a fixed-point decimal multiplica
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:347.55kb
    • 提供者:施振磊
  1. LongNumber

    0下载:
  2. 大数(含小数)的加、减、乘、除、幂运算,支持正负,用链表实现,理论上无限大小-Large numbers (including decimals) and add, subtract, multiply, divide, power operations and support positive and negative, with a linked list to achieve, theoretically unlimited size
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-03
    • 文件大小:11.31kb
    • 提供者:林凯杰
  1. a

    0下载:
  2. 除法运算以外的几种大数运算 (包含了小数) -Division operation other than the operation of several large numbers (including the decimal)
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:3.41kb
    • 提供者:邵伯仲
  1. 9

    0下载:
  2. 计算大数整小数乘法9位运算 也就是含小数的大数乘法 其中运算时 采用9位9位的进行运算 大大的提高了运算速度-Calculate the multiplication of large numbers the whole nine decimal operation is the multiplication of large numbers with decimal operation which used 9 9 computing greatly improve the conduct o
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1.35kb
    • 提供者:邵伯仲
  1. dot

    0下载:
  2. 该算法可以实现两个至多500位的大整数或者小数的乘法运算-The algorithm can achieve up to 500 two large integers or decimal multiplication
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1.08kb
    • 提供者:鲁蔷
  1. Fourtheunit

    0下载:
  2. 制作一个可供小学数学运算的程序。范围为0—100 整数加减乘除四则运算,如结果为小数四舍五入保留小数点后两位。 根据输入题数出题,题目应为随机,每次应不一样。 -Make a for primary school of mathematical. Range of 0 100 integerAdds, subtracts, divides the operation of the fourAs a result of decimals, keep two. after the dec
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-19
    • 文件大小:5.14mb
    • 提供者:王康
  1. 16008408_E1

    0下载:
  2. 1、实现算术表达式的求值运算,程序通过键盘输入一个表达式,通过运算得到表达式的值,并在显示器上输出完整的表达式及其值; 2、程序实现时,采用栈数据结构 3、表达式以字符串的形式输入; 4、表达式中包括的基本运算符有加、减、乘、除(分别用+、-、*、、表示),表达式中包括括号的处理,括号可以嵌套;表达式中的数字可以是整数,也可以是小数-1, and the evaluation of arithmetic operations, the program through keyboard
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:3.27kb
    • 提供者:张笑薇
  1. Haffman_tree

    0下载:
  2. 实现加减乘除运算和把小数转化为分数的形式表现出来的运算程序。- This programm can reality the arithmatic.
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:11.78kb
    • 提供者:汪洋
  1. caculator

    0下载:
  2. 计算器,其主要功能 (1)实现基本数学运算(加减乘除等),而且要能进行混合运算 (2)实现部分函数功能,如求平方根、求倒数等 (3)能实现小数运算 界面与标准计算器界面类似-Calculator, its main function (1) for basic mathematical operations (addition, subtraction, etc.), but can be mixed operations (2) to achieve partial function feat
  3. 所属分类:Algorithm

    • 发布日期:2017-05-14
    • 文件大小:3.2mb
    • 提供者:张雯
  1. 1

    0下载:
  2. 本程序能实现表达的基本运算加、减、乘、除、括号的处理及小数运算,虽然完整性检查能够指出大部分表达式错误,但仍有欠缺之处。大体上能完成课程设计要求。-Expression computing
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:99.86kb
    • 提供者:miaoye
« 12 »
搜珍网 www.dssz.com