搜索资源列表

  1. 计算分数的精确值

    1下载:
  2. 使用数组精确计算M/N(0<M<N<=100)的值。如果M/N是无限循环小数,则计算并输出它的第一循环节,同时要求输出 循环节的起止位置(小数位的序号) *问题分析与算法设计 由于计算机字长的限制,常规的浮点运算都有精度限制,为了得到高精度的计算结果,就必须自行设计实现方法。 为了实现高精度的计算,可将商存放在一维数组中,数组的每个元素存放一位十进制数,即商的第一位存放在第一个元素中,商的第二位存放在第
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1513
    • 提供者:姚紫欣
  1. ha0014s

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

    • 发布日期:2008-10-13
    • 文件大小:6913
    • 提供者:chengxd
  1. Bresenham高效画线算法

    0下载:
  2. 画线的算法不少,但要作到高速、简单并不容易。斜率相乘法是最简单的方法之一,但计算每个点均要花费不少时间用于乘、除法运算;下面介绍的是Bresenham s高效画线算法,对每个点的坐标计算只要加、减法就能完成。-line drawing algorithm, but a lot to be done fast, simple is not easy. The slope is the most simple multiplication
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:4180
    • 提供者:小倪
  1. java设计简单计算器

    0下载:
  2. java设计简单计算器。可以进行最简单的加法、剪法、乘法和除法的运算-simple calculator. Can the most simple addition, shear, the multiplication and division operations
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:1529
    • 提供者:郏雄
  1. 单片机子程序库

    0下载:
  2. 目前已有若干版本的子程序库公开发表,它们各有特色。本程序库中的开平方算法为快速逼近算法,它能达到牛顿迭代法同样的精度,而速度加快二十倍左右,超过双字节定点除法的速度.-there are several versions of the subroutine library published their own characteristics. The library opened in the square approximation
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:2930
    • 提供者:王辉
  1. struct

    0下载:
  2. 本程序用作pid控制,不过基于AVR硬件乘除法,移植性不高,本人是作者。-the procedures for pid control, but based on the hardware AVR calculation method, transplantation is not high, is the author.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1759
    • 提供者:windy
  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. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:4842
    • 提供者:王海
  1. multiply

    0下载:
  2. 本上载源码解决了16位二进制数的乘法,32为除以16位二进制数的除法-uploaded the source code to solve the 16 binary multiplication of the number, 32 to 16 divided by the number of binary division
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:4761
    • 提供者:guorui
  1. MSC51_division_sub

    0下载:
  2. MSC51计算除法例子子程序 (MCU-51) -MSC51 division calculation examples subroutine (MCU-51)
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1326
    • 提供者:潘生
  1. 200632146671689

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

    • 发布日期:2008-10-13
    • 文件大小:741926
    • 提供者:lele
  1. 51jianyijisuanqi

    0下载:
  2. 这是一个用51单片机实现的能进行浮点运算(包括浮点乘法,除法等)的计算器-This is a use of the MCS-51 microcontroller capable of floating-point operations (including floating point multiplication, division, etc.) Calculator
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:19990
    • 提供者:kk
  1. juzhendeyunsuan

    0下载:
  2. 矩阵的运算关于矩阵的加法运算减法运算乘法运算除法运算-matrix arithmetic of addition of Matrix Operational Operational subtraction multiplication division Operational
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1776
    • 提供者:qhc
  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. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:784
    • 提供者:刘雁
  1. Sub_Demo

    0下载:
  2. 定义四个接口,其方法协议分别 完成两个数的加法、减法、乘法和除法操作,其中加法接口是一 个父接口,并依次派生出其他接口。大家帮忙看一下。谢谢! -4 interface definition, the methodology two agreements were completed several Adders, subtraction, multiplication and division operations. Ad
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:872
    • 提供者:盖婷婷
  1. jisuan

    0下载:
  2. 两位十进制数的四则运算,用菜单控制,减法支持负数,除法有8位小数。-two decimal number of four computing, using the menu control, subtraction support negative, the division has eight minority.
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:2701
    • 提供者:张倍宁
  1. fdividing

    0下载:
  2. 浮点除法子程序,可以高效率计算浮点浮点除法,程序短小精干,非常讨巧-floating-point division subroutine, high efficiency calculation float float division, procedures small and lean, very quick and easy
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:9392
    • 提供者:张非
  1. Arthur

    0下载:
  2. 程序功能: 实现一元多项式的四则运算 ,用到的主要就是多现式的实现,除法实现起来是很复杂的。-procedures functions : achieving a polynomial of four operations is mainly used in the more - is the realization Apart from achieving up is very complex.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1969
    • 提供者:宋文强
  1. 16bit_mux_div

    0下载:
  2. PIC16位乘除法-PIC16 - multiplication and division
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:12662
    • 提供者:oy
  1. Vector3src

    0下载:
  2. double类型的3维矢量运算类库,具有加、减、点积、叉积、除法、取模、单位化功能。 -double types of 3-D vector operation library is, plus or minus, plot points, fork plot, division, from mold, Function units.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1080
    • 提供者:王军安
  1. MCS-51_asm_lib

    0下载:
  2. 目前已有若干版本的子程序库公开发表,它们各有特色。本程序库中的开平方算法为快速逼近算法,它能达到牛顿迭代法同样的精度,而速度加快二十倍左右,超过双字节定点除法的速度。-There a number of versions of the subroutine library published their own characteristics. The procedures for the open square approxi
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:17192
    • 提供者:贺建亮
« 1 2 3 45 6 7 8 9 10 ... 46 »

源码中国 www.ymcn.org