搜索资源列表
bignumer
- 本程序定义了长度为41的数组来存放大数,进行对大数的运算。四则运算的算法就跟平时我们笔算四则运算的方法基本上一样,加减法的时间复杂度为n,乘除法的时间复杂度为n的平方。对四十位内的计算几乎都可以瞬时完成。-definition of the procedures for the length of the 41 arrays to store large numbers, the majority of arithmetic. Four
FloatCalculator
- 哈工大 计算机学院 组成原理大作业 运用程序模拟浮点数的运算 1. 用户输入十进制的阶码和尾数 2. 根据浮点运算的法则进行运算。 3. 浮点四则运算:加减法可以使用同一种对阶方法,乘除法可以使用同一种对阶方 4. 对运算的方法得到的结果进行检查,看是否溢出,并把结果规格化。
EMC_mult_div
- EMC 乘除法运算 (四节除以两节、四字街除以单字节、三字节除以两字节、适合于双字节除以双字节、双字节除以单字节、单字节除以单子节)
bigint
- 实现大整数的加减乘除法运算,C++编写.比较简单
crc32源码及资料
- CRC校验采用多项式编码方法。多项式乘除法运算过程与普通代数多项式的乘除法相同。多项式的加减法运算以2为模,加减时不进,错位,如同逻辑异或运算。-CRC polynomial used coding method. Polynomial multiply and divide computing process and the general polynomial algebra multiply and divide the same
crc32源码及资料
- CRC校验采用多项式编码方法。多项式乘除法运算过程与普通代数多项式的乘除法相同。多项式的加减法运算以2为模,加减时不进,错位,如同逻辑异或运算。-CRC polynomial used coding method. Polynomial multiply and divide computing process and the general polynomial algebra multiply and divide the same
bignumer
- 本程序定义了长度为41的数组来存放大数,进行对大数的运算。四则运算的算法就跟平时我们笔算四则运算的方法基本上一样,加减法的时间复杂度为n,乘除法的时间复杂度为n的平方。对四十位内的计算几乎都可以瞬时完成。-definition of the procedures for the length of the 41 arrays to store large numbers, the majority of arithmetic. Four
FloatCalculator
- 哈工大 计算机学院 组成原理大作业 运用程序模拟浮点数的运算 1. 用户输入十进制的阶码和尾数 2. 根据浮点运算的法则进行运算。 3. 浮点四则运算:加减法可以使用同一种对阶方法,乘除法可以使用同一种对阶方 4. 对运算的方法得到的结果进行检查,看是否溢出,并把结果规格化。-HIT computer college composed of the principle of operation the use of
EMC_mult_div
- 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,
bigint
- 实现大整数的加减乘除法运算,C++编写.比较简单-Realize large integer addition and subtraction, multiplication and division operations, C++ Prepared. Relatively simple
asm
- 有关汇编运算的子程序,里面有多字节的乘除法运算-The compilation of computing routines, which a number of bytes of multiplication and division operations
chongzai
- c++复数类乘除法运算重载——成员函数形式-c++ operator overloading complex multiplication and division classes- the form of member functions
Copimtion
- C代码优化方案 目录 __ 2 C代码优化方案__ 4 1、选择合适的算法和数据结构__ 4 2、使用尽量小的数据类型__ 5 3、减少运算的强度__ 5 (1)、查表(游戏程序员必修课)_ 5 (2)、求余运算__ 6 (3)、平方运算__ 6 (4)、用移位实现乘除法运算__ 6 (5)、避免不必要的整数除法__ 8 (6)、使用增量和减量操作符
51_jisuanqi
- 基于51单片机简易计算器的设计,能够实现加减乘除法运算。-A simple calculator designed with 51 MCU, which can do addition,subtraction,multiplication and division operation,
scale
- YUV420视频的缩放,经过高度的优化,其中三次卷积插值(cubic convolution)算法的效果最好,优化程度也最高。其基本思想是通过整型化、查表等方法消除每一帧图像插值运算中的浮点运算和乘除法运算。-scale YUV420 video fr a mes with cubic, bilinear & cubic convolution interpolation algorithms。
jisuanqi
- 使用51和键盘实现十以内的加减乘除法运算,经过测试运行正常。-51 and keyboard within 10 addition and subtraction, multiplication and division operations, operating normally tested.
AN_SPMC75_0201
- 利用SPCM75乘除法运算开发的的全套代码测试程序,ASM源码-Use the SPCM75 multiplication and division to develop the full code test program, ASM source
chongzai100
- c++复数类乘除法运算重载——成员函数形式-c++ operator overloading complex multiplication and division classes- the form of member functions
matlab图像的加减乘除法运算
- matlab图像的加减乘除法运算用于图像的各类运算(The calculation method of add, subtract, multiply and divide matlab images)
大数
- 进行大数运算的程序,可以实现100位的乘除法运算(Large number operation)