搜索资源列表

  1. 单片机除法

    0下载:
  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. 所属分类:其它资源

    • 发布日期: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

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

  1. 16位二进制PIC除法子程序

    0下载:
  2. 16位二进制PIC除法子程序-16 binary division subroutine PIC
  3. 所属分类:WEB源码

    • 发布日期:2024-05-07
    • 文件大小:2048
    • 提供者:汪峰
  1. 除法32

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

    • 发布日期:2024-05-07
    • 文件大小:1024
    • 提供者:刘役
  1. 除法

    0下载:
  2. 32比特整数与16比特整数相除的一种方法-32-bit integer and 16-bit integer eliminate a method
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-07
    • 文件大小:6144
    • 提供者:小方
  1. 16_16DIV

    0下载:
  2. 多位数除法程序,满足在单片机编程中对除法程序的需要,解决了单片机指令无除法程序的缺点,而且本程序不限制位数。-over the median divider, which meets in MCU Programming division procedures to the needs of SCM solutions division procedures directive without shortcomings, but the
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-07
    • 文件大小:4096
    • 提供者:方丹
  1. subr

    0下载:
  2. VHDL 8位无符号除法器 试验报告 计算前在A和B端口输入被除数和除数,然后在Load线上送高电平,把数据存到除法计算电路内部,然后经过若干个时钟周期,计算出商和余数,并在C和D端输出。 其实现方法是,将除法器分为两个状态:等待状态与运算状态。 开始时除法器处于等待状态,在该状态,在每一时钟上升沿,采样Load信号线,若是低电平,则仍处于等待状态,如果采样到高电平,除法器读取A,B数据线上的输入数据,保存到内部寄存器a_r
  3. 所属分类:ISAPI/IE编程

    • 发布日期:2024-05-07
    • 文件大小:82944
    • 提供者:aa
  1. ha0014s

    0下载:
  2. MCU加、减、乘、除法,包含单字节到多字节,可直接调用-MCU, plus or minus, multiplication and division, including more single-byte to byte can be called directly
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2024-05-07
    • 文件大小:6144
    • 提供者:
  1. 定点运算器

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

    • 发布日期:2024-05-07
    • 文件大小:359424
    • 提供者:陈婷
  1. 单片机除法

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

    • 发布日期:2024-05-07
    • 文件大小:1024
    • 提供者:杨海
  1. C51div

    0下载:
  2. 一种实用的单片机多字节除法算法以及实现的汇编源代码。稍加改动就能作为子程序调用。相对实用。-a practical multi-byte microcontroller division algorithm and the realization of the compilation of source code. Little changes can serve as a subroutine call. Relative pract
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-07
    • 文件大小:4096
    • 提供者:王海
  1. 200632146671689

    0下载:
  2. 基于vhdl在FPGA中实现高精度快速除法-based on the FPGA VHDL precision rapid division
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-07
    • 文件大小:741376
    • 提供者:lele
  1. DDIV4

    0下载:
  2. 适用于单片机自己编写的汇编程序,考虑了双字节可进行4舍五入的除法,完全版,通过验证。-apply to the preparation of a compilation of their own procedures, consider the double byte can be four to five homes in the division, Complete, through certification.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-07
    • 文件大小:1024
    • 提供者:刘雁
  1. DIV24_16

    0下载:
  2. div24_16 8051 div24_16 除法源碼-div24_16 8051 div24_16 division FOSS
  3. 所属分类:电子书籍

    • 发布日期:2024-05-07
    • 文件大小:1024
    • 提供者:
  1. verilog_Divide

    0下载:
  2. 这是我下的一个用verilog实现的除法代码-This is the one I use to achieve the verilog code division
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-07
    • 文件大小:7168
    • 提供者:
  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. 所属分类:图形图象

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

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

    • 发布日期:2024-05-07
    • 文件大小:1024
    • 提供者:hunter.he
« 12 3 4 5 6 7 8 9 10 ... 46 »

源码中国 www.ymcn.org