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

搜索资源列表

  1. 单片机除法

    1下载:
  2. 这是一个在51单片机上用汇编实现的除法程序。-This one of the 51 Series MCU used to achieve the division procedures.
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2008-10-13
    • 文件大小:825
    • 提供者:杨海
  1. 16位二进制PIC除法子程序

    0下载:
  2. 16位二进制PIC除法子程序-16 binary division subroutine PIC
  3. 所属分类:Web服务器

    • 发布日期:2008-10-13
    • 文件大小:2037
    • 提供者:汪峰
  1. 除法32

    0下载:
  2. 基于51单片机的32位除法程序-based on the 32-bit microcontroller division procedures
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:1354
    • 提供者:刘役
  1. 51对字节汇编除法程序

    0下载:
  2. ;----------------------------------------------- ;多字节十进制除法子程序CDIV ;入口:RO指向被除数2n字节压缩BCD码高位, ;R1指向除数n字节压缩BCD码高位,R3=n ;结果:商数压缩BCD码放入R0~(R0+2n)指向的2n个字节中, ;余数压缩BCD码放入(R0-n)~R0指向的n个字节中 ;使用A,R0,R1,R2,R3,R4,R6,R7,影响CY,CY=1结果溢出
  3. 所属分类:数值算法/人工智能

    • 发布日期:2010-09-23
    • 文件大小:972
    • 提供者:lzw72@sohu.com
  1. 背景减除法-三帧法-高斯背景建模法运动检测-VC

    0下载:
  2. 背景减除法-三帧法-高斯背景建模法运动检测-VC
  3. 所属分类:嵌入式Linux

  1. 树式除法型开方器VERILOG实现

    3下载:
  2. 树式除法型开方器VERILOG实现,用于任意长度的无符号数的开方运算,Square root of the tree-type divider-type device to achieve VERILOG
  3. 所属分类:VHDL编程

    • 发布日期:2017-03-22
    • 文件大小:636
    • 提供者:神气
  1. 采用了辗转相除法得到最大公约数

    0下载:
  2. 有键盘输入两个正整数m,n,然后输出m,n的最大公约数和最小公倍数,采用了辗转相除法得到最大公约数p,然后用m,n的乘积除以p即得最小公倍数。,There are keyboard input two positive integers m, n, then output m, n the common denominator and least common multiple using the division algorithm to be the common denominator p
  3. 所属分类:Windows编程

    • 发布日期:2017-03-22
    • 文件大小:884648
    • 提供者:灵药
  1. frame_difference.用matlab实现的动态目标检测程序

    0下载:
  2. 用matlab实现的动态目标检测程序,背景减除法,Using matlab to achieve a dynamic target detection procedures, background subtraction method
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-03-22
    • 文件大小:942
    • 提供者:anna
  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
    • 文件大小:11053
    • 提供者:陈婷
  1. mutl16 实现16位移位乘法和除法

    1下载:
  2. 实现16位移位,可以实现乘法和除法。满足设计要求,实现代码简短,用verilog完成方便,容易操作。-Achieve 16-bit shift, multiplication and division can be achieved. Meet the design requirements to achieve a short code, complete with verilog convenient, easy to operate.
  3. 所属分类:VHDL编程

    • 发布日期:2017-03-26
    • 文件大小:1579
    • 提供者:吴海勇
  1. divider

    1下载:
  2. 移位快速除法器,通过一次移4位试商实现快速除法功能,较普通减除法器有及其巨大的效率提升-Divider rapid shift by a shift to four test functions of rapid division, as compared with ordinary objects have less efficiency and its huge
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-28
    • 文件大小:900
    • 提供者:jh
  1. 除法器的设计本文所采用的除法原理

    0下载:
  2. 除法器的设计本文所采用的除法原理是:对于八位无符号被除数A,先对A转换成高八位是0低八位是A的数C,在时钟脉冲的每个上升沿C 向左移动一位,最后一位补零,同时判断C的高八位是否大于除数B,如是则C的高八位减去B,同时进行移位操作,将C的第二位置1。否则,继续移位操作。经过八个周期后,所得到的C的高八位为余数,第八位为商。从图(1)可清楚地看出此除法器的工作原理。此除法器主要包括比较器、减法器、移位器、控制器等模块。-Divider design used in this paper, the p
  3. 所属分类:VHDL编程

    • 发布日期:2017-03-25
    • 文件大小:4286
    • 提供者:老毕
  1. gaojingdu

    0下载:
  2. 高精度算法,包括大数加法,大数减法,大数乘法,大数除法,大数取余等高精度算法-High-precision algorithms, including the addition of large numbers, large numbers subtraction, multiplication of large numbers, large numbers division, such as high-precision algorithm for large numbers to take
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:4933
    • 提供者:openxxx
  1. vhd_divider

    0下载:
  2. lattice isplever7竟然没有除法库,只好在网上找了老外写的vhdl除法器-lattice isplever7 Treasury did not divide, so the Internet to find a foreigner to write the VHDL divider
  3. 所属分类:MPI

    • 发布日期:2017-03-29
    • 文件大小:6232
    • 提供者:guyh
  1. GaoJingDu

    0下载:
  2. 高精度 实现加法,减法,乘法还有除法。以求解相关的问题和内容。-Achieve high-precision addition, subtraction, multiplication division there. To solve related issues and content.
  3. 所属分类:File Formats

    • 发布日期:2017-03-31
    • 文件大小:391866
    • 提供者:zhao
  1. sy33

    1下载:
  2. 用汇编语言实现除法功能,简单,方便,易懂,-Using assembly language to achieve division function, simple, convenient, easy-to-understand,
  3. 所属分类:assembly language

    • 发布日期:2017-04-09
    • 文件大小:875
    • 提供者:唐世兴
  1. bgDiv

    0下载:
  2. 大数除法 用字符串表示 返回余数 范例程序-Division of large numbers with the return of more than string a few examples of that process
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-25
    • 文件大小:46047
    • 提供者:齐达拉图
  1. 在VHDL中实现高精度快速除法

    2下载:
  2. 高精度的浮点数除法运算,基于浮点运算的FPGA实现,单精度浮点数-High-precision floating-point division operation, the FPGA based on the realization of floating-point operations, single precision floating point
  3. 所属分类:VHDL编程

    • 发布日期:2013-04-19
    • 文件大小:81437
    • 提供者:jiachen
  1. Project23背景减除法

    0下载:
  2. 通过背景减除法实现目标与背景的分离,并且可以对单目标进行跟踪(The background subtraction method is used to separate the target from the background, and the single target can be tracked)
  3. 所属分类:图形图象

    • 发布日期:2017-12-24
    • 文件大小:7075840
    • 提供者:蓝言
  1. verilog中有符号整数说明及除法实现

    1下载:
  2. 说明了verilog中如何处理符号数的除法(verilog signed divided)
  3. 所属分类:其他

    • 发布日期:2018-01-09
    • 文件大小:1024
    • 提供者:hunter.he
« 12 3 4 5 6 7 8 9 10 ... 39 »
搜珍网 www.dssz.com