"Numerical Recipes in C" 我手邊剛好有一本,英文很簡單易懂。每節前面會有數學原理說明,有C原始碼,而且第一章就是C語法介紹,可以當作數值分析入門書來讀,也可以放在手邊當作參考書。想要練英文的人也可以試看看。章次如下:
1. Preliminaries (C語法介紹) 2. Solution of Linear Algebraic Equations (線性代數) 3. Interpolation and Extrapolation (內插法與外插法) 4. Integration of functions (積分) 5. Evaluation of functions (數學函數運算) 6. Special functions (特殊函數) 7. Random Numbers (亂數) 8. Sorting (排序) 9. Root Finding and Nonlinear Sets of Equations (求根號) 10. Minimization or Maxmiation of functions 11. Eigensystems 12. Fast Fourier Tansform (快速傅立葉轉換) 13. Fourier and Spectral Applications 14. Statistical Description of Data 15. Modeling of Data 16. Integration of Ordinary Differential Equations 17. Two Point Boundary Value Problems 18. Integral Equations and Inverse Theory 19. Partial Differential Equations (偏微分) 20. Less-Numerical Algorithms
小弟規劃的 C 語言教材有 C 語言快速導覽 http://pydoing.blogspot.com/2010/06/c-overview.html C 語言標準函數庫分類導覽 http://pydoing.blogspot.com/2010/07/c-std.html C 語言初學教材 http://pydoing.blogspot.com/2010/07/c-ch0000.html
或可見 C 語言教材完整目錄 http://pydoing.blogspot.com/p/c-tutorial.html
其中, C 語言初學教材為帶領讀者開發通訊錄程式為目標 每一章逐步使讀者掌握並了解如何設計、開發軟體 歡迎舊雨新知,蒞臨指教