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

搜索资源列表

  1. Divider

    0下载:
  2. 一个用vhdl硬件描述语言实现的一个比较简单的除法器-an divider using vhdl
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-07
    • 文件大小:148536
    • 提供者:maxpayne
  1. Example_Calculate

    0下载:
  2. 一个计算器示例:实现加、减、乘、除运算,注意在进行除法运算时,如果除数为0,那么【简单】就直接输出0来,【复杂】那么要对用户进行错误提示-Examples of a calculator: the realization of add, subtract, multiply, with the exception of computing, pay attention to during the division operation, if the divisor is 0, then a si
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:4852
    • 提供者:林翔
  1. D

    0下载:
  2. 计算两个100位大数的除法,结果保留100位小数-Calculation of two of the division of large numbers 100, 100 to retain a small number of results
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-25
    • 文件大小:92009
    • 提供者:毛杰
  1. double_subc

    0下载:
  2. Verilog 下 16位除法算法程序,高精度,固定17个时钟周期-Verilog under 16 division algorithm procedures, high-precision, fixed in 17 clock cycles
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-24
    • 文件大小:146230
    • 提供者:huangyongbing
  1. Low-power

    0下载:
  2. 1.通过键盘、LCD来进行超低功耗实验 2 在一段时间内,如果用户没有进行按键操作,系统将进入“睡眠”--低功耗状态 3 用户按键后,系统从低功耗状态转到正常的工作状态 4 在非低功耗状态下,程序接收键盘按键执行加法器操作(因为键盘和LCD限制不能实现复杂 5 的功能,如乘法、减法、除法等).-1. Through the keyboard, LCD for ultra low-power experiment 2 over a period of time, if the us
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:33093
    • 提供者:陈永涛
  1. zichengxuku

    0下载:
  2. 有整数乘法、除法、加法及减法的使用汇编语言子程序-There is an integer multiplication, division, addition and subtraction of the use of assembly language subroutines
  3. 所属分类:assembly language

    • 发布日期:2017-04-29
    • 文件大小:18067
    • 提供者:fataimai
  1. PolyFractionValu

    0下载:
  2. 本程序提供大量实用多项式计算函数:求一维实(复)多项式值、求一维多项式组值、求二维实(复)多项式值、两一维多项式相乘、两一维多项式除法、计算连分式函数值。-look it yourself.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-07
    • 文件大小:1127991
    • 提供者:雾水葛
  1. MATLABtuxiangcaidanyingyong

    0下载:
  2. 包括UIMENU菜单的应用,除法计算器,单选框的使用,添加环境效果,改变坐标轴范围等子程序-Including the application menu UIMENU, calculator division, the use of a single box, add the environmental effects of changes in the scope axis Subroutine
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:2162
    • 提供者:songyunxia
  1. flodiv

    0下载:
  2. 本程序实现标准浮点数除法。 入口参数:被除数在ARGBH1:ARGBL1:EXP1中,除数在ARGBH2:ARGBL2:EXP2中。 出口参数:结果在ARGBH1:ARGBL1:EXP1中。-This procedure to achieve the standard floating-point division. Entrance parameters: dividend in ARGBH1: ARGBL1: EXP1, the divisor in ARGBH2: ARGBL2:
  3. 所属分类:assembly language

    • 发布日期:2017-04-12
    • 文件大小:1119
    • 提供者:liu gang
  1. calculator

    0下载:
  2. 计算器能够实现加法,减法,乘法,除法,取倒。-calculator
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-09
    • 文件大小:1868707
    • 提供者:
  1. jisuanqi

    0下载:
  2. 加减乘除法,模的运算X的Y次方均可计算,功能强大,运算迅速,错误率低-Calculation method, mode of operation X of Y can be calculated power, powerful, speedy operation, a low error rate
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:4191
    • 提供者:王磊
  1. VHDL

    0下载:
  2. VHDL的4bit*4bit的有符号无符号的乘法除法实现-VHDL unsigned signed to achieve the multiplication division
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-26
    • 文件大小:9814
    • 提供者:cgy
  1. MCS-51subprogramlib

    1下载:
  2. MCS-51单片机实用子程序库,目前已有若干版本的子程序库公开发表,它们各有特色。本程序库中的开平方算法为快速逼近算法,它能达到牛顿迭代法同样的精度,而速度加快二十倍左右,超过双字节定点除法的速度。 -MCS-51 subprogram library
  3. 所属分类:software engineering

    • 发布日期:2017-04-16
    • 文件大小:28490
    • 提供者:孙天奇
  1. BigInt

    0下载:
  2. 大整数除法 比如说超过64位的整数相除-big int division
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-23
    • 文件大小:2225
    • 提供者:liqiang
  1. yuanjian

    0下载:
  2. 51单片机多字节乘除法,采用标准ASM语言,以子函数的格式,可随便调用-51 single-chip multi-byte multiplication and division, the use of standard language ASM to Functions format, can be readily called
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-05-20
    • 文件大小:5999679
    • 提供者:唤醒
  1. crc_division

    0下载:
  2. 16位CRC的按位除法,多项式为16,12,5,1-16-bit division by the CRC, the polynomial for 16,12,5,1
  3. 所属分类:Communication

    • 发布日期:2017-04-07
    • 文件大小:525
    • 提供者:张州
  1. chufa

    0下载:
  2. 这是一个除法程序,游兴趣的朋友可以瞧瞧,具体功能看了就知道啦-not sure,if you like you can have a look!
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:178601
    • 提供者:蔡志刚
  1. java

    0下载:
  2. 简单的计算功能,有加法,减法,乘法,除法的功能-Simple calculation, there are addition, subtraction, multiplication, division of functions
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:2442
    • 提供者:ww
  1. weichu

    0下载:
  2. 用位运算的方法实现无符号整数的除法程序 -The method used to achieve bit unsigned integer division procedure
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:981
    • 提供者:li shu
  1. chufa

    0下载:
  2. 汇编语言 除法 我收集的 4个-Division assembly language, I collected four
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-24
    • 文件大小:10494
    • 提供者:张志刚
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 39 »
搜珍网 www.dssz.com