Hot Search : Source embeded web remote control p2p game More...
Location : Home Downloads SourceCode Mathimatics-Numerical algorithms Algorithm

hamming-(1962)

  • Category : Algorithm
  • Tags :
  • Update : 2013-06-09
  • Size : 1kb
  • Downloaded :0次
  • Author :张****
  • About : Nobody
  • PS : If download it fails, try it again. Download again for free!
Download1 Download2
Don't use download software fo downloading.
If download fail,Try it again for free.
Introduction - If you have any usage issues, please Google them yourself
Produce a table of the values of the series (1) for the 3001 values of x, x = 0.0, 0.1, 0.2, …, 300. All entries of the table must have an absolute error less than 10-10. This problem is based on a problem from Hamming (1962), when mainframes were very slow by today s microcomputer standards. Format of function void Series_Sum( double sum[] ) where double sum[] is an array of 3001 entries, each contains a value of y(x) for x = 0.0, 0.1, 0.2, …, 300.00. Sample program of judge #include <stdio.h> void Series_Sum( double sum[] ) int main() { int i double x, sum[3001] Series_Sum( sum ) x = 0.0 for (i=0 i<3001 i++) printf(" 6.2lf 16.12lf\n", x+ (double)i* 0.10, sum[i]) return 0 } /* Your function will be put here*/ Sample output 0.00 1.644934066848 0.10 1.534607244904 ... 1.00 1.000000000000 ... 2.00 0.750000000000 ... 300.00 0.020942
Packet file list
(Preview for download)


hamming (1962).txt
Related instructions
  • We are an exchange download platform that only provides communication channels. The downloaded content comes from the internet. Except for download issues, please Google on your own.
  • The downloaded content is provided for members to upload. If it unintentionally infringes on your copyright, please contact us.
  • Please use Winrar for decompression tools
  • If download fail, Try it againg or Feedback to us.
  • If downloaded content did not match the introduction, Feedback to us,Confirm and will be refund.
  • Before downloading, you can inquire through the uploaded person information

Nothing.

Post Comment
*Quick comment Recommend Not bad Password Unclear description Not source
Lost files Unable to decompress Bad
*Content :
*Captcha :
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.