- Category:
- Other systems
- Tags:
-
- File Size:
- 535kb
- Update:
- 2020-07-10
- Downloads:
- 1 Times
- Uploaded by:
- 游哉
Description: The representation of floating-point number and the analysis of arithmetic operation algorithm require theoretical derivation and program simulation.
Arithmetic operations include string to floating point, floating point to string conversion, addition, subtraction, multiplication, division and so on. Documentation should be provided, including algorithm proof, program block diagram, usage, special handling (overflow, digital expansion), case analysis, etc. String conversion can be slightly difficult.
typedef unsigned int dwrd; #32-bit
char* ftoa(dwrd);
dwrd atof(char*);
dwrd fadd(dwrd, dwrd);
dwrd fsub(dwrd, dwrd);
dwrd fmul(dwrd, dwrd);
dwrd fdiv(dwrd, dwrd);
To Search:
File list (Check if you may need any files):
Filename | Size | Date |
---|
浮点数运算\FloatCompute.cpp | 5030 | 2020-04-08
|
浮点数运算\FloatCompute.exe | 2036744 | 2020-04-08
|
浮点数运算\atof.vsdx | 40554 | 2020-04-08
|
浮点数运算\ftoa.vsdx | 35712 | 2020-04-08
|
浮点数运算 | 0 | 2020-06-20 |