Add and subtract to multiply by in addition to calculator VC source code
标签: calculator addition subtract multiply
上传时间: 2015-11-13
上传用户:rocketrevenge
A Fraction class that has the ability to add, subtract, multiply, divide and show various statistics of the fraction.
标签: statistics Fraction subtract multiply
上传时间: 2013-12-30
上传用户:alan-ee
A Fraction class that has the ability to add, subtract,multiply and divide .
标签: Fraction subtract multiply ability
上传时间: 2013-12-23
上传用户:shizhanincc
using keil to subtract 2 "string number" (MCB2378 ARM)
标签: subtract string number using
上传时间: 2014-01-20
上传用户:Altman
to subtract background
标签: background subtract to
上传时间: 2014-11-28
上传用户:225588
A collection of math routines including 8-bit, 16-bit, 32-bit signed and unsigned addition, subtraction, multiplication, and division. Very nice code library with heavy in-line documentation! Been looking for multi-byte divide? Here it is.
标签: bit collection including addition
上传时间: 2015-05-17
上传用户:cursor
cordic methods describe essentially the same algorithm that with suitably chosen inputs can be used to calculate a whole range of scientific functions including sin, cos, tan, arctan, arcsin, arccos, sinh, cosh, tanh, arctanh, log, exp, square root and even multiply and divide. the method dates back to volder [1959], and due to its versatility and compactness, it made possible the microcoding of the hp35 pocket scientific calculator in 1972. here is some code to illustrate the techniques. ive split the methods into three parts linear, circular and hyperbolic. in the hp35 microcode these would be unified into one function (for space reasons). because the linear mode can perform multiply and divide, you only need add/subtract and shift to complete the implementation. you can select in the code whether to do the multiples and divides also by cordic means. other multiplies and divides are all powers of 2 (these dont count). to eliminate these too, would involve ieee hackery.
标签: essentially algorithm describe suitably
上传时间: 2017-03-02
上传用户:litianchu