搜索资源列表

  1. bignumer

    0下载:
  2. 本程序定义了长度为41的数组来存放大数,进行对大数的运算。四则运算的算法就跟平时我们笔算四则运算的方法基本上一样,加减法的时间复杂度为n,乘除法的时间复杂度为n的平方。对四十位内的计算几乎都可以瞬时完成。-definition of the procedures for the length of the 41 arrays to store large numbers, the majority of arithmetic. Four
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:22975
    • 提供者:liuchuan
  1. FloatCalculator

    0下载:
  2. 哈工大 计算机学院 组成原理大作业 运用程序模拟浮点数的运算 1. 用户输入十进制的阶码和尾数 2. 根据浮点运算的法则进行运算。 3. 浮点四则运算:加减法可以使用同一种对阶方法,乘除法可以使用同一种对阶方 4. 对运算的方法得到的结果进行检查,看是否溢出,并把结果规格化。
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:11471
    • 提供者:常昊宇
  1. EMC_mult_div

    0下载:
  2. EMC 乘除法运算 (四节除以两节、四字街除以单字节、三字节除以两字节、适合于双字节除以双字节、双字节除以单字节、单字节除以单子节)
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:2540
    • 提供者:灵四
  1. bigint

    0下载:
  2. 实现大整数的加减乘除法运算,C++编写.比较简单
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:8072
    • 提供者:tqc
  1. crc32源码及资料

    1下载:
  2. CRC校验采用多项式编码方法。多项式乘除法运算过程与普通代数多项式的乘除法相同。多项式的加减法运算以2为模,加减时不进,错位,如同逻辑异或运算。-CRC polynomial used coding method. Polynomial multiply and divide computing process and the general polynomial algebra multiply and divide the same
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:4967260
    • 提供者:陈少良
  1. crc32源码及资料

    0下载:
  2. CRC校验采用多项式编码方法。多项式乘除法运算过程与普通代数多项式的乘除法相同。多项式的加减法运算以2为模,加减时不进,错位,如同逻辑异或运算。-CRC polynomial used coding method. Polynomial multiply and divide computing process and the general polynomial algebra multiply and divide the same
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2024-07-04
    • 文件大小:4967424
    • 提供者:
  1. bignumer

    0下载:
  2. 本程序定义了长度为41的数组来存放大数,进行对大数的运算。四则运算的算法就跟平时我们笔算四则运算的方法基本上一样,加减法的时间复杂度为n,乘除法的时间复杂度为n的平方。对四十位内的计算几乎都可以瞬时完成。-definition of the procedures for the length of the 41 arrays to store large numbers, the majority of arithmetic. Four
  3. 所属分类:系统编程

    • 发布日期:2024-07-04
    • 文件大小:22528
    • 提供者:liuchuan
  1. FloatCalculator

    0下载:
  2. 哈工大 计算机学院 组成原理大作业 运用程序模拟浮点数的运算 1. 用户输入十进制的阶码和尾数 2. 根据浮点运算的法则进行运算。 3. 浮点四则运算:加减法可以使用同一种对阶方法,乘除法可以使用同一种对阶方 4. 对运算的方法得到的结果进行检查,看是否溢出,并把结果规格化。-HIT computer college composed of the principle of operation the use of
  3. 所属分类:书籍源码

    • 发布日期:2024-07-04
    • 文件大小:11264
    • 提供者:
  1. EMC_mult_div

    0下载:
  2. EMC 乘除法运算 (四节除以两节、四字街除以单字节、三字节除以两字节、适合于双字节除以双字节、双字节除以单字节、单字节除以单子节) -EMC computing multiplication and division (4 divided by 2, divided by the number of single-byte characters Street, the three bytes divided by two bytes,
  3. 所属分类:汇编语言

    • 发布日期:2024-07-04
    • 文件大小:2048
    • 提供者:灵四
  1. bigint

    0下载:
  2. 实现大整数的加减乘除法运算,C++编写.比较简单-Realize large integer addition and subtraction, multiplication and division operations, C++ Prepared. Relatively simple
  3. 所属分类:其他小程序

    • 发布日期:2024-07-04
    • 文件大小:910336
    • 提供者:tqc
  1. asm

    0下载:
  2. 有关汇编运算的子程序,里面有多字节的乘除法运算-The compilation of computing routines, which a number of bytes of multiplication and division operations
  3. 所属分类:汇编语言

    • 发布日期:2024-07-04
    • 文件大小:6144
    • 提供者:温学柚
  1. chongzai

    0下载:
  2. c++复数类乘除法运算重载——成员函数形式-c++ operator overloading complex multiplication and division classes- the form of member functions
  3. 所属分类:其他小程序

    • 发布日期:2024-07-04
    • 文件大小:1024
    • 提供者:张利强
  1. Copimtion

    0下载:
  2. C代码优化方案 目录 __ 2 C代码优化方案__ 4 1、选择合适的算法和数据结构__ 4 2、使用尽量小的数据类型__ 5 3、减少运算的强度__ 5 (1)、查表(游戏程序员必修课)_ 5 (2)、求余运算__ 6 (3)、平方运算__ 6 (4)、用移位实现乘除法运算__ 6 (5)、避免不必要的整数除法__ 8 (6)、使用增量和减量操作符
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-07-04
    • 文件大小:10240
    • 提供者:dingchao
  1. 51_jisuanqi

    0下载:
  2. 基于51单片机简易计算器的设计,能够实现加减乘除法运算。-A simple calculator designed with 51 MCU, which can do addition,subtraction,multiplication and division operation,
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-07-04
    • 文件大小:26624
    • 提供者:徐世涛
  1. scale

    0下载:
  2. YUV420视频的缩放,经过高度的优化,其中三次卷积插值(cubic convolution)算法的效果最好,优化程度也最高。其基本思想是通过整型化、查表等方法消除每一帧图像插值运算中的浮点运算和乘除法运算。-scale YUV420 video fr a mes with cubic, bilinear & cubic convolution interpolation algorithms。
  3. 所属分类:图形图像处理(光照,映射..)

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

    0下载:
  2. 使用51和键盘实现十以内的加减乘除法运算,经过测试运行正常。-51 and keyboard within 10 addition and subtraction, multiplication and division operations, operating normally tested.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-07-04
    • 文件大小:80896
    • 提供者:
  1. AN_SPMC75_0201

    0下载:
  2. 利用SPCM75乘除法运算开发的的全套代码测试程序,ASM源码-Use the SPCM75 multiplication and division to develop the full code test program, ASM source
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2024-07-04
    • 文件大小:362496
    • 提供者:菠菜
  1. chongzai100

    0下载:
  2. c++复数类乘除法运算重载——成员函数形式-c++ operator overloading complex multiplication and division classes- the form of member functions
  3. 所属分类:数据库编程

    • 发布日期:2024-07-04
    • 文件大小:1024
    • 提供者:zhao6156824
  1. matlab图像的加减乘除法运算

    0下载:
  2. matlab图像的加减乘除法运算用于图像的各类运算(The calculation method of add, subtract, multiply and divide matlab images)
  3. 所属分类:Windows编程

    • 发布日期:2024-07-04
    • 文件大小:2048
    • 提供者:liuxinglvn
  1. 大数

    0下载:
  2. 进行大数运算的程序,可以实现100位的乘除法运算(Large number operation)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-07-04
    • 文件大小:207872
    • 提供者:woked
« 12 »

源码中国 www.ymcn.org