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

搜索资源列表

  1. dot

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

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

    0下载:
  2. 计算机组成原理算法实现(二) 课题2,能够实现定点小数的机器数表示、定点小数的变形补码加减运算、定点小数的原码一位乘法运算和浮点数的加减运算-Principles of Computer Algorithm (b) subject 2, the machine can achieve the fixed-point decimal number that the deformation of complement fixed-point decimal addition and subtra
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:101625
    • 提供者:依然菜刀
  1. BigNumOperater

    0下载:
  2. 大整数模板,支持加法乘法除法 取小数mod-Large integer templates, support the addition multiplication division to take fractional mod
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:6344
    • 提供者:liuice
  1. Long-decimal-multiplication

    0下载:
  2. 长小数的乘法实现,用字符串存储实现的,测试够 100 正确-Long decimal multiplication to achieve , with the string storage , and test enough 100 correct
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:819
    • 提供者:liujie
  1. dsp_xiyiz

    0下载:
  2. 本程序是在5416平台上完成的小数的乘法与累加运算,包括整数的乘累加、小数的乘累加。另外对常用的指令的寻址方式做了详细说明。可以做为学习DSP一个非常典型的例程。 -The routine was completed based on Tms320VC5416 , aimed to mutiply and add between float or integer numbers. In addition ,the instructions were describled in detail
  3. 所属分类:DSP program

    • 发布日期:2017-04-02
    • 文件大小:14566
    • 提供者:lijunke
  1. jisuanji

    0下载:
  2. 计算机组成原理实现,能够实现定点小数的机器数表示、定点小数的变形补码加减运算、定点小数的原码一位乘法运算和浮点数的加减运算。-Principles of Computer Organization implementation,Able to achieve the number of fixed-point decimal machines, the deformation of the fixed-point decimal addition and subtraction of compl
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-17
    • 文件大小:400284
    • 提供者:wuwenqin
  1. Multiply-accumulate-process-dsp

    0下载:
  2. TMS320系列中dsp乘法累加程序, 本程序是在DSP平台上完成的小数的乘法与累加运算,本人自行编译亲测-Multiply-accumulate process
  3. 所属分类:DSP program

    • 发布日期:2017-03-27
    • 文件大小:1018
    • 提供者:liruxin
  1. jsexp

    0下载:
  2. 定点小数机器表示 定点小数变形补码加减运算 定点小数的原码乘法 浮点数加减运算-The fixed-point decimal machine fixed-point decimal deformation complement addition and subtraction of the original code of the fixed-point decimal multiplication floating-point addition and subtraction
  3. 所属分类:CSharp

    • 发布日期:2016-01-25
    • 文件大小:117760
    • 提供者:酒神
  1. calculator

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

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

    0下载:
  2. 在汇编语言中实现两个浮点小数的乘法的源程序。-The method of two floats multiplity by asm
  3. 所属分类:assembly language

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

    0下载:
  2. 实现计算器的功能。主要功能要求如下: ⑴ 计算任意一个常量算术表达式的加法、减法、除法以及乘法。运算数可缺省为十进制的整数和小数,其它可选项为二进制,八进制和十六进制。 ⑵ 实现计算器的其它功能,如求对数,平方根等。 ⑶ 要求使用图形界面。人机界面友好。如用户输入错误在计算之前可以修改 -Achieve the function of the calculator. The main functional requirements are as follows: ⑴ calcul
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-10
    • 文件大小:11080428
    • 提供者:yongge
  1. Large-number

    0下载:
  2. 大数加法减法乘法只支持大数减小数对乘积的结果进位 -Large number of add and subtract
  3. 所属分类:software engineering

    • 发布日期:2017-11-13
    • 文件大小:1012
    • 提供者:陌雨暄
  1. Verilog-shift-mulfunction

    0下载:
  2. FPGA verilog 实现任意位宽的移位相乘法,有符号小数或者有符号整数相乘。函数调用方式-FPGA verilog achieve any bit-wide shift multiplication , signed or signed decimal integer multiplication . Function call
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:1135
    • 提供者:李潇
  1. Verilog-shift-mul

    0下载:
  2. FPGA verilog 实现任意位宽的移位相乘法,有符号小数或者有符号整数相乘非函数调用-FPGA verilog achieve any bit-wide shift multiplication , signed or signed decimal integer multiplication non- function call
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1635
    • 提供者:李潇
  1. controller

    0下载:
  2. 1输入四个整数,输出其中最大的数与次大数。 2.输入五门学科的成绩(整数),计算出总分和平均分,平均保留一位小数,输出结果。根据平均分划分等级(E:0-59、D:60-69、C:70-79、B:80-89、A:90-100)使用(if和switch分别实现)。 Choice/10 求 3.输入一个合法的正整数,求出它是几位数;分别打印出每一位数字,按逆序输出各位上的数字. a 10 4. a/10 5.输出1~100之间的偶数,5个数字一行输出。 6.使用循环输出九九乘法
  3. 所属分类:Other systems

    • 发布日期:2017-05-04
    • 文件大小:1266923
    • 提供者:爱珍
  1. newCount

    0下载:
  2. 1.所有已知错误除大数乘法外皆解决 2.添加按键音 3.解决老版本缓冲区清空问题 4.添加类似windows计算器的/=功能(即自身作为第二个操作数) 5.目前小数仅保留4位以内-1. All known bugs are solved outside except multiply large numbers 2. Add the key tone 3. Solve the problem the old version of the buffer empty 4.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-05-13
    • 文件大小:2733047
    • 提供者:
« 1 2»
搜珍网 www.dssz.com