Welcome![Sign In][Sign Up]
Location:
Downloads SourceCode Windows Develop Other
Title: 浮点数运算 Download
  • 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);
 Downloaders recently: [More information of uploader 游哉]
 To Search:
File list (Check if you may need any files):
FilenameSizeDate
浮点数运算\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

CodeBus www.codebus.net