搜索资源列表

  1. div2

    0下载:
  2. 大数除法的实现算法,不仅能实现两个大数的除法,而且能实现浮点数之间以及浮点数与整数之间的除法-majority of the division algorithm, is not only able to make large numbers of division two, but to achieve a float and between integer and floating point divider between the
  3. 所属分类:系统编程

    • 发布日期:2024-05-19
    • 文件大小:241664
    • 提供者:赵惠
  1. shift_div

    0下载:
  2. 基于FPGA,实现了移位除法的功能,程序接口简单,十分好用,已经验证。-Based on the FPGA, to achieve the division of functional shift, the program interface is simple, very easy to use, has already been verified.
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:liqijun
  1. 8bitmcu24div

    0下载:
  2. 8位单片机(如51)实现24位除法汇编程序-8-bit MCU (eg 51) to achieve 24-bit division assembler
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-19
    • 文件大小:84992
    • 提供者:lan
  1. bn_div

    0下载:
  2. 实现大整数的除法运算,实 现大整数的除法运算-Realize large integer division operator, the realization of large integer division operator
  3. 所属分类:CA认证

    • 发布日期:2024-05-19
    • 文件大小:3072
    • 提供者:wuyuan
  1. Qdiv

    0下载:
  2. 使用移位减法完成32位除法操作。适用于没有除法指令的嵌入式处理器。源码简单,适用-Use of translocation to complete 32-bit subtraction division operation. Does not apply to the embedded processor division instruction. Source is simple, the application of
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:10664417
  1. div

    0下载:
  2. 双字节二进制有符号数除法(补码)汇编程序(51)-Double-byte signed binary number of division (Complementary Code) assembler (51)
  3. 所属分类:汇编语言

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:单片机
  1. divide

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

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:lyy
  1. asm51

    0下载:
  2. 51子程序库,浮点、定点、加法、减法、乘法、除法-51 subroutine library, floating point, fixed point, addition, subtraction, multiplication, division
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-19
    • 文件大小:33792
    • 提供者:张燕
  1. BigNumber

    0下载:
  2. 大数加法、减法、乘法和除法的C语言实现源码,可以帮助实现大数运算。-Addition of large numbers, subtraction, multiplication and division of the C language source code that can help realize computation of large numbers.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-19
    • 文件大小:6144
    • 提供者:木易
  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. 所属分类:并行运算

    • 发布日期:2024-05-19
    • 文件大小:6144
    • 提供者:guyh
  1. GaoJingDu

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

    • 发布日期:2024-05-19
    • 文件大小:391168
    • 提供者:zhao
  1. divider

    0下载:
  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编程

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:jh
  1. sy33

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

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:唐世兴
  1. bgDiv

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

    • 发布日期:2024-05-19
    • 文件大小:46080
    • 提供者:齐达拉图
  1. 8bit

    0下载:
  2. 8bit数与8bit数的除法,用来实现数的除法,但不支持浮点数运算-8bit divider with 8bit
  3. 所属分类:并行运算

    • 发布日期:2024-05-19
    • 文件大小:25600
    • 提供者:jiachen
  1. gaojindukuaisuchufa

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

    • 发布日期:2024-05-19
    • 文件大小:81920
    • 提供者:jiachen
  1. chufaqichengxu

    0下载:
  2. 除法器程序,除法器模块,定点数除法的相关代码。-Divider procedures, divider module, the related fixed-point code division.
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-19
    • 文件大小:392192
    • 提供者:jiachen
  1. divisionotwopolynomial

    0下载:
  2. 此程序功能主要是实现两多项式的除法运算,-The main function of this program is to achieve the division of two polynomial computation,
  3. 所属分类:Windows编程

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:szhg
  1. diverse

    0下载:
  2. 该pdf 详细介绍了 提高除法电路的方法。和设计出发电路时要注意的问题, 介绍了各种除法设计代码-Pdf details the divider circuit to improve the method. And design of the starting circuit should pay attention to the issue of when to introduce a variety of design code
  3. 所属分类:编辑器/阅读器

    • 发布日期:2024-05-19
    • 文件大小:258048
    • 提供者:gjp_rain
  1. ha0098

    0下载:
  2. 8位,16位,24位,32位除法运算程序-CALCULATE
  3. 所属分类:汇编语言

    • 发布日期:2024-05-19
    • 文件大小:11264
    • 提供者:zhuxiaofeng
« 1 23 4 5 6 7 8 9 10 ... 46 »

源码中国 www.ymcn.org